initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
// Eats all your block ids for breakfast
|
||||
code: "blockideater",
|
||||
enabled: false,
|
||||
shape: { base: "block/basic/cube" },
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
variantgroups: [
|
||||
{ code: "num", states: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"] },
|
||||
{ code: "bar", states: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"] },
|
||||
{ code: "baz", states: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"] },
|
||||
{ code: "banana", states: ["0", "1", "2", "3", "4", "5", "6", "7", "8"] },
|
||||
],
|
||||
drawtype: "cube",
|
||||
creativeinventory: { "general": [""], "construction": [""] },
|
||||
blockmaterial: "Stone",
|
||||
replaceable: 900,
|
||||
lightAbsorption: 99,
|
||||
textures: {
|
||||
all: { base: "block/creative/col{num}" },
|
||||
},
|
||||
resistance: 1,
|
||||
sideopaque: {
|
||||
all: true
|
||||
},
|
||||
sidesolid: {
|
||||
all: true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
code: "creativeblock",
|
||||
shape: { base: "block/basic/cube" },
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
variantgroups: [
|
||||
{ code: "num", states: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79"] },
|
||||
],
|
||||
drawtype: "cube",
|
||||
creativeinventory: { "general": ["*"], "construction": ["*"] },
|
||||
blockmaterial: "Stone",
|
||||
replaceable: 900,
|
||||
lightAbsorption: 99,
|
||||
textures: {
|
||||
all: { base: "block/creative/col{num}" },
|
||||
},
|
||||
resistance: 1,
|
||||
sideopaque: {
|
||||
all: true
|
||||
},
|
||||
sidesolid: {
|
||||
all: true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
code: "creativeglow",
|
||||
shape: { base: "block/basic/cube" },
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
variantgroups: [
|
||||
{ code: "num", states: ["32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "79"] }
|
||||
],
|
||||
drawtype: "cube",
|
||||
creativeinventory: { "general": ["*"], "construction": ["*"] },
|
||||
blockmaterial: "Stone",
|
||||
replaceable: 900,
|
||||
lightAbsorption: 0,
|
||||
textures: {
|
||||
all: { base: "block/creative/col{num}" },
|
||||
},
|
||||
vertexFlags: {
|
||||
glowLevel: 255,
|
||||
},
|
||||
lightHsvByType: {
|
||||
"*-32": [0, 7, 4],
|
||||
"*-33": [2, 7, 4],
|
||||
"*-34": [4, 7, 4],
|
||||
"*-35": [6, 7, 4],
|
||||
"*-36": [8, 7, 4],
|
||||
"*-37": [10, 7, 4],
|
||||
"*-38": [12, 7, 4],
|
||||
"*-39": [14, 7, 4],
|
||||
"*-40": [16, 7, 4],
|
||||
"*-41": [18, 7, 4],
|
||||
"*-42": [20, 7, 4],
|
||||
"*-43": [22, 7, 4],
|
||||
"*-44": [22, 7, 4],
|
||||
"*-45": [26, 7, 4],
|
||||
"*-46": [28, 7, 4],
|
||||
"*-47": [30, 7, 4],
|
||||
"*-48": [32, 7, 4],
|
||||
"*-49": [34, 7, 4],
|
||||
"*-50": [36, 7, 4],
|
||||
"*-51": [38, 7, 4],
|
||||
"*-52": [40, 7, 4],
|
||||
"*-53": [42, 7, 4],
|
||||
"*-54": [44, 7, 4],
|
||||
"*-55": [46, 7, 4],
|
||||
"*-56": [48, 7, 4],
|
||||
"*-57": [50, 7, 4],
|
||||
"*-58": [52, 7, 4],
|
||||
"*-59": [54, 7, 4],
|
||||
"*-79": [0, 0, 4],
|
||||
},
|
||||
resistance: 1,
|
||||
sideopaque: {
|
||||
all: true
|
||||
},
|
||||
sidesolid: {
|
||||
all: true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
code: "creativelight",
|
||||
shape: { base: "block/basic/cube" },
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
variantgroups: [
|
||||
{ code: "num", states: ["32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "79"] }
|
||||
],
|
||||
drawtype: "cube",
|
||||
creativeinventory: { "general": ["*"], "construction": ["*"] },
|
||||
blockmaterial: "Stone",
|
||||
replaceable: 900,
|
||||
lightAbsorption: 0,
|
||||
textures: {
|
||||
all: { base: "block/creative/col{num}" },
|
||||
},
|
||||
vertexFlags: {
|
||||
glowLevel: 255,
|
||||
},
|
||||
lightHsvByType: {
|
||||
"*-32": [0, 7, 22],
|
||||
"*-33": [2, 7, 22],
|
||||
"*-34": [4, 7, 22],
|
||||
"*-35": [6, 7, 22],
|
||||
"*-36": [8, 7, 22],
|
||||
"*-37": [10, 7, 22],
|
||||
"*-38": [12, 7, 22],
|
||||
"*-39": [14, 7, 22],
|
||||
"*-40": [16, 7, 22],
|
||||
"*-41": [18, 7, 22],
|
||||
"*-42": [20, 7, 22],
|
||||
"*-43": [22, 7, 22],
|
||||
"*-44": [22, 7, 22],
|
||||
"*-45": [26, 7, 22],
|
||||
"*-46": [28, 7, 22],
|
||||
"*-47": [30, 7, 22],
|
||||
"*-48": [32, 7, 22],
|
||||
"*-49": [34, 7, 22],
|
||||
"*-50": [36, 7, 22],
|
||||
"*-51": [38, 7, 22],
|
||||
"*-52": [40, 7, 22],
|
||||
"*-53": [42, 7, 22],
|
||||
"*-54": [44, 7, 22],
|
||||
"*-55": [46, 7, 22],
|
||||
"*-56": [48, 7, 22],
|
||||
"*-57": [50, 7, 22],
|
||||
"*-58": [52, 7, 22],
|
||||
"*-59": [54, 7, 22],
|
||||
"*-79": [0, 0, 22],
|
||||
},
|
||||
resistance: 1,
|
||||
sideopaque: {
|
||||
all: true
|
||||
},
|
||||
sidesolid: {
|
||||
all: true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
// Loads a pyramid block from a .gltf model. Broken currently.
|
||||
code: "gltftest",
|
||||
enabled: false,
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
variantgroups: [
|
||||
],
|
||||
creativeinventory: { "meta": ["*"] },
|
||||
shape: {
|
||||
format: "gltfembedded",
|
||||
base: "block/pyramid",
|
||||
InsertBakedTextures: false
|
||||
},
|
||||
textures: {
|
||||
gltf: { base: "block/creative/col48" }
|
||||
},
|
||||
blockmaterial: "Glass",
|
||||
replaceable: 900,
|
||||
lightAbsorption: 0,
|
||||
resistance: 0.25,
|
||||
sideopaque: {
|
||||
all: false
|
||||
},
|
||||
sounds: {
|
||||
"place": "player/buildhigh",
|
||||
"break": "block/glass"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
// Loads a slope block from an .obj model
|
||||
code: "slopetestobj",
|
||||
enabled: true,
|
||||
behaviors: [{name: "HorizontalOrientable"}],
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
variantgroups: [
|
||||
{ code:"side", loadFromProperties: "abstract/horizontalorientation" }
|
||||
],
|
||||
creativeinventory: { "meta": ["*-north"] },
|
||||
shape: {
|
||||
format: "obj",
|
||||
base: "block/slope",
|
||||
rotateYByType: {
|
||||
"*-north": 0,
|
||||
"*-east": 270,
|
||||
"*-south": 180,
|
||||
"*-west": 90
|
||||
}
|
||||
},
|
||||
textures: {
|
||||
obj: { base: "block/creative/col1" }
|
||||
},
|
||||
blockmaterial: "Ceramic",
|
||||
replaceable: 900,
|
||||
lightAbsorption: 0,
|
||||
resistance: 0.25,
|
||||
sideopaque: {
|
||||
all: false
|
||||
},
|
||||
sounds: {
|
||||
walk: "walk/stone",
|
||||
place: "block/ceramicplace"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
code: "texturerotationtest",
|
||||
behaviors: [{name: "HorizontalOrientable"}],
|
||||
enabled: false,
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
creativeinventory: { "meta": ["*"] },
|
||||
variantgroups: [
|
||||
{ code:"side", loadFromProperties: "abstract/horizontalorientation" }
|
||||
],
|
||||
shapebytype: {
|
||||
"*-north": { base: "block/texturerotationtest", rotateY: 0 },
|
||||
"*-east": { base: "block/texturerotationtest", rotateY: 270 },
|
||||
"*-south": { base: "block/texturerotationtest", rotateY: 180 },
|
||||
"*-west": { base: "block/texturerotationtest", rotateY: 90 }
|
||||
},
|
||||
|
||||
blockmaterial: "Glass",
|
||||
replaceable: 900,
|
||||
lightAbsorption: 0,
|
||||
resistance: 0.25,
|
||||
sideopaque: {
|
||||
all: false
|
||||
},
|
||||
sounds: {
|
||||
"place": "player/buildhigh",
|
||||
"break": "block/glass"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
// Eats all your vertices for breakfast
|
||||
code: "vertexeater",
|
||||
enabled: true,
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
creativeinventory: { "meta": ["*"] },
|
||||
shape: { base: "block/stresstest", rotateY: 0 },
|
||||
blockmaterial: "Wood",
|
||||
replaceable: 900,
|
||||
lightAbsorption: 0,
|
||||
resistance: 0.25,
|
||||
sideopaque: {
|
||||
all: false
|
||||
},
|
||||
sounds: {
|
||||
"place": "player/buildhigh",
|
||||
"break": "block/glass"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
code: "worldedit-controls",
|
||||
padding: 8,
|
||||
disableWorldInteract: false,
|
||||
alignment: "LeftFixed",
|
||||
rows: [
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 30,
|
||||
code: "undo",
|
||||
type: "button",
|
||||
tooltip: "we-undo-tooltip",
|
||||
icon: "undo"
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "redo",
|
||||
tooltip: "we-redo-tooltip",
|
||||
type: "button",
|
||||
icon: "redo"
|
||||
},
|
||||
{
|
||||
"code": "std.settingsRsp",
|
||||
"width": 60,
|
||||
"height": 30,
|
||||
"type": "switch",
|
||||
"label": "we-settingsRsp-label",
|
||||
"tooltip": "we-settingsRsp-tooltip"
|
||||
},
|
||||
{
|
||||
"code": "std.settingsAxisLock",
|
||||
"width": 120,
|
||||
"height": 30,
|
||||
"label": "we-settingsAxisLock-label",
|
||||
"tooltip": "we-settingsAxisLock-tooltip",
|
||||
"type": "select",
|
||||
"mode": "dropdown",
|
||||
"values": ["0", "1", "2", "3", "4"],
|
||||
names: ["-", "X", "Y", "Z", "we-settingsAxisLock-h"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 28,
|
||||
elements: [
|
||||
{
|
||||
code: "std.stepSize",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-stepSize-label",
|
||||
param: "/we step",
|
||||
},
|
||||
{
|
||||
code: "std.constrain",
|
||||
width: 150,
|
||||
height: 30,
|
||||
"values": ["None", "Selection"],
|
||||
names: ["Off", "On"],
|
||||
label: "we-constrain-label",
|
||||
"tooltip": "we-constrain-tooltip",
|
||||
param: "/we constrain",
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,331 @@
|
||||
{
|
||||
code: "worldedit-settings",
|
||||
sizeMultiplier: 0.75,
|
||||
padding: 5,
|
||||
disableWorldInteract: false,
|
||||
alignment: "RightFixed",
|
||||
rows: [
|
||||
{
|
||||
height: 30,
|
||||
topPadding: 10,
|
||||
bottomPadding: 3,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
type: "text",
|
||||
text: "we-settings-controls-label"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "flymode",
|
||||
label: "we-flymode-label",
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
values: ["0", "1", "2"],
|
||||
names: ["we-flymode-off", "we-flymode-on", "we-flymode-noclip"],
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "fphands",
|
||||
label: "we-fphands-label",
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
values: ["0", "1"],
|
||||
names: ["Off", "On"],
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "pickingrange",
|
||||
label: "we-pickingrange-label",
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
values: ["4.5", "10", "20", "50", "100", "200", "500"],
|
||||
names: ["we-pickingrange-defaultvalue", "10", "20", "50", "100", "200", "500"],
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "movespeed",
|
||||
label: "we-movespeed-label",
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
values: ["0.1", "0.25", "0.5", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
|
||||
names: ["0.1", "0.25", "0.5", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "axislock",
|
||||
label: "we-axislock-label",
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
values: ["0", "1", "2", "3"],
|
||||
names: ["-", "X", "Y", "Z"],
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "liquidselectable",
|
||||
label: "we-liquidselectable-label",
|
||||
type: "switch",
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "serveroverloadprotection",
|
||||
label: "we-serveroverloadprotection-label",
|
||||
type: "switch",
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
topPadding: 10,
|
||||
bottomPadding: 3,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
type: "text",
|
||||
text: "we-settings-ambient-label"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "timeofday",
|
||||
label: "we-timeofday-label",
|
||||
type: "slider",
|
||||
minValue: 0,
|
||||
maxValue: 24,
|
||||
step: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "foglevel",
|
||||
label: "we-foglevel-label",
|
||||
type: "slider",
|
||||
minValue: 0,
|
||||
maxValue: 200,
|
||||
step: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "flatfoglevel",
|
||||
label: "we-flatfoglevel-label",
|
||||
type: "slider",
|
||||
minValue: -500,
|
||||
maxValue: 500,
|
||||
step: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "flatfoglevelypos",
|
||||
label: "we-flatfoglevelypos-label",
|
||||
type: "slider",
|
||||
minValue: -100,
|
||||
maxValue: 100,
|
||||
step: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
height: 20,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "fogred",
|
||||
label: "we-fogred-label",
|
||||
type: "slider",
|
||||
minValue: 0,
|
||||
maxValue: 255,
|
||||
step: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 20,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "foggreen",
|
||||
label: "we-foggreen-label",
|
||||
type: "slider",
|
||||
minValue: 0,
|
||||
maxValue: 255,
|
||||
step: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 20,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "fogblue",
|
||||
label: "we-fogblue-label",
|
||||
type: "slider",
|
||||
minValue: 0,
|
||||
maxValue: 255,
|
||||
step: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "cloudypos",
|
||||
label: "we-cloudypos-label",
|
||||
type: "slider",
|
||||
minValue: 0,
|
||||
maxValue: 255,
|
||||
step: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "precipitation",
|
||||
label: "we-precipitation-label",
|
||||
type: "slider",
|
||||
minValue: -100,
|
||||
maxValue: 100,
|
||||
step: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "ambientparticles",
|
||||
label: "we-ambientparticles-label",
|
||||
type: "switch",
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "overrideambient",
|
||||
label: "we-overrideambient-label",
|
||||
tooltip: "we-overrideambient-tooltip",
|
||||
type: "switch",
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
topPadding: 30,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "weatherpattern",
|
||||
label: "we-weatherpattern-label",
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
values: ["altocumulus", "clearsky", "cumulonimbus", "cumulus", "scumulus", "stronghaze", "mediumhaze", "overcast", "overcastundulating", "stratusl", "stratusc", "cirrocumulus", "cirrocumulusm"],
|
||||
|
||||
names: [
|
||||
"we-weatherpattern-1",
|
||||
"we-weatherpattern-2",
|
||||
"we-weatherpattern-3",
|
||||
"we-weatherpattern-4",
|
||||
"we-weatherpattern-5",
|
||||
"we-weatherpattern-6",
|
||||
"we-weatherpattern-7",
|
||||
"we-weatherpattern-8",
|
||||
"we-weatherpattern-9",
|
||||
"we-weatherpattern-10",
|
||||
"we-weatherpattern-11",
|
||||
"we-weatherpattern-12",
|
||||
"we-weatherpattern-13"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
height: 30,
|
||||
topPadding: 5,
|
||||
elements: [
|
||||
{
|
||||
width: 350,
|
||||
code: "windpattern",
|
||||
label: "we-windpattern-label",
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
values: ["lightbreeze", "mediumbreeze", "still", "storm", "strongbreeze",],
|
||||
names: [
|
||||
"we-windpattern-1",
|
||||
"we-windpattern-2",
|
||||
"we-windpattern-3",
|
||||
"we-windpattern-4",
|
||||
"we-windpattern-5"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
code: "worldedit-toolbar",
|
||||
padding: 5,
|
||||
alignment: "LeftFixed",
|
||||
disableWorldInteract: false,
|
||||
posY: 100,
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "tooltype",
|
||||
type: "select",
|
||||
width: 30,
|
||||
height: 518,
|
||||
mode: "buttons",
|
||||
icons: ["none", "move", "repeat", "select", "paintbrush", "airbrush", "line", "eraser", "floodfill", "raiselower", "growshrink", "erode", "import", "tree", "worldedit/chiselbrush"],
|
||||
values: ["-1", "move", "repeat", "select", "paintbrush", "airbrush", "line", "eraser", "floodfill", "raiselower", "growshrink", "erode", "import", "treegen", "chiselbrush"],
|
||||
names: [
|
||||
"we-tooltype-1",
|
||||
"we-tooltype-2",
|
||||
"we-tooltype-3",
|
||||
"we-tooltype-4",
|
||||
"we-tooltype-5",
|
||||
"we-tooltype-6",
|
||||
"we-tooltype-7",
|
||||
"we-tooltype-8",
|
||||
"we-tooltype-9",
|
||||
"we-tooltype-10",
|
||||
"we-tooltype-11",
|
||||
"we-tooltype-12",
|
||||
"we-tooltype-13",
|
||||
"we-tooltype-14",
|
||||
"we-tooltype-15"
|
||||
],
|
||||
tooltips: [
|
||||
"we-toolbar-1",
|
||||
"we-toolbar-2",
|
||||
"we-toolbar-3",
|
||||
"we-toolbar-4",
|
||||
"we-toolbar-5",
|
||||
"we-toolbar-6",
|
||||
"we-toolbar-7",
|
||||
"we-toolbar-8",
|
||||
"we-toolbar-9",
|
||||
"we-toolbar-10",
|
||||
"we-toolbar-11",
|
||||
"we-toolbar-12",
|
||||
"we-toolbar-13",
|
||||
"we-toolbar-14",
|
||||
"we-toolbar-15"
|
||||
],
|
||||
getvalue: ["/we t"],
|
||||
setvalue: ["/we t {value}"]
|
||||
}
|
||||
] },
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-airbrush",
|
||||
padding: 5,
|
||||
alignment: "None",
|
||||
disableWorldInteract: false,
|
||||
posX: 330,
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.airBrushMode",
|
||||
width: 225,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-mode",
|
||||
values: ["0", "3"],
|
||||
names: [
|
||||
"we-airBrushMode-1",
|
||||
"we-airBrushMode-2"
|
||||
],
|
||||
param: "/we tm",
|
||||
},
|
||||
{
|
||||
code: "std.airBrushRadius",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-radius",
|
||||
param: "/we tr",
|
||||
},
|
||||
{
|
||||
code: "std.airBrushQuantity",
|
||||
width: 170,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-airBrushQuantity-label",
|
||||
param: "/we tq",
|
||||
},
|
||||
]
|
||||
}, { elements: [
|
||||
{
|
||||
code: "std.airBrushPlaceMode",
|
||||
width: 250,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-airBrushPlaceMode-label",
|
||||
values: ["0", "1"],
|
||||
names: [
|
||||
"we-airBrushPlaceMode-1",
|
||||
"we-airBrushPlaceMode-2"
|
||||
],
|
||||
param: "/we tmp",
|
||||
},
|
||||
{
|
||||
code: "std.airBrushApply",
|
||||
width: 250,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-airBrushApply-label",
|
||||
values: ["0", "1"],
|
||||
names: [
|
||||
"we-airBrushApply-1",
|
||||
"we-airBrushApply-2"
|
||||
],
|
||||
param: "/we ta",
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,90 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-eraser",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.eraserMode",
|
||||
width: 150,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-mode",
|
||||
values: ["0", "1", "2", "3"],
|
||||
names: [
|
||||
"we-eraserMode-1",
|
||||
"we-eraserMode-2",
|
||||
"we-eraserMode-3",
|
||||
"we-eraserMode-4"
|
||||
],
|
||||
param: "/we tm",
|
||||
},
|
||||
{
|
||||
code: "std.eraserShape",
|
||||
width: 150,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-eraserShape-label",
|
||||
values: ["0", "1", "2", "3", "4", "5", "6", "7", "8"],
|
||||
names: [
|
||||
"we-eraserShape-1",
|
||||
"we-eraserShape-2",
|
||||
"we-eraserShape-3",
|
||||
"we-eraserShape-4",
|
||||
"we-eraserShape-5",
|
||||
"we-eraserShape-6",
|
||||
"we-eraserShape-7",
|
||||
"we-eraserShape-8",
|
||||
"we-eraserShape-9"
|
||||
],
|
||||
param: "/we ts",
|
||||
},
|
||||
{
|
||||
code: "std.eraserDim1",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-sizeX",
|
||||
param: "/we tsx",
|
||||
},
|
||||
{
|
||||
code: "std.eraserDim2",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-sizeY",
|
||||
param: "/we tsy",
|
||||
},
|
||||
{
|
||||
code: "std.eraserDim3",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-sizeZ",
|
||||
param: "/we tsz",
|
||||
}
|
||||
]
|
||||
},
|
||||
{ elements: [
|
||||
{
|
||||
width: 150,
|
||||
code: "tooloffsetmode",
|
||||
label: "we-tooloffsetmode-label",
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
values: ["0", "1"],
|
||||
names: [
|
||||
"we-tooloffsetmode-1",
|
||||
"we-tooloffsetmode-2"
|
||||
],
|
||||
param: "/we tom",
|
||||
tooltip: "we-tooloffsetmode-tooltip"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-erode",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.erodeToolBrushRadius",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-radius",
|
||||
param: "/we tr",
|
||||
},
|
||||
{
|
||||
code: "std.erodeToolKernelRadius",
|
||||
width: 170,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-erodeToolKernelRadius-label",
|
||||
param: "/we tkr",
|
||||
},
|
||||
{
|
||||
code: "std.erodeToolIterations",
|
||||
width: 250,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-erodeToolIterations-label",
|
||||
values: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
|
||||
names: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"],
|
||||
param: "/we ti",
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,66 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-floodfill",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.floodFillSearchRadius",
|
||||
width: 170,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-floodFillSearchRadius-label",
|
||||
param: "/we tr",
|
||||
},
|
||||
{
|
||||
width: 150,
|
||||
code: "std.floodFillCheckEnclosure",
|
||||
label: "we-floodFillCheckEnclosure-label",
|
||||
type: "switch",
|
||||
param: "/we tce",
|
||||
},
|
||||
{
|
||||
code: "std.floodFillMode",
|
||||
width: 160,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-mode",
|
||||
values: ["2", "3", "1"],
|
||||
names: [
|
||||
"we-floodFillMode-1",
|
||||
"we-floodFillMode-2",
|
||||
"we-floodFillMode-3"
|
||||
],
|
||||
param: "/we tm",
|
||||
}
|
||||
] },
|
||||
{ elements: [
|
||||
|
||||
{
|
||||
width: 150,
|
||||
code: "std.ignoreWater",
|
||||
label: "we-ignoreWater-label",
|
||||
type: "switch",
|
||||
param: "/we iw",
|
||||
},
|
||||
{
|
||||
width: 150,
|
||||
code: "std.ignorePlants",
|
||||
label: "we-ignorePlants-label",
|
||||
type: "switch",
|
||||
param: "/we ip",
|
||||
},
|
||||
{
|
||||
width: 150,
|
||||
code: "std.ignoreLooseSurfaceItems",
|
||||
label: "we-ignoreLooseSurfaceItems-label",
|
||||
tooltip: "we-ignoreLooseSurfaceItems-tooltip",
|
||||
type: "switch",
|
||||
param: "/we ii"
|
||||
}
|
||||
] }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-growshrink",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.growShrinkRadius",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-radius",
|
||||
param: "/we tr",
|
||||
},
|
||||
{
|
||||
code: "std.growShrinkMode",
|
||||
width: 250,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-mode",
|
||||
values: ["0", "1"],
|
||||
names: [
|
||||
"we-growShrinkMode-1",
|
||||
"we-growShrinkMode-2"
|
||||
],
|
||||
param: "/we tm",
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,187 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-import",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.fileNames",
|
||||
width: 200,
|
||||
height: 30,
|
||||
type: "dynamicselect",
|
||||
mode: "dropdown",
|
||||
label: "we-fileNames-label",
|
||||
tooltip: "we-fileNames-tooltip",
|
||||
param: "/we ims"
|
||||
},
|
||||
{
|
||||
code: "fromclipboard",
|
||||
width: 150,
|
||||
height: 30,
|
||||
type: "button",
|
||||
text: "we-fromclipboard-text",
|
||||
tooltip: "we-fromclipboard-tooltip",
|
||||
label: "we-fromclipboard-label",
|
||||
fontSize: 16,
|
||||
param: "/we imc",
|
||||
paddingLeft: -10
|
||||
},
|
||||
{
|
||||
code: "rotatecw",
|
||||
width: 100,
|
||||
height: 30,
|
||||
type: "button",
|
||||
text: "we-rotatecw-text",
|
||||
tooltip: "we-rotatecw-tooltip",
|
||||
fontSize: 15,
|
||||
param: "/we imr 90",
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
code: "rotateccw",
|
||||
width: 100,
|
||||
height: 30,
|
||||
type: "button",
|
||||
text: "we-rotateccw-text",
|
||||
tooltip: "we-rotateccw-tooltip",
|
||||
fontSize: 15,
|
||||
param: "/we imr 270"
|
||||
},{
|
||||
width: 40,
|
||||
code: "north",
|
||||
type: "button",
|
||||
tooltip: "we-north-tooltip",
|
||||
text: "we-north-text",
|
||||
param: "/we north",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 40,
|
||||
code: "south",
|
||||
type: "button",
|
||||
tooltip: "we-south-tooltip",
|
||||
text: "we-south-text",
|
||||
param: "/we south",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 35,
|
||||
code: "east",
|
||||
type: "button",
|
||||
tooltip: "we-east-tooltip",
|
||||
text: "we-east-text",
|
||||
param: "/we east",
|
||||
fontSize: 16,
|
||||
paddingLeft: 20
|
||||
},
|
||||
{
|
||||
width: 40,
|
||||
code: "west",
|
||||
type: "button",
|
||||
tooltip: "we-west-tooltip",
|
||||
text: "we-west-text",
|
||||
param: "/we west",
|
||||
fontSize: 16,
|
||||
paddingLeft: 0
|
||||
},
|
||||
{
|
||||
width: 24,
|
||||
code: "up",
|
||||
type: "button",
|
||||
tooltip: "we-up-tooltip",
|
||||
text: "we-up-text",
|
||||
param: "/we up",
|
||||
fontSize: 16,
|
||||
paddingLeft: 13
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "down",
|
||||
type: "button",
|
||||
tooltip: "we-down-tooltip",
|
||||
text: "we-down-text",
|
||||
param: "/we down",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "look",
|
||||
type: "button",
|
||||
tooltip: "we-look-tooltip",
|
||||
text: "we-look-text",
|
||||
param: "/we look",
|
||||
fontSize: 16,
|
||||
paddingLeft: 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{ elements: [
|
||||
|
||||
{
|
||||
code: "std.pasteToolOrigin",
|
||||
width: 290,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-pasteToolOrigin-label",
|
||||
values: ["0", "1", "2"],
|
||||
names: [
|
||||
"we-pasteToolOrigin-1",
|
||||
"we-pasteToolOrigin-2",
|
||||
"we-pasteToolOrigin-3"
|
||||
],
|
||||
param: "/we imo",
|
||||
paddingLeft: 0
|
||||
},
|
||||
{
|
||||
code: "std.importReplaceMode",
|
||||
width: 300,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-importReplaceMode-label",
|
||||
values: ["0", "1", "2", "3"],
|
||||
names: [
|
||||
"we-importReplaceMode-1",
|
||||
"we-importReplaceMode-2",
|
||||
"we-importReplaceMode-3",
|
||||
"we-importReplaceMode-4"
|
||||
],
|
||||
param: "/we tm",
|
||||
},
|
||||
{
|
||||
width: 60,
|
||||
code: "std.updatePreviewPos",
|
||||
label: "we-updatePreviewPos-label",
|
||||
tooltip: "we-updatePreviewPos-tooltip",
|
||||
type: "switch",
|
||||
param: "/we updatePreviewPos"
|
||||
},
|
||||
{
|
||||
width: 50,
|
||||
code: "std.previewAtPlayer",
|
||||
label: "we-previewAtPlayer-label",
|
||||
tooltip: "we-previewAtPlayer-tooltip",
|
||||
type: "switch",
|
||||
param: "/we previewAtPlayer"
|
||||
}
|
||||
]
|
||||
},
|
||||
{ elements: [
|
||||
{
|
||||
width: 30,
|
||||
code: "commit",
|
||||
type: "button",
|
||||
tooltip: "we-commit-tooltip",
|
||||
text: "we-commit-text",
|
||||
param: "/we commit",
|
||||
fontSize: 16
|
||||
}
|
||||
]}
|
||||
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-line",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.lineStartPoint",
|
||||
width: 250,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-lineStartPoint-label",
|
||||
values: ["0", "1"],
|
||||
names: [
|
||||
"we-lineStartPoint-1",
|
||||
"we-lineStartPoint-2"
|
||||
],
|
||||
param: "/we tm",
|
||||
},
|
||||
{
|
||||
code: "std.lineRemove",
|
||||
width: 250,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-lineRemove-label",
|
||||
values: ["0", "1"],
|
||||
names: [
|
||||
"we-lineRemove-1",
|
||||
"we-lineRemove-2"
|
||||
],
|
||||
param: "/we tremove",
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,142 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-move",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
width: 40,
|
||||
code: "north",
|
||||
type: "button",
|
||||
tooltip: "we-north-tooltip",
|
||||
text: "we-north-text",
|
||||
param: "/we north",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 40,
|
||||
code: "south",
|
||||
type: "button",
|
||||
tooltip: "we-south-tooltip",
|
||||
text: "we-south-text",
|
||||
param: "/we south",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 35,
|
||||
code: "east",
|
||||
type: "button",
|
||||
tooltip: "we-east-tooltip",
|
||||
text: "we-east-text",
|
||||
param: "/we east",
|
||||
fontSize: 16,
|
||||
paddingLeft: 20
|
||||
},
|
||||
{
|
||||
width: 40,
|
||||
code: "west",
|
||||
type: "button",
|
||||
tooltip: "we-west-tooltip",
|
||||
text: "we-west-text",
|
||||
param: "/we west",
|
||||
fontSize: 16,
|
||||
paddingLeft: 0
|
||||
},
|
||||
{
|
||||
width: 24,
|
||||
code: "up",
|
||||
type: "button",
|
||||
tooltip: "we-up-tooltip",
|
||||
text: "we-up-text",
|
||||
param: "/we up",
|
||||
fontSize: 16,
|
||||
paddingLeft: 13
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "down",
|
||||
type: "button",
|
||||
tooltip: "we-down-tooltip",
|
||||
text: "we-down-text",
|
||||
param: "/we down",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "look",
|
||||
type: "button",
|
||||
tooltip: "we-look-tooltip",
|
||||
text: "we-look-text",
|
||||
param: "/we look",
|
||||
fontSize: 16,
|
||||
paddingLeft: 25
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "preview",
|
||||
type: "button",
|
||||
tooltip: "we-preview-tooltip",
|
||||
text: "we-preview-text",
|
||||
param: "/we preview",
|
||||
fontSize: 16,
|
||||
paddingLeft: 25
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "commit",
|
||||
type: "button",
|
||||
tooltip: "we-commit-tooltip",
|
||||
text: "we-commit-text",
|
||||
param: "/we commit",
|
||||
fontSize: 16,
|
||||
paddingLeft: 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
elements: [
|
||||
{
|
||||
code: "std.moveToolOrigin",
|
||||
width: 290,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-moveToolOrigin-label",
|
||||
values: ["0", "1", "2"],
|
||||
names: [
|
||||
"we-moveToolOrigin-1",
|
||||
"we-moveToolOrigin-2",
|
||||
"we-moveToolOrigin-3"
|
||||
],
|
||||
param: "/we imo",
|
||||
paddingLeft: 0
|
||||
},
|
||||
{
|
||||
code: "rotatecw",
|
||||
width: 100,
|
||||
height: 30,
|
||||
type: "button",
|
||||
text: "we-rotatecw-text",
|
||||
tooltip: "we-rotatecw-tooltip",
|
||||
fontSize: 15,
|
||||
param: "/we imr 90",
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
code: "rotateccw",
|
||||
width: 100,
|
||||
height: 30,
|
||||
type: "button",
|
||||
text: "we-rotateccw-text",
|
||||
tooltip: "we-rotateccw-tooltip",
|
||||
fontSize: 15,
|
||||
param: "/we imr 270"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,140 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-paintbrush",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.brushMode",
|
||||
width: 225,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-mode",
|
||||
values: ["0", "1", "2", "3"],
|
||||
names: [
|
||||
"we-brushMode-1",
|
||||
"we-brushMode-2",
|
||||
"we-brushMode-3",
|
||||
"we-brushMode-4"
|
||||
],
|
||||
param: "/we tm",
|
||||
},
|
||||
{
|
||||
code: "std.brushShape",
|
||||
width: 180,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-brushShape-label",
|
||||
values: ["0", "1", "2", "3", "4", "5", "6", "7", "8"],
|
||||
names: [
|
||||
"we-brushShape-1",
|
||||
"we-brushShape-2",
|
||||
"we-brushShape-3",
|
||||
"we-brushShape-4",
|
||||
"we-brushShape-5",
|
||||
"we-brushShape-6",
|
||||
"we-brushShape-7",
|
||||
"we-brushShape-8",
|
||||
"we-brushShape-9"
|
||||
],
|
||||
param: "/we ts",
|
||||
},
|
||||
{
|
||||
code: "std.brushDim1",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-sizeX",
|
||||
param: "/we tsx",
|
||||
},
|
||||
{
|
||||
code: "std.brushDim2",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-sizeY",
|
||||
param: "/we tsy",
|
||||
},
|
||||
{
|
||||
code: "std.brushDim3",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-sizeZ",
|
||||
param: "/we tsz",
|
||||
}
|
||||
]
|
||||
},
|
||||
{ elements: [
|
||||
{
|
||||
width: 150,
|
||||
code: "tooloffsetmode",
|
||||
label: "we-tooloffsetmode-label",
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
values: ["0", "1"],
|
||||
names: [
|
||||
"we-tooloffsetmode-1",
|
||||
"we-tooloffsetmode-2"
|
||||
],
|
||||
param: "/we tom",
|
||||
tooltip: "we-tooloffsetmode-tooltip"
|
||||
},
|
||||
{
|
||||
code: "std.brushDepthLimit",
|
||||
width: 225,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-brushDepthLimit-label",
|
||||
values: ["0", "1", "2", "3", "4"],
|
||||
names: [
|
||||
"we-brushDepthLimit-1",
|
||||
"we-brushDepthLimit-2",
|
||||
"we-brushDepthLimit-3",
|
||||
"we-brushDepthLimit-4",
|
||||
"we-brushDepthLimit-5"
|
||||
],
|
||||
param: "/we tdl",
|
||||
},
|
||||
{
|
||||
code: "std.brushcutoutDim1",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-brushcutoutDim1-label",
|
||||
param: "/we tcx",
|
||||
},
|
||||
{
|
||||
code: "std.brushcutoutDim2",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-brushcutoutDim2-label",
|
||||
param: "/we tcy",
|
||||
},
|
||||
{
|
||||
code: "std.brushcutoutDim3",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-brushcutoutDim3-label",
|
||||
param: "/we tcz",
|
||||
},
|
||||
{
|
||||
code: "std.brushplacementPercentage",
|
||||
width: 160,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-brushplacementPercentage-label",
|
||||
param: "/we pp",
|
||||
tooltip: "we-brushplacementPercentage-tooltip"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-raiselower",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.raiseLowerMode",
|
||||
width: 150,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-mode",
|
||||
values: ["0", "1", "2", "3"],
|
||||
names: [
|
||||
"we-raiseLowerMode-1",
|
||||
"we-raiseLowerMode-2",
|
||||
"we-raiseLowerMode-3",
|
||||
"we-raiseLowerMode-4"
|
||||
],
|
||||
param: "/we tm",
|
||||
},
|
||||
{
|
||||
code: "std.raiseLowerDepth",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-raiseLowerDepth-label",
|
||||
param: "/we tdepth",
|
||||
},
|
||||
{
|
||||
code: "std.raiseLowerRadius",
|
||||
width: 120,
|
||||
height: 30,
|
||||
type: "numberinput",
|
||||
label: "we-radius",
|
||||
param: "/we tr",
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-repeat",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.repeatMode",
|
||||
width: 180,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-mode",
|
||||
values: ["0", "1"],
|
||||
names: [
|
||||
"we-repeatMode-1",
|
||||
"we-repeatMode-2"
|
||||
],
|
||||
param: "/we tm",
|
||||
},
|
||||
{
|
||||
code: "std.repeatSelectionMode",
|
||||
width: 200,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-mode",
|
||||
values: ["0", "1", "2"],
|
||||
names: [
|
||||
"we-repeatSelectionMode-1",
|
||||
"we-repeatSelectionMode-2",
|
||||
"we-repeatSelectionMode-3"
|
||||
],
|
||||
param: "/we sm",
|
||||
},
|
||||
{
|
||||
width: 40,
|
||||
code: "north",
|
||||
type: "button",
|
||||
tooltip: "we-north-tooltip",
|
||||
text: "we-north-text",
|
||||
param: "/we north",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 40,
|
||||
code: "south",
|
||||
type: "button",
|
||||
tooltip: "we-south-tooltip",
|
||||
text: "we-south-text",
|
||||
param: "/we south",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 35,
|
||||
code: "east",
|
||||
type: "button",
|
||||
tooltip: "we-east-tooltip",
|
||||
text: "we-east-text",
|
||||
param: "/we east",
|
||||
fontSize: 16,
|
||||
paddingLeft: 20
|
||||
},
|
||||
{
|
||||
width: 40,
|
||||
code: "west",
|
||||
type: "button",
|
||||
tooltip: "we-west-tooltip",
|
||||
text: "we-west-text",
|
||||
param: "/we west",
|
||||
fontSize: 16,
|
||||
paddingLeft: 0
|
||||
},
|
||||
{
|
||||
width: 24,
|
||||
code: "up",
|
||||
type: "button",
|
||||
tooltip: "we-up-tooltip",
|
||||
text: "we-up-text",
|
||||
param: "/we up",
|
||||
fontSize: 16,
|
||||
paddingLeft: 13
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "down",
|
||||
type: "button",
|
||||
tooltip: "we-down-tooltip",
|
||||
text: "we-down-text",
|
||||
param: "/we down",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "look",
|
||||
type: "button",
|
||||
tooltip: "we-look-tooltip",
|
||||
text: "we-look-text",
|
||||
param: "/we look",
|
||||
fontSize: 16,
|
||||
paddingLeft: 25
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,223 @@
|
||||
{
|
||||
code: "worldedit-tooloptions-select",
|
||||
padding: 5,
|
||||
posX: 330,
|
||||
disableWorldInteract: false,
|
||||
alignment: "FixedTop",
|
||||
rows: [
|
||||
{ elements: [
|
||||
{
|
||||
code: "std.selectmagicSelect",
|
||||
width: 240,
|
||||
height: 30,
|
||||
type: "select",
|
||||
mode: "dropdown",
|
||||
label: "we-selectmagicSelect-label",
|
||||
values: ["0", "1"],
|
||||
names: [
|
||||
"we-selectmagicSelect-1",
|
||||
"we-selectmagicSelect-2"
|
||||
],
|
||||
param: "/we magic",
|
||||
tooltip: "we-selectmagicSelect-tooltip"
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "grownorth",
|
||||
type: "button",
|
||||
tooltip: "we-grownorth-tooltip",
|
||||
text: "we-grownorth-text",
|
||||
param: "/we g n 1",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "shrinknorth",
|
||||
type: "button",
|
||||
tooltip: "we-shrinknorth-tooltip",
|
||||
text: "we-shrinknorth-text",
|
||||
param: "/we g n -1",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "groweast",
|
||||
type: "button",
|
||||
tooltip: "we-groweast-tooltip",
|
||||
text: "we-groweast-text",
|
||||
param: "/we g e 1",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "shrinkeast",
|
||||
type: "button",
|
||||
tooltip: "we-shrinkeast-tooltip",
|
||||
text: "we-shrinkeast-text",
|
||||
param: "/we g e -1",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "growsouth",
|
||||
type: "button",
|
||||
tooltip: "we-growsouth-tooltip",
|
||||
text: "we-growsouth-text",
|
||||
param: "/we g s 1",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "shrinksouth",
|
||||
type: "button",
|
||||
tooltip: "we-shrinksouth-tooltip",
|
||||
text: "we-shrinksouth-text",
|
||||
param: "/we g s -1",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "growwest",
|
||||
type: "button",
|
||||
tooltip: "we-growwest-tooltip",
|
||||
text: "we-growwest-text",
|
||||
param: "/we g w 1",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "shrinkwest",
|
||||
type: "button",
|
||||
tooltip: "we-shrinkwest-tooltip",
|
||||
text: "we-shrinkwest-text",
|
||||
param: "/we g w -1",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "growup",
|
||||
type: "button",
|
||||
tooltip: "we-growup-tooltip",
|
||||
text: "we-growup-text",
|
||||
param: "/we g u 1",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "shrinkup",
|
||||
type: "button",
|
||||
tooltip: "we-shrinkup-tooltip",
|
||||
text: "we-shrinkup-text",
|
||||
param: "/we g u -1",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "growdown",
|
||||
type: "button",
|
||||
tooltip: "we-growdown-tooltip",
|
||||
text: "we-growdown-text",
|
||||
param: "/we g d 1",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 30,
|
||||
code: "shrinkdown",
|
||||
type: "button",
|
||||
tooltip: "we-shrinkdown-tooltip",
|
||||
text: "we-shrinkdown-text",
|
||||
param: "/we g d -1",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 50,
|
||||
code: "shrinklook",
|
||||
type: "button",
|
||||
tooltip: "we-shrinklook-tooltip",
|
||||
text: "we-shrinklook-text",
|
||||
param: "/we g l 1",
|
||||
fontSize: 16,
|
||||
paddingLeft: 10
|
||||
},
|
||||
{
|
||||
width: 50,
|
||||
code: "growlook",
|
||||
type: "button",
|
||||
tooltip: "we-growlook-tooltip",
|
||||
text: "we-growlook-text",
|
||||
param: "/we g l -1",
|
||||
fontSize: 16
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
elements: [
|
||||
{
|
||||
width: 75,
|
||||
code: "copy",
|
||||
type: "button",
|
||||
tooltip: "we-copy-tooltip",
|
||||
text: "we-copy-text",
|
||||
param: "/we copy",
|
||||
fontSize: 16
|
||||
},
|
||||
{
|
||||
width: 75,
|
||||
code: "clear",
|
||||
type: "button",
|
||||
tooltip: "we-clear-tooltip",
|
||||
text: "we-clear-text",
|
||||
param: "/we clear",
|
||||
fontSize: 16,
|
||||
paddingLeft: 20
|
||||
},
|
||||
{
|
||||
width: 75,
|
||||
code: "removecontents",
|
||||
type: "button",
|
||||
tooltip: "we-removecontents-tooltip",
|
||||
text: "we-removecontents-text",
|
||||
param: "/we delete",
|
||||
fontSize: 16,
|
||||
paddingLeft: 20
|
||||
},
|
||||
{
|
||||
width: 75,
|
||||
code: "fill",
|
||||
type: "button",
|
||||
tooltip: "we-fill-tooltip",
|
||||
text: "we-fill-text",
|
||||
param: "/we fill",
|
||||
fontSize: 16,
|
||||
paddingLeft: 20
|
||||
},
|
||||
{
|
||||
width: 75,
|
||||
code: "relight",
|
||||
type: "button",
|
||||
tooltip: "we-relight-tooltip",
|
||||
text: "we-relight-text",
|
||||
param: "/we rls",
|
||||
fontSize: 16,
|
||||
paddingLeft: 20
|
||||
},
|
||||
{
|
||||
width: 75,
|
||||
code: "fix",
|
||||
type: "button",
|
||||
tooltip: "we-fix-tooltip",
|
||||
text: "we-fix-text",
|
||||
param: "/we normalize",
|
||||
fontSize: 16,
|
||||
paddingLeft: 20
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
code: "testship",
|
||||
class: "EntityTestShip",
|
||||
tags: ["inanimate", "vehicle"],
|
||||
hitboxSize: { x: 1, y: 1 },
|
||||
client: {
|
||||
renderer: "Dummy",
|
||||
behaviors: [{ code: "passivephysics" }],
|
||||
},
|
||||
server: {
|
||||
behaviors: [{ code: "passivephysics" }]
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
code: "entitymover",
|
||||
class: "ItemEntityMover",
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
maxstacksize: 1,
|
||||
shape: {
|
||||
base: "item/tool/entitymover"
|
||||
},
|
||||
creativeinventory: { "general": ["*"], "meta": ["*"] },
|
||||
materialDensity: 600,
|
||||
guiTransform: {
|
||||
translation: { x: 0, y: 0, z: 0 },
|
||||
rotation: { x: -6, y: 30, z: -42 },
|
||||
origin: { x: 0.7, y: 0, z: 0.3 },
|
||||
scale: 1.6
|
||||
},
|
||||
tpHandTransform: {
|
||||
translation: { x: -1.5, y: 0.2, z: -1.1 },
|
||||
rotation: { x: 0, y: -17, z: 18 },
|
||||
origin: { x: 0.5, y: 0, z: 0.5 },
|
||||
scale: 0.49
|
||||
},
|
||||
groundTransform: {
|
||||
translation: { x: 0, y: 0, z: 0 },
|
||||
rotation: { x: 90, y: 0, z: 0 },
|
||||
origin: { x: 0.5, y: 0.5, z: 0.5299 },
|
||||
scale: 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
code: "magicwand",
|
||||
class: "ItemMagicWand",
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
maxstacksize: 1,
|
||||
shape: {
|
||||
base: "item/tool/wand"
|
||||
},
|
||||
creativeinventory: { "general": ["*"], "meta": ["*"] },
|
||||
materialDensity: 600,
|
||||
guiTransform: {
|
||||
translation: { x: 0, y: 0, z: 0 },
|
||||
rotation: { x: -6, y: 30, z: -42 },
|
||||
origin: { x: 0.7, y: 0, z: 0.3 },
|
||||
scale: 1.6
|
||||
},
|
||||
tpHandTransform: {
|
||||
translation: { x: -1.5, y: 0.2, z: -1.1 },
|
||||
rotation: { x: 0, y: -17, z: 18 },
|
||||
origin: { x: 0.5, y: 0, z: 0.5 },
|
||||
scale: 0.49
|
||||
},
|
||||
groundTransform: {
|
||||
translation: { x: 0, y: 0, z: 0 },
|
||||
rotation: { x: 90, y: 0, z: 0 },
|
||||
origin: { x: 0.5, y: 0.5, z: 0.5299 },
|
||||
scale: 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
code: "pocketsun",
|
||||
storageFlags: 257,
|
||||
class: "ItemPocketSun",
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
}
|
||||
},
|
||||
lightHsv: [9,7,31],
|
||||
maxstacksize: 1,
|
||||
shape: {
|
||||
base: "item/tool/pocketsun"
|
||||
},
|
||||
creativeinventory: { "general": ["*"], "meta": ["*"] },
|
||||
materialDensity: 600,
|
||||
guiTransform: {
|
||||
translation: { x: 0, y: 0, z: 0 },
|
||||
rotation: { x: -6, y: 30, z: -42 },
|
||||
origin: { x: 0.5, y: 0, z: 0.5 },
|
||||
scale: 1.6
|
||||
},
|
||||
tpHandTransform: {
|
||||
translation: { x: -1.28, y: 0.02, z: -0.99 },
|
||||
rotation: { x: 0, y: -17, z: 18 },
|
||||
origin: { x: 0.5, y: 0, z: 0.5 },
|
||||
scale: 0.49
|
||||
},
|
||||
groundTransform: {
|
||||
translation: { x: 0, y: 0, z: 0 },
|
||||
rotation: { x: 0, y: 0, z: 0 },
|
||||
origin: { x: 0.5, y: -0.04, z: 0.5 },
|
||||
scale: 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
properties: {
|
||||
mindelay: 4,
|
||||
maxdelay: 8
|
||||
},
|
||||
tracks: [
|
||||
{
|
||||
"$type": "Vintagestory.API.Client.SurfaceMusicTrack, VintagestoryAPI",
|
||||
file: "sunny-village-create",
|
||||
name: "Sunny Village [Create]",
|
||||
playstyle: "creative",
|
||||
minhour: 5,
|
||||
maxhour: 13,
|
||||
},
|
||||
{
|
||||
"$type": "Vintagestory.API.Client.SurfaceMusicTrack, VintagestoryAPI",
|
||||
file: "heartbeat-create",
|
||||
name: "Heartbeat [Create]",
|
||||
playstyle: "creative",
|
||||
minhour: 6,
|
||||
maxhour: 14,
|
||||
},
|
||||
{
|
||||
"$type": "Vintagestory.API.Client.SurfaceMusicTrack, VintagestoryAPI",
|
||||
file: "through-the-grass-create",
|
||||
name: "Through the grass at night [Create]",
|
||||
playstyle: "creative",
|
||||
minhour: 22,
|
||||
maxhour: 24,
|
||||
},
|
||||
{
|
||||
"$type": "Vintagestory.API.Client.SurfaceMusicTrack, VintagestoryAPI",
|
||||
file: "through-the-grass-create",
|
||||
name: "Through the grass at night [Create]",
|
||||
playstyle: "creative",
|
||||
minhour: 0,
|
||||
maxhour: 3,
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,179 @@
|
||||
{
|
||||
"asset" : {
|
||||
"generator" : "Khronos glTF Blender I/O v1.6.16",
|
||||
"version" : "2.0"
|
||||
},
|
||||
"scene" : 0,
|
||||
"scenes" : [
|
||||
{
|
||||
"name" : "Scene",
|
||||
"nodes" : [
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"nodes" : [
|
||||
{
|
||||
"mesh" : 0,
|
||||
"name" : "Pyramid"
|
||||
}
|
||||
],
|
||||
"materials" : [
|
||||
{
|
||||
"alphaMode" : "BLEND",
|
||||
"name" : "Dummy",
|
||||
"pbrMetallicRoughness" : {
|
||||
"baseColorTexture" : {
|
||||
"index" : 0
|
||||
},
|
||||
"metallicFactor" : 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"meshes" : [
|
||||
{
|
||||
"extras" : {
|
||||
"prop" : 1
|
||||
},
|
||||
"name" : "Pyramid",
|
||||
"primitives" : [
|
||||
{
|
||||
"attributes" : {
|
||||
"POSITION" : 0,
|
||||
"NORMAL" : 1,
|
||||
"TEXCOORD_0" : 2,
|
||||
"COLOR_0" : 3,
|
||||
"COLOR_1" : 4,
|
||||
"COLOR_2" : 5
|
||||
},
|
||||
"indices" : 6,
|
||||
"material" : 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"textures" : [
|
||||
{
|
||||
"sampler" : 0,
|
||||
"source" : 0
|
||||
}
|
||||
],
|
||||
"images" : [
|
||||
{
|
||||
"bufferView" : 7,
|
||||
"mimeType" : "image/png",
|
||||
"name" : "col48"
|
||||
}
|
||||
],
|
||||
"accessors" : [
|
||||
{
|
||||
"bufferView" : 0,
|
||||
"componentType" : 5126,
|
||||
"count" : 18,
|
||||
"max" : [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"min" : [
|
||||
-0.5,
|
||||
-0.5,
|
||||
-0.5
|
||||
],
|
||||
"type" : "VEC3"
|
||||
},
|
||||
{
|
||||
"bufferView" : 1,
|
||||
"componentType" : 5126,
|
||||
"count" : 18,
|
||||
"type" : "VEC3"
|
||||
},
|
||||
{
|
||||
"bufferView" : 2,
|
||||
"componentType" : 5126,
|
||||
"count" : 18,
|
||||
"type" : "VEC2"
|
||||
},
|
||||
{
|
||||
"bufferView" : 3,
|
||||
"componentType" : 5123,
|
||||
"count" : 18,
|
||||
"normalized" : true,
|
||||
"type" : "VEC4"
|
||||
},
|
||||
{
|
||||
"bufferView" : 4,
|
||||
"componentType" : 5123,
|
||||
"count" : 18,
|
||||
"normalized" : true,
|
||||
"type" : "VEC4"
|
||||
},
|
||||
{
|
||||
"bufferView" : 5,
|
||||
"componentType" : 5123,
|
||||
"count" : 18,
|
||||
"normalized" : true,
|
||||
"type" : "VEC4"
|
||||
},
|
||||
{
|
||||
"bufferView" : 6,
|
||||
"componentType" : 5123,
|
||||
"count" : 18,
|
||||
"type" : "SCALAR"
|
||||
}
|
||||
],
|
||||
"bufferViews" : [
|
||||
{
|
||||
"buffer" : 0,
|
||||
"byteLength" : 216,
|
||||
"byteOffset" : 0
|
||||
},
|
||||
{
|
||||
"buffer" : 0,
|
||||
"byteLength" : 216,
|
||||
"byteOffset" : 216
|
||||
},
|
||||
{
|
||||
"buffer" : 0,
|
||||
"byteLength" : 144,
|
||||
"byteOffset" : 432
|
||||
},
|
||||
{
|
||||
"buffer" : 0,
|
||||
"byteLength" : 144,
|
||||
"byteOffset" : 576
|
||||
},
|
||||
{
|
||||
"buffer" : 0,
|
||||
"byteLength" : 144,
|
||||
"byteOffset" : 720
|
||||
},
|
||||
{
|
||||
"buffer" : 0,
|
||||
"byteLength" : 144,
|
||||
"byteOffset" : 864
|
||||
},
|
||||
{
|
||||
"buffer" : 0,
|
||||
"byteLength" : 36,
|
||||
"byteOffset" : 1008
|
||||
},
|
||||
{
|
||||
"buffer" : 0,
|
||||
"byteLength" : 1584,
|
||||
"byteOffset" : 1044
|
||||
}
|
||||
],
|
||||
"samplers" : [
|
||||
{
|
||||
"magFilter" : 9728,
|
||||
"minFilter" : 9984
|
||||
}
|
||||
],
|
||||
"buffers" : [
|
||||
{
|
||||
"byteLength" : 2628,
|
||||
"uri" : "data:application/octet-stream;base64,AAAAvwAAAL8AAAA/AAAAAAAAAD8AAACAAAAAvwAAAL8AAAC/AAAAvwAAAL8AAAC/AAAAAAAAAD8AAACAAAAAPwAAAL8AAAC/AAAAPwAAAL8AAAC/AAAAAAAAAD8AAACAAAAAPwAAAL8AAAA/AAAAPwAAAL8AAAA/AAAAAAAAAD8AAACAAAAAvwAAAL8AAAA/AAAAPwAAAL8AAAC/AAAAvwAAAL8AAAA/AAAAvwAAAL8AAAC/AAAAPwAAAL8AAAC/AAAAPwAAAL8AAAA/AAAAvwAAAL8AAAA/Lvlkvy755D4AAACALvlkvy755D4AAACALvlkvy755D4AAACAAAAAAC755D4u+WS/AAAAAC755D4u+WS/AAAAAC755D4u+WS/LvlkPy755D4AAACALvlkPy755D4AAACALvlkPy755D4AAACAAAAAAC755D4u+WQ/AAAAAC755D4u+WQ/AAAAAC755D4u+WQ/AAAAAAAAgL8AAACAAAAAAAAAgL8AAACAAAAAAAAAgL8AAACAAAAAAAAAgL8AAACAAAAAAAAAgL8AAACAAAAAAAAAgL8AAACAAACAPwAAgD8AAAA/AAAAAAAAAAAAAIA/AACAPwAAgD/9//8+AAAAAAAAAAAAAIA/AACAPwAAgD8AAAA/AAAAAAAAAAAAAIA/AACAPwAAgD8AAAA/AAAAAAAAAAAAAIA/AACAPwAAgD8AAAAAAAAAAAAAAAAAAIA/AACAPwAAgD8AAIA/AAAAAAAAAAAAAAAAlJqUmpSa/////////////5SalJqUmv//lJqUmpSa/////////////5SalJqUmv//lJqUmpSa/////////////5SalJqUmv//lJqUmpSa/////////////5SalJqUmv//lJqUmpSa//+UmpSalJr//5SalJqUmv//lJqUmpSa//+UmpSalJr//5SalJqUmv//AAAAAAAA/////////////wAAAAAAAP//AAAAAAAA/////////////wAAAAAAAP//AAAAAAAA/////////////wAAAAAAAP//AAAAAAAA/////////////wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA/////////////wAAAAAAAP//AAAAAAAA/////////////wAAAAAAAP//AAAAAAAA/////////////wAAAAAAAP//AAAAAAAA/////////////wAAAAAAAKenAAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAiVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF4klEQVRYCVWXCa7jOgwEHSezr6f49wfmXgPMvsaeqrJk5AsQni2RzWaTkvMu/334sF/fvFn2bVsW5773vP34sex//iyXy2VxrC9fssXe79/L5XpdFuffv8vl6VM219NOHP1YOPyx27HTX+zL7da6dpcnT5abzgYLlEDbz58FLLDBBTIQjgvAu++SIPB+vy8XgzPFKYD7rkvaxHheX7w4MUrUvWfPSnRdnz8/nGG6/fqVgyQk5RRUcIFyhoykHJLe9RlZZwPJMLXRl7ENwqffiCnxm9klvfLrxHTDTC1NQQxuVqrAuj5JaNaMHcIqkrySUUVt3Vc9y6WdGD5LjCkGBeHhoWYRQJ6L6zAPCOdISZb1JBdxkNUmDNccrC+S9lkS+JikZZWEo2RYXwXrRYPBLum1Yq0xstYuWwNry36NSRkMGmH/GpD9bAVgLSLEWlHK2bLvJ0MzGwR0jOkAvb5+fcqeAnSvHbyyXnb41ZjUtoREl7wqUI7KbObi2cgq6cDv1oKbMzjyb9++LddXr46jpwP7HTdVsqMpjT1Sfa01z+1jt5kImdUjKiapgR0B1TEef7Wpi8ymGuHo5vXduwh2KiTATP6RafUe/ZCCWCe7/j7beD7wbvDmlF3C2pmAJr509pVHVoPddJ4NVhaCDfkDASA1Bpl6AP9sRTeI+DazQVXQ06JiqsLoGJ6LgO8yZCQ7f23ILg2VUL7BXEW2oUxr7j3sl4BBGZVHVfCJJMHFtVSHhVlrOLPTmEB3esGOTXKc3SdMw71qKSEDA5aCZHteaOMyMxnr7YiE94R++NzOhqH5kkkyQ4UCKimBbTidOssEbE0QQcmoIAB3C4rhdI8ELHH2UyFLqS+Yt6QWwDrJcgRJXrMCyIxyYM/nPkyuWc+hWl1Px3dLEqjbEPuV02SSqnQeP5kR3PdKMDu4Tgc0JTSSMaOsIRJZwO4fP57BPb51vUQMxHs+3qbWnOwlXaOPBGdSkq4EE6QzbK2ZK5sR8681UzYBabzr27fn0Sy46yrI8ONUtpJnzuxbs4w2rh8j98E+mpANwZVfdvfPn2uavnQA10A4nMGwUVptz6CAqZw9MO3bkwTYFxRx3U+0o5Lyt5uw7IbEbY5MJVSNlRXwSOosWUnbnGYyZNc31QzqHqPzru9DeVSx+lPudWZxSjyIPEpXQAM5BYJYf83aZ0YlUGLGJBZ5iWDXSWG/I60fWD6vdrJnfTrNL1XZj7p3LA0s+Pjrs0FnWbT35Jw/cCRGkL6s+KSMTpIgyfMmzMhzCon/yQdLDa2b5AxmHRsAVlcJuqfNDDIUkVC9MGy8F7rU/Guf2LSUkvv0CFDGZqfMjEqjM9O12UT9LlQ+ur068nWcZYmMXW4PkVQ/RCFykgNXPAlQhMq3ltUwCmgG14CRg+oor8FGhgaZckskMvzylUR7/oYgOROs7vqN9y42e4M1PlUYMO9fvvB+NJSMBU9mDZVcdeZQAZVyWk/3yaxLxzuDUck8LY7hX5mJJW6J8Lx2hMign84CKrtB/TtmxjwL5I1Wxn5oUKW9Rz/75qHR6g98+yQTsITFsAfAo1hHffvsIrWAdoE/Sh0TILlZ69NMgMVyAJjMw77uHhiS75NLMhPDUqSCqhmHPuKKOh46fkpjYJnOZ95rSNmw3k8s18wSgFRSMQfAZiVGSaiaWIww9Ae3cmJj/3UTymr7/h1fJEZah98Cg9V84xotExwNEogksZOIiXQKVIfnAwQyJqjcDOOUoC8SY2+ts3m/vn9/LNh8GJbhqHdfMgEI7PoE9bk9g0/pUSM7fO32yqISThVySloSEpCR9a1rrZfSOjHyV0+djSqt6QxQGSslQet+SYGzff16yI9vX7xioIYE8eteMPAsA35HD3jGIWEZMjZTJZIpQVPEbHCohmbDc1evJCyF2fh/AsP3LiIbVTt7hbW7WNiJs5osth3uHNyk1qmBwU7WAZuxZMxCYDvZpoPk/K83qamzwPdPn86aq2rHz75xjiFORxiMf/gHvngmgJbwAAAAAElFTkSuQmCC"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
# Blender v2.81 (sub 16) OBJ File: 'refmesh.blend'
|
||||
# www.blender.org
|
||||
mtllib mesh.mtl
|
||||
o Cube
|
||||
v -0.500000 -0.500000 0.500000
|
||||
v -0.500000 0.500000 -0.500000
|
||||
v -0.500000 -0.500000 -0.500000
|
||||
v 0.500000 -0.500000 0.500000
|
||||
v 0.500000 0.500000 -0.500000
|
||||
v 0.500000 -0.500000 -0.500000
|
||||
v -0.500000 -0.500000 -0.500000
|
||||
v -0.500000 -0.500000 -0.500000
|
||||
v -0.500000 -0.500000 0.500000
|
||||
v -0.500000 -0.500000 0.500000
|
||||
v -0.500000 -0.500000 0.500000
|
||||
v -0.500000 -0.500000 0.500000
|
||||
v -0.500000 0.500000 -0.500000
|
||||
v -0.500000 0.500000 -0.500000
|
||||
v -0.500000 0.500000 -0.500000
|
||||
v 0.500000 -0.500000 -0.500000
|
||||
v 0.500000 -0.500000 -0.500000
|
||||
v 0.500000 -0.500000 -0.500000
|
||||
v 0.500000 -0.500000 -0.500000
|
||||
v 0.500000 0.500000 -0.500000
|
||||
v 0.500000 0.500000 -0.500000
|
||||
v 0.500000 0.500000 -0.500000
|
||||
v 0.500000 -0.500000 0.500000
|
||||
v 0.500000 -0.500000 0.500000
|
||||
vt 0.000000 0.000000
|
||||
vt 1.000000 0.000000
|
||||
vt 1.000000 1.000000
|
||||
vt 1.000000 0.000000
|
||||
vt 0.000000 1.000000
|
||||
vt 0.000000 0.000000
|
||||
vt 0.000000 0.000000
|
||||
vt 1.000000 0.000000
|
||||
vt 1.000000 1.000000
|
||||
vt 1.000000 0.000000
|
||||
vt 0.000000 1.000000
|
||||
vt 0.000000 0.000000
|
||||
vt 1.000000 0.000000
|
||||
vt 0.000000 1.000000
|
||||
vt 0.000000 0.000000
|
||||
vt 1.000000 0.000000
|
||||
vt 1.000000 1.000000
|
||||
vt 0.000000 1.000000
|
||||
vt 1.000000 0.000000
|
||||
vt 1.000000 1.000000
|
||||
vt 0.000000 1.000000
|
||||
vt 1.000000 0.000000
|
||||
vt 1.000000 1.000000
|
||||
vt 0.000000 1.000000
|
||||
vn -1.0000 0.0000 0.0000
|
||||
vn 0.0000 0.0000 -1.0000
|
||||
vn 1.0000 0.0000 0.0000
|
||||
vn 0.0000 0.7071 0.7071
|
||||
vn 0.0000 -1.0000 0.0000
|
||||
usemtl Material.001
|
||||
s off
|
||||
f 9/1/1 13/2/1 7/3/1
|
||||
f 15/4/2 16/5/2 8/6/2
|
||||
f 17/7/3 20/8/3 23/9/3
|
||||
f 22/10/4 10/11/4 24/12/4
|
||||
f 18/13/5 11/14/5 3/15/5
|
||||
f 14/16/2 21/17/2 6/18/2
|
||||
f 5/19/4 2/20/4 12/21/4
|
||||
f 19/22/5 4/23/5 1/24/5
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"textures": {
|
||||
"0": "block/arrow-up"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "box-0",
|
||||
"from": [ 0.0, 0.0, 1.0 ],
|
||||
"to": [ 8.0, 8.0, 2.0 ],
|
||||
"faces": {
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "box-90",
|
||||
"from": [ 7.0, 0.0, 5.0 ],
|
||||
"to": [ 15.0, 8.0, 6.0 ],
|
||||
"faces": {
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "rotation": 90 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "box-180",
|
||||
"from": [ 0.0, 0.0, 11.0 ],
|
||||
"to": [ 8.0, 8.0, 12.0 ],
|
||||
"faces": {
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "rotation": 180 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "box-270",
|
||||
"from": [ 8.0, 0.0, 15.0 ],
|
||||
"to": [ 16.0, 8.0, 16.0 ],
|
||||
"faces": {
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "rotation": 270 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,433 @@
|
||||
{
|
||||
"editor": {
|
||||
"allAngles": false,
|
||||
"entityTextureMode": true
|
||||
},
|
||||
"textureWidth": 16,
|
||||
"textureHeight": 16,
|
||||
"textureSizes": {
|
||||
"wand": [16,16]
|
||||
},
|
||||
"textures": {
|
||||
"wand": "item/tool/wand"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "origin",
|
||||
"from": [ 8.0, 0.0, 8.0 ],
|
||||
"to": [ 8.0, 0.0, 8.0 ],
|
||||
"uv": [ 2.0, 8.0 ],
|
||||
"rotationOrigin": [ 8.0, 0.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 2.0, 8.5, 2.5, 9.0 ], "enabled": false },
|
||||
"east": { "texture": "#wand", "uv": [ 2.5, 8.5, 3.0, 9.0 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 2.5, 8.5, 3.0, 9.0 ], "enabled": false },
|
||||
"west": { "texture": "#wand", "uv": [ 2.5, 8.5, 3.0, 9.0 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 2.0, 8.0, 2.5, 8.5 ], "enabled": false },
|
||||
"down": { "texture": "#wand", "uv": [ 2.5, 8.0, 3.0, 8.5 ], "enabled": false }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "WandHandle",
|
||||
"from": [ -7.0, -0.5, -0.5 ],
|
||||
"to": [ -1.0, 0.5, 0.5 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 2.25 ],
|
||||
"rotationOrigin": [ -4.0, 0.0, 0.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 5.5, 12.5, 11.5, 13.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 5.5, 14.5, 11.5, 15.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 5.5, 11.5, 11.5, 12.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 5.5, 13.5, 11.5, 14.5 ] }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "WandEdgeLow",
|
||||
"from": [ -0.5, -0.2, -0.2 ],
|
||||
"to": [ 0.0, 1.2, 1.2 ],
|
||||
"uv": [ 12.0, 11.5 ],
|
||||
"rotationOrigin": [ -0.5, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 12.0, 12.5, 12.5, 13.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 12.5, 12.5, 13.5, 13.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 13.5, 12.5, 14.0, 13.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 14.0, 12.5, 15.0, 13.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 12.0, 11.5, 12.5, 12.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 12.5, 11.5, 13.0, 12.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WandEdgeHigh",
|
||||
"from": [ 6.0, -0.2, -0.2 ],
|
||||
"to": [ 6.5, 1.2, 1.2 ],
|
||||
"uv": [ 12.0, 13.5 ],
|
||||
"rotationOrigin": [ 6.0, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 12.0, 14.5, 12.5, 15.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 12.5, 14.5, 13.5, 15.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 13.5, 14.5, 14.0, 15.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 14.0, 14.5, 15.0, 15.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 12.0, 13.5, 12.5, 14.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 12.5, 13.5, 13.0, 14.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WandPart",
|
||||
"from": [ 6.5, 0.1, 0.1 ],
|
||||
"to": [ 11.5, 0.9, 0.9 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 6.5, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 0.5, 5.0, 1.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 0.0, 5.5, 0.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 1.5, 5.0, 2.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 0.0, 5.0, 0.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 1.0, 5.0, 1.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WandTip",
|
||||
"from": [ 11.5, 0.2, 0.2 ],
|
||||
"to": [ 16.5, 0.8, 0.8 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 1.0, 3.0 ],
|
||||
"rotationOrigin": [ 11.5, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 6.0, 0.5, 11.0, 1.0 ], "rotation": 180, "enabled": false },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 0.5, 5.5, 1.0 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 6.0, 1.5, 11.0, 2.0 ], "enabled": false },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 6.0, 0.0, 11.0, 0.5 ], "enabled": false },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 1.0, 11.0, 1.5 ], "rotation": 180, "enabled": false }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Magic1",
|
||||
"from": [ 7.5, -1.2, -0.2 ],
|
||||
"to": [ 8.5, -0.2, 0.8 ],
|
||||
"uv": [ 12.0, 13.5 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 8.0, -0.7, 0.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 12.0, 14.5, 13.0, 15.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 13.0, 14.5, 14.0, 15.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 14.0, 14.5, 15.0, 15.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 15.0, 14.5, 16.0, 15.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 12.0, 13.5, 13.0, 14.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 13.0, 13.5, 14.0, 14.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic2",
|
||||
"from": [ 5.5, -2.2, 1.8 ],
|
||||
"to": [ 6.5, -1.2, 2.8 ],
|
||||
"uv": [ 12.0, 11.5 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 6.0, -1.7, 2.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 12.0, 12.5, 13.0, 13.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 13.0, 12.5, 14.0, 13.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 14.0, 12.5, 15.0, 13.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 15.0, 12.5, 16.0, 13.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 12.0, 11.5, 13.0, 12.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 13.0, 11.5, 14.0, 12.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic3",
|
||||
"from": [ 3.5, 0.8, -2.2 ],
|
||||
"to": [ 4.5, 1.8, -1.2 ],
|
||||
"uv": [ 12.0, 13.0 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 4.0, 1.3, -1.7 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 12.0, 14.0, 13.0, 15.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 13.0, 14.0, 14.0, 15.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 14.0, 14.0, 15.0, 15.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 15.0, 14.0, 16.0, 15.0 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 12.0, 13.0, 13.0, 14.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 13.0, 13.0, 14.0, 14.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic4",
|
||||
"from": [ 1.5, 0.8, 1.8 ],
|
||||
"to": [ 2.5, 1.8, 2.8 ],
|
||||
"uv": [ 12.0, 12.0 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 2.0, 1.3, 2.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 12.0, 13.0, 13.0, 14.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 13.0, 13.0, 14.0, 14.0 ], "rotation": 270 },
|
||||
"south": { "texture": "#wand", "uv": [ 14.0, 13.0, 15.0, 14.0 ], "rotation": 180 },
|
||||
"west": { "texture": "#wand", "uv": [ 15.0, 13.0, 16.0, 14.0 ], "rotation": 90 },
|
||||
"up": { "texture": "#wand", "uv": [ 12.0, 12.0, 13.0, 13.0 ], "rotation": 180 },
|
||||
"down": { "texture": "#wand", "uv": [ 13.0, 12.0, 14.0, 13.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic5",
|
||||
"from": [ 3.5, 1.8, 1.8 ],
|
||||
"to": [ 4.0, 2.3, 2.3 ],
|
||||
"uv": [ 5.5, 10.5 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 4.0, 2.3, 2.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 5.5, 11.0, 6.0, 11.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 6.0, 11.0, 6.5, 11.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 6.5, 11.0, 7.0, 11.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 7.0, 11.0, 7.5, 11.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 5.5, 10.5, 6.0, 11.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 10.5, 6.5, 11.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic6",
|
||||
"from": [ 5.5, -0.2, -2.2 ],
|
||||
"to": [ 6.0, 0.3, -1.7 ],
|
||||
"uv": [ 9.5, 10.5 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 6.0, 0.3, -1.7 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 9.5, 11.0, 10.0, 11.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 10.0, 11.0, 10.5, 11.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 10.5, 11.0, 11.0, 11.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 11.0, 11.0, 11.5, 11.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 9.5, 10.5, 10.0, 11.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 10.0, 10.5, 10.5, 11.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic7",
|
||||
"from": [ 5.5, -0.2, 0.8 ],
|
||||
"to": [ 6.0, 0.3, 1.3 ],
|
||||
"uv": [ 8.5, 10.5 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 6.0, 0.3, 1.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 8.5, 11.0, 9.0, 11.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 9.0, 11.0, 9.5, 11.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 9.5, 11.0, 10.0, 11.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 10.0, 11.0, 10.5, 11.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 8.5, 10.5, 9.0, 11.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 9.0, 10.5, 9.5, 11.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic8",
|
||||
"from": [ 5.5, -1.7, -1.2 ],
|
||||
"to": [ 6.0, -1.2, -0.7 ],
|
||||
"uv": [ 6.5, 10.5 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 6.0, -1.2, -0.7 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 6.5, 11.0, 7.0, 11.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 7.0, 11.0, 7.5, 11.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 7.5, 11.0, 8.0, 11.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 8.0, 11.0, 8.5, 11.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 6.5, 10.5, 7.0, 11.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 7.0, 10.5, 7.5, 11.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic9",
|
||||
"from": [ 2.5, 2.3, -1.2 ],
|
||||
"to": [ 3.0, 2.8, -0.7 ],
|
||||
"uv": [ 7.0, 10.5 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 3.0, 2.8, -0.7 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 7.0, 11.0, 7.5, 11.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 7.5, 11.0, 8.0, 11.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 8.0, 11.0, 8.5, 11.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 8.5, 11.0, 9.0, 11.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 7.0, 10.5, 7.5, 11.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 7.5, 10.5, 8.0, 11.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic10",
|
||||
"from": [ 3.5, -1.7, 1.8 ],
|
||||
"to": [ 4.0, -1.2, 2.3 ],
|
||||
"uv": [ 9.0, 10.5 ],
|
||||
"renderInEditor": false,
|
||||
"rotationOrigin": [ 4.0, -1.2, 2.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 9.0, 11.0, 9.5, 11.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 9.5, 11.0, 10.0, 11.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 10.0, 11.0, 10.5, 11.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 10.5, 11.0, 11.0, 11.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 9.0, 10.5, 9.5, 11.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 9.5, 10.5, 10.0, 11.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Prong1",
|
||||
"from": [ 0.0, 0.1, 0.0 ],
|
||||
"to": [ 4.0, 0.7, 0.6 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 7.5, 5.5 ],
|
||||
"rotationOrigin": [ 0.0, 0.1, 0.0 ],
|
||||
"rotationY": -60.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 6.0, 0.5, 10.0, 1.0 ], "rotation": 180 },
|
||||
"east": { "texture": "#wand", "uv": [ 8.5, 1.5, 9.0, 2.0 ], "windMode": [-1,-1,-1,-1], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 6.0, 1.5, 10.0, 2.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 8.5, 1.0, 9.0, 1.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 6.0, 0.0, 10.0, 0.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 1.0, 10.0, 1.5 ], "rotation": 180 }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Prong2",
|
||||
"from": [ 4.0, 0.0, 0.0 ],
|
||||
"to": [ 7.0, 0.6, 0.6 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 7.5, 5.5 ],
|
||||
"rotationOrigin": [ 4.0, 0.0, 0.6 ],
|
||||
"rotationX": 0.1,
|
||||
"rotationY": 60.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 6.0, 0.5, 9.0, 1.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#wand", "uv": [ 8.5, 1.5, 9.0, 2.0 ], "windMode": [-1,-1,-1,-1], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 6.0, 1.5, 9.0, 2.0 ], "rotation": 180, "windMode": [-1,-1,-1,-1] },
|
||||
"west": { "texture": "#wand", "uv": [ 8.5, 1.0, 9.0, 1.5 ], "rotation": 180, "windMode": [-1,-1,-1,-1], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 6.0, 0.0, 9.0, 0.5 ], "rotation": 180 },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 1.0, 9.0, 1.5 ], "windMode": [-1,-1,-1,-1] }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Prong5",
|
||||
"from": [ 3.0, 0.0, 0.0 ],
|
||||
"to": [ 4.0, 0.6, 0.6 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 7.5, 5.5 ],
|
||||
"rotationOrigin": [ 3.0, 0.0, 0.6 ],
|
||||
"rotationY": 50.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 6.0, 0.5, 7.0, 1.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#wand", "uv": [ 8.5, 1.5, 9.0, 2.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"south": { "texture": "#wand", "uv": [ 6.0, 1.5, 7.0, 2.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"west": { "texture": "#wand", "uv": [ 8.5, 1.0, 9.0, 1.5 ], "rotation": 180, "windMode": [-1,-1,-1,-1], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 6.0, 0.0, 7.0, 0.5 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 1.0, 7.0, 1.5 ], "rotation": 180, "windMode": [-1,-1,-1,-1] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Prong3",
|
||||
"from": [ 0.0, 0.1, 0.0 ],
|
||||
"to": [ 4.0, 0.7, 0.6 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 7.5, 5.5 ],
|
||||
"rotationOrigin": [ 0.0, 0.1, 0.6 ],
|
||||
"rotationY": 60.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 6.0, 0.5, 10.0, 1.0 ], "rotation": 180 },
|
||||
"east": { "texture": "#wand", "uv": [ 8.5, 1.5, 9.0, 2.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 6.0, 1.5, 10.0, 2.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 8.5, 1.0, 9.0, 1.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 6.0, 0.0, 10.0, 0.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 1.0, 10.0, 1.5 ], "rotation": 180 }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Prong4",
|
||||
"from": [ 4.0, 0.0, 0.0 ],
|
||||
"to": [ 7.0, 0.6, 0.6 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 7.5, 5.5 ],
|
||||
"rotationOrigin": [ 4.0, 0.0, 0.0 ],
|
||||
"rotationX": 0.1,
|
||||
"rotationY": -60.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 6.0, 0.5, 9.0, 1.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#wand", "uv": [ 8.5, 1.5, 9.0, 2.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 6.0, 1.5, 9.0, 2.0 ], "rotation": 180, "windMode": [-1,-1,-1,-1] },
|
||||
"west": { "texture": "#wand", "uv": [ 8.5, 1.0, 9.0, 1.5 ], "rotation": 180, "windMode": [-1,-1,-1,-1], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 6.0, 0.0, 9.0, 0.5 ], "rotation": 180 },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 1.0, 9.0, 1.5 ] }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Prong6",
|
||||
"from": [ 3.0, 0.0, 0.0 ],
|
||||
"to": [ 4.0, 0.6, 0.6 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 7.5, 5.5 ],
|
||||
"rotationOrigin": [ 3.0, 0.0, 0.0 ],
|
||||
"rotationY": -50.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 6.0, 0.5, 7.0, 1.0 ], "rotation": 180, "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#wand", "uv": [ 8.5, 1.5, 9.0, 2.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 6.0, 1.5, 7.0, 2.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"west": { "texture": "#wand", "uv": [ 8.5, 1.0, 9.0, 1.5 ], "rotation": 180, "windMode": [-1,-1,-1,-1], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 6.0, 0.0, 7.0, 0.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 1.0, 7.0, 1.5 ], "rotation": 180 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "HaloX",
|
||||
"from": [ 13.9, 0.5, -2.0 ],
|
||||
"to": [ 18.9, 0.5, 3.0 ],
|
||||
"uv": [ 0.0, 10.5 ],
|
||||
"rotationOrigin": [ 16.4, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 5.0, 5.5 ], "enabled": false },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"west": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 10.5, 5.0, 15.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 5.0, 0.0, 10.0, 5.0 ], "enabled": false }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HaloY",
|
||||
"from": [ 13.9, 0.5, -2.0 ],
|
||||
"to": [ 18.9, 0.5, 3.0 ],
|
||||
"uv": [ 0.0, 10.5 ],
|
||||
"rotationOrigin": [ 16.4, 0.5, 0.5 ],
|
||||
"rotationZ": 90.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 5.0, 5.5 ], "enabled": false },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"west": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 10.5, 5.0, 15.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 5.0, 0.0, 10.0, 5.0 ], "enabled": false }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HaloZ",
|
||||
"from": [ 13.9, 0.5, -2.0 ],
|
||||
"to": [ 18.9, 0.5, 3.0 ],
|
||||
"uv": [ 0.0, 10.5 ],
|
||||
"rotationOrigin": [ 16.4, 0.5, 0.5 ],
|
||||
"rotationX": 90.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 5.0, 5.5 ], "enabled": false },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"west": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 10.5, 5.0, 15.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 5.0, 0.0, 10.0, 5.0 ], "enabled": false }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"editor": {
|
||||
"allAngles": false,
|
||||
"entityTextureMode": false
|
||||
},
|
||||
"textureWidth": 16,
|
||||
"textureHeight": 16,
|
||||
"textureSizes": {
|
||||
"minisun": [16,16]
|
||||
},
|
||||
"textures": {
|
||||
"minisun": "item/tool/pocketsun"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "origin",
|
||||
"from": [ 8.0, 0.0, 8.0 ],
|
||||
"to": [ 8.0, 0.0, 8.0 ],
|
||||
"rotationOrigin": [ 8.0, 0.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#null", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false },
|
||||
"east": { "texture": "#null", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false },
|
||||
"south": { "texture": "#null", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false },
|
||||
"west": { "texture": "#null", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false },
|
||||
"up": { "texture": "#null", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false },
|
||||
"down": { "texture": "#null", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "NS",
|
||||
"from": [ 0.0, -8.0, -8.0 ],
|
||||
"to": [ 0.0, 8.0, 8.0 ],
|
||||
"renderPass": 3,
|
||||
"faces": {
|
||||
"north": { "texture": "#minisun", "uv": [ 0.0, 0.0, 0.5, 16.0 ], "enabled": false },
|
||||
"east": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "glow": 255, "windMode": [-1,-1,-1,-1], "reflectiveMode": 3 },
|
||||
"south": { "texture": "#minisun", "uv": [ 0.0, 0.0, 0.5, 16.0 ], "enabled": false },
|
||||
"west": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "windMode": [-1,-1,-1,-1], "enabled": false },
|
||||
"up": { "texture": "#minisun", "uv": [ 0.0, 0.0, 0.5, 16.0 ], "enabled": false },
|
||||
"down": { "texture": "#minisun", "uv": [ 0.0, 0.0, 0.5, 16.0 ], "enabled": false }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "EW",
|
||||
"from": [ -8.0, -8.0, 0.0 ],
|
||||
"to": [ 8.0, 8.0, 0.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "enabled": false },
|
||||
"east": { "texture": "#minisun", "uv": [ 0.0, 0.0, 0.5, 16.0 ], "glow": 255, "enabled": false },
|
||||
"south": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "glow": 255, "windMode": [-1,-1,-1,-1], "reflectiveMode": 3 },
|
||||
"west": { "texture": "#minisun", "uv": [ 0.0, 0.0, 0.5, 16.0 ], "enabled": false },
|
||||
"up": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 0.5 ], "enabled": false },
|
||||
"down": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 0.5 ], "enabled": false }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "D",
|
||||
"from": [ -8.0, 0.0, -8.0 ],
|
||||
"to": [ 8.0, 0.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 0.5 ], "enabled": false },
|
||||
"east": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 0.5 ], "enabled": false },
|
||||
"south": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 0.5 ], "enabled": false },
|
||||
"west": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 0.5 ], "enabled": false },
|
||||
"up": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "glow": 255, "windMode": [-1,-1,-1,-1], "reflectiveMode": 3 },
|
||||
"down": { "texture": "#minisun", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "enabled": false }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"editor": {
|
||||
"allAngles": false,
|
||||
"entityTextureMode": false
|
||||
},
|
||||
"textureWidth": 16,
|
||||
"textureHeight": 16,
|
||||
"textureSizes": {
|
||||
},
|
||||
"textures": {
|
||||
"col26": "block/creative/col26",
|
||||
"col73": "block/creative/col73",
|
||||
"col79": "block/creative/col79"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube2",
|
||||
"from": [ 6.5, 0.0, 6.5 ],
|
||||
"to": [ 9.5, 7.0, 9.5 ],
|
||||
"rotationOrigin": [ 6.5, 0.0, 6.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#col79", "uv": [ 0.0, 0.0, 3.0, 7.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"east": { "texture": "#col79", "uv": [ 0.0, 0.0, 3.0, 7.0 ] },
|
||||
"south": { "texture": "#col79", "uv": [ 0.0, 0.0, 3.0, 7.0 ] },
|
||||
"west": { "texture": "#col79", "uv": [ 0.0, 0.0, 3.0, 7.0 ] },
|
||||
"up": { "texture": "#col79", "uv": [ 0.0, 0.0, 3.0, 3.0 ], "windMode": [-1,-1,-1,-1] },
|
||||
"down": { "texture": "#col79", "uv": [ 0.0, 0.0, 3.0, 3.0 ] }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Cube3",
|
||||
"from": [ 0.5, 7.0, 0.5 ],
|
||||
"to": [ 2.5, 8.0, 2.5 ],
|
||||
"rotationOrigin": [ 0.5, 7.0, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#col73", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
|
||||
"east": { "texture": "#col73", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
|
||||
"south": { "texture": "#col73", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
|
||||
"west": { "texture": "#col73", "uv": [ 0.0, 0.0, 2.0, 1.0 ] },
|
||||
"up": { "texture": "#col73", "uv": [ 0.0, 0.0, 2.0, 2.0 ] }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Cube4",
|
||||
"from": [ 0.5, 1.5, 0.5 ],
|
||||
"to": [ 1.5, 2.5, 1.5 ],
|
||||
"rotationOrigin": [ 0.5, 1.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#col26", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
|
||||
"east": { "texture": "#col26", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
|
||||
"south": { "texture": "#col26", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
|
||||
"west": { "texture": "#col26", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
|
||||
"up": { "texture": "#col26", "uv": [ 0.0, 0.0, 1.0, 1.0 ] },
|
||||
"down": { "texture": "#col26", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Cube5",
|
||||
"from": [ 0.2, -0.5, 0.2 ],
|
||||
"to": [ 0.8, 0.0, 0.8 ],
|
||||
"rotationOrigin": [ 0.2, -0.5, 0.2 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#col73", "uv": [ 0.0, 0.0, 0.5, 0.5 ] },
|
||||
"east": { "texture": "#col73", "uv": [ 0.0, 0.0, 0.5, 0.5 ] },
|
||||
"south": { "texture": "#col73", "uv": [ 0.0, 0.0, 0.5, 0.5 ] },
|
||||
"west": { "texture": "#col73", "uv": [ 0.0, 0.0, 0.5, 0.5 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cube6",
|
||||
"from": [ -0.01, 1.0, -0.01 ],
|
||||
"to": [ 3.01, 6.0, 3.01 ],
|
||||
"rotationOrigin": [ 0.0, 1.0, 0.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#col26", "uv": [ 0.0, 0.0, 3.0, 5.0 ] },
|
||||
"east": { "texture": "#col26", "uv": [ 0.0, 0.0, 3.0, 5.0 ] },
|
||||
"south": { "texture": "#col26", "uv": [ 0.0, 0.0, 3.0, 5.0 ] },
|
||||
"west": { "texture": "#col26", "uv": [ 0.0, 0.0, 3.0, 5.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -0,0 +1,318 @@
|
||||
{
|
||||
"editor": {
|
||||
"allAngles": false,
|
||||
"singleTexture": true
|
||||
},
|
||||
"textureWidth": 16,
|
||||
"textureHeight": 16,
|
||||
"textures": {
|
||||
"wand": "item/tool/wand"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "origin",
|
||||
"from": [ 8.0, 0.0, 8.0 ],
|
||||
"to": [ 8.0, 0.0, 8.0 ],
|
||||
"uv": [ 2.0, 8.0 ],
|
||||
"rotationOrigin": [ 8.0, 0.0, 8.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 2.0, 8.5, 2.5, 9.0 ], "enabled": false },
|
||||
"east": { "texture": "#wand", "uv": [ 2.5, 8.5, 3.0, 9.0 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 2.5, 8.5, 3.0, 9.0 ], "enabled": false },
|
||||
"west": { "texture": "#wand", "uv": [ 2.5, 8.5, 3.0, 9.0 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 2.0, 8.0, 2.5, 8.5 ], "enabled": false },
|
||||
"down": { "texture": "#wand", "uv": [ 2.5, 8.0, 3.0, 8.5 ], "enabled": false }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "WandHandle",
|
||||
"from": [ -7.0, -0.5, -0.5 ],
|
||||
"to": [ -1.0, 0.5, 0.5 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 2.25 ],
|
||||
"rotationOrigin": [ -4.0, 0.0, 0.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 3.5, 6.0, 4.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 6.0, 3.5, 12.0, 4.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 2.5, 6.0, 3.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 2.5, 12.0, 3.5 ] }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "WandEdgeLow",
|
||||
"from": [ -0.5, -0.2, -0.2 ],
|
||||
"to": [ 0.0, 1.2, 1.2 ],
|
||||
"uv": [ 12.0, 2.0 ],
|
||||
"rotationOrigin": [ -0.5, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 12.0, 3.0, 12.5, 4.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 12.5, 3.0, 13.5, 4.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 13.5, 3.0, 14.0, 4.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 14.0, 3.0, 15.0, 4.0 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 12.0, 2.0, 12.5, 3.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 12.5, 2.0, 13.0, 3.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WandEdgeHigh",
|
||||
"from": [ 6.0, -0.2, -0.2 ],
|
||||
"to": [ 6.5, 1.2, 1.2 ],
|
||||
"uv": [ 12.0, 0.0 ],
|
||||
"rotationOrigin": [ 6.0, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 12.0, 1.0, 12.5, 2.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 12.5, 1.0, 13.5, 2.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 13.5, 1.0, 14.0, 2.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 14.0, 1.0, 15.0, 2.0 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 12.0, 0.0, 12.5, 1.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 12.5, 0.0, 13.0, 1.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WandPart",
|
||||
"from": [ 6.5, 0.1, 0.1 ],
|
||||
"to": [ 11.5, 0.9, 0.9 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 6.5, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 0.5, 5.0, 1.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 0.0, 5.5, 0.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 1.5, 5.0, 2.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 0.0, 5.0, 0.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 1.0, 5.0, 1.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WandTip",
|
||||
"from": [ 11.5, 0.2, 0.2 ],
|
||||
"to": [ 16.5, 0.8, 0.8 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 1.0, 3.0 ],
|
||||
"rotationOrigin": [ 11.5, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 6.0, 0.5, 11.0, 1.0 ], "rotation": 180 },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 0.5, 5.5, 1.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 6.0, 1.5, 11.0, 2.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 0.0, 0.5, 0.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 6.0, 0.0, 11.0, 0.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 6.0, 1.0, 11.0, 1.5 ], "rotation": 180 }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Magic1",
|
||||
"from": [ 7.5, -1.2, -0.2 ],
|
||||
"to": [ 8.5, -0.2, 0.8 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 5.0 ],
|
||||
"rotationOrigin": [ 8.0, -0.7, 0.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic2",
|
||||
"from": [ 5.5, -2.2, 1.8 ],
|
||||
"to": [ 6.5, -1.2, 2.8 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 6.0, -1.7, 2.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic3",
|
||||
"from": [ 3.5, 0.8, -2.2 ],
|
||||
"to": [ 4.5, 1.8, -1.2 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 4.0, 1.3, -1.7 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic4",
|
||||
"from": [ 1.5, 0.8, 1.8 ],
|
||||
"to": [ 2.5, 1.8, 2.8 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 2.0, 1.3, 2.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 1.0, 6.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic5",
|
||||
"from": [ 3.5, 1.8, 1.8 ],
|
||||
"to": [ 4.0, 2.3, 2.3 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 4.0, 2.3, 2.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic6",
|
||||
"from": [ 5.5, -0.2, -2.2 ],
|
||||
"to": [ 6.0, 0.3, -1.7 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 6.0, 0.3, -1.7 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic7",
|
||||
"from": [ 5.5, -0.2, 0.8 ],
|
||||
"to": [ 6.0, 0.3, 1.3 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 6.0, 0.3, 1.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic8",
|
||||
"from": [ 5.5, -1.7, -1.2 ],
|
||||
"to": [ 6.0, -1.2, -0.7 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 6.0, -1.2, -0.7 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic9",
|
||||
"from": [ 2.5, 2.3, -1.2 ],
|
||||
"to": [ 3.0, 2.8, -0.7 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 3.0, 2.8, -0.7 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Magic10",
|
||||
"from": [ 3.5, -1.7, 1.8 ],
|
||||
"to": [ 4.0, -1.2, 2.3 ],
|
||||
"autoUnwrap": false,
|
||||
"uv": [ 0.0, 0.0 ],
|
||||
"rotationOrigin": [ 4.0, -1.2, 2.3 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"east": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"south": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"west": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"up": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 0.0, 5.0, 0.5, 5.5 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "HaloX",
|
||||
"from": [ 13.9, 0.5, -2.0 ],
|
||||
"to": [ 18.9, 0.5, 3.0 ],
|
||||
"uv": [ 1.0, 5.0 ],
|
||||
"rotationOrigin": [ 16.4, 0.5, 0.5 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 5.0, 5.5 ], "enabled": false },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"west": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 1.0, 5.0, 6.0, 10.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 5.0, 0.0, 10.0, 5.0 ], "enabled": false }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HaloY",
|
||||
"from": [ 13.9, 0.5, -2.0 ],
|
||||
"to": [ 18.9, 0.5, 3.0 ],
|
||||
"uv": [ 1.0, 5.0 ],
|
||||
"rotationOrigin": [ 16.4, 0.5, 0.5 ],
|
||||
"rotationZ": 90.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 5.0, 5.5 ], "enabled": false },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"west": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 1.0, 5.0, 6.0, 10.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 5.0, 0.0, 10.0, 5.0 ], "enabled": false }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HaloZ",
|
||||
"from": [ 13.9, 0.5, -2.0 ],
|
||||
"to": [ 18.9, 0.5, 3.0 ],
|
||||
"uv": [ 1.0, 5.0 ],
|
||||
"rotationOrigin": [ 16.4, 0.5, 0.5 ],
|
||||
"rotationX": 90.0,
|
||||
"faces": {
|
||||
"north": { "texture": "#wand", "uv": [ 0.0, 5.0, 5.0, 5.5 ], "enabled": false },
|
||||
"east": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"south": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"west": { "texture": "#wand", "uv": [ 5.0, 5.0, 10.0, 5.5 ], "enabled": false },
|
||||
"up": { "texture": "#wand", "uv": [ 1.0, 5.0, 6.0, 10.0 ] },
|
||||
"down": { "texture": "#wand", "uv": [ 5.0, 0.0, 10.0, 5.0 ], "enabled": false }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
code: "superflatworldgen",
|
||||
blockCodes: [
|
||||
"rock-claystone",
|
||||
"soil-medium-none",
|
||||
"soil-medium-normal"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
code: "meta",
|
||||
classByType: {
|
||||
"*-spawner": "BlockSpawner",
|
||||
"*-connector": "BlockTileConnector",
|
||||
"*-selectablecollider": "BlockMetaRemainSelectable"
|
||||
},
|
||||
entityClassByType: {
|
||||
"*-spawner": "Spawner",
|
||||
"*-music": "MusicTrigger",
|
||||
"*-connector": "TileConnector"
|
||||
},
|
||||
attributes: {
|
||||
handbook: {
|
||||
exclude: true
|
||||
},
|
||||
canChiselByType: {
|
||||
"*-collider": true,
|
||||
"*-selectablecollider": true
|
||||
}
|
||||
},
|
||||
variantgroups: [
|
||||
{ code:"type", states: ["filler", "pathway", "underground", "spawner", "collider", "selectablecollider", "music", "blocklayer", "connector","aboveground",] },
|
||||
],
|
||||
shape: { base: "block/basic/cube" },
|
||||
drawtypeByType: {
|
||||
"*-connector": "json",
|
||||
"*": "cube"
|
||||
},
|
||||
creativeinventory: { "general": ["*"], "meta": ["*"] },
|
||||
drops: [],
|
||||
blockmaterial: "Meta",
|
||||
faceCullMode: "Merge",
|
||||
vertexFlags: {
|
||||
zOffset: 7
|
||||
},
|
||||
renderPass: "meta",
|
||||
replaceable: 900,
|
||||
lightAbsorption: 0,
|
||||
texturesByType: {
|
||||
"*-connector": {
|
||||
all: { base: "block/meta/{type}" },
|
||||
verticals: { base: "block/meta/{type}-up" },
|
||||
east: { base: "block/meta/{type}-up", rotation: 270 },
|
||||
west: { base: "block/meta/{type}-up", rotation: 90 }
|
||||
},
|
||||
"*": {
|
||||
all: { base: "block/meta/{type}" }
|
||||
}
|
||||
},
|
||||
resistance: 0.25,
|
||||
sideopaque: {
|
||||
all: false
|
||||
},
|
||||
sidesolid: {
|
||||
all: false
|
||||
},
|
||||
collisionboxByType: {
|
||||
"*-collider": { x1: 0, y1: 0, z1: 0, x2: 1, y2: 1, z2: 1 },
|
||||
"*-selectablecollider": { x1: 0, y1: 0, z1: 0, x2: 1, y2: 1, z2: 1 },
|
||||
"*": null,
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
code: "multiblock",
|
||||
class: "BlockMultiblock",
|
||||
handbook: { exclude: true },
|
||||
variantgroups: [
|
||||
{ code: "type", states: ["monolithic"] },
|
||||
{ code: "dx", states: ["n2", "n1", "0", "p1", "p2"] },
|
||||
{ code: "dy", states: ["n2", "n1", "0", "p1", "p2", "p3"] },
|
||||
{ code: "dz", states: ["n2", "n1", "0", "p1", "p2"] }
|
||||
],
|
||||
shape: { base: "block/basic/nothing" },
|
||||
drawtype: "json",
|
||||
sidesolid: { all: false },
|
||||
sideopaque: { all: false },
|
||||
blockmaterial: "Wood",
|
||||
replaceable: 160,
|
||||
resistance: 4,
|
||||
lightAbsorption: 0,
|
||||
drops: []
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
code: "climatePlantTint",
|
||||
texture: { base: "environment/planttint" },
|
||||
padding: 4,
|
||||
loadIntoBlockTextureAtlas: true
|
||||
},
|
||||
{
|
||||
code: "climateWaterTint",
|
||||
texture: { base: "environment/watertint" },
|
||||
padding: 4,
|
||||
loadIntoBlockTextureAtlas: true
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
tabConfigs: [
|
||||
{ code: "general", listOrder: 0 },
|
||||
{ code: "flora", listOrder: 0.1, paddingTop: 15 },
|
||||
{ code: "terrain", listOrder: 0.2 },
|
||||
{ code: "decorative", listOrder: 0.3 },
|
||||
{ code: "clutter", listOrder: 0.35 },
|
||||
{ code: "construction", listOrder: 0.4 },
|
||||
{ code: "mechanics", listOrder: 0.45 },
|
||||
{ code: "aquatic", listOrder: 0.47 },
|
||||
{ code: "items", listOrder: 0.5, paddingTop: 15 },
|
||||
{ code: "liquids", listOrder: 0.55 },
|
||||
{ code: "tools", listOrder: 0.6 },
|
||||
{ code: "clothing", listOrder: 0.7 },
|
||||
{ code: "creatures", listOrder: 0.8 },
|
||||
{ code: "meta", listOrder: 0.9, paddingTop: 15 }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,186 @@
|
||||
[
|
||||
"/eir remapq fox-male-red fox-male",
|
||||
"/eir remapq fox-female-red fox-female",
|
||||
"/eir remapq fox-pup-red fox-baby",
|
||||
"/eir remapq fox-male-arctic fox-arctic-male",
|
||||
"/eir remapq fox-female-arctic fox-arctic-female",
|
||||
|
||||
// 1.20.0-pre.3
|
||||
|
||||
"/eir remapq fox-red-adult-male fox-male-red",
|
||||
"/eir remapq fox-red-adult-female fox-female-red",
|
||||
"/eir remapq fox-red-baby-male fox-pup-red",
|
||||
"/eir remapq fox-arctic-adult-male fox-male-arctic",
|
||||
"/eir remapq fox-arctic-adult-female fox-female-arctic",
|
||||
"/eir remapq fox-arctic-baby-male fox-pup-arctic",
|
||||
|
||||
// 1.21.0-pre.4
|
||||
|
||||
"/eir remapq gazelle-thomson-adult-male gazelle-male",
|
||||
"/eir remapq gazelle-thomson-adult-female gazelle-female",
|
||||
"/eir remapq gazelle-thomson-baby-female gazelle-calf",
|
||||
|
||||
"/eir remapq hyena-spotted-adult-male hyena-male",
|
||||
"/eir remapq hyena-spotted-adult-female hyena-female",
|
||||
"/eir remapq hyena-spotted-baby-female hyena-pup",
|
||||
|
||||
"/eir remapq pig-eurasian-adult-male pig-wild-male",
|
||||
"/eir remapq pig-eurasian-adult-female pig-wild-female",
|
||||
"/eir remapq pig-eurasian-baby-female pig-wild-piglet",
|
||||
|
||||
"/eir remapq raccoon-common-adult-male raccoon-male",
|
||||
"/eir remapq raccoon-common-adult-female raccoon-female",
|
||||
"/eir remapq raccoon-common-baby-male raccoon-pup",
|
||||
|
||||
"/eir remapq sheep-bighorn-adult-male sheep-bighorn-male",
|
||||
"/eir remapq sheep-bighorn-adult-female sheep-bighorn-female",
|
||||
"/eir remapq sheep-bighorn-baby-female sheep-bighorn-lamb",
|
||||
|
||||
"/eir remapq wolf-eurasian-adult-male wolf-male",
|
||||
"/eir remapq wolf-eurasian-adult-female wolf-female",
|
||||
"/eir remapq wolf-eurasian-adult-female wolf-pup",
|
||||
|
||||
"/eir remapq bear-black-adult-male bear-male-black",
|
||||
"/eir remapq bear-black-adult-female bear-female-black",
|
||||
"/eir remapq bear-brown-adult-male bear-male-brown",
|
||||
"/eir remapq bear-brown-adult-female bear-female-brown",
|
||||
"/eir remapq bear-sun-adult-male bear-male-sun",
|
||||
"/eir remapq bear-sun-adult-female bear-female-sun",
|
||||
"/eir remapq bear-panda-adult-male bear-male-panda",
|
||||
"/eir remapq bear-panda-adult-female bear-female-panda",
|
||||
"/eir remapq bear-polar-adult-male bear-male-polar",
|
||||
"/eir remapq bear-polar-adult-female bear-female-polar",
|
||||
|
||||
"/eir remapq hare-arctic-adult-male hare-male-arctic",
|
||||
"/eir remapq hare-arctic-adult-female hare-female-arctic",
|
||||
"/eir remapq hare-cape-adult-male hare-male-desert",
|
||||
"/eir remapq hare-cape-adult-female hare-female-desert",
|
||||
"/eir remapq hare-jackblack-adult-male hare-male-smokegrey",
|
||||
"/eir remapq hare-jackblack-adult-female hare-female-smokegrey",
|
||||
"/eir remapq hare-scrub-adult-male hare-male-lightgrey",
|
||||
"/eir remapq hare-scrub-adult-female hare-female-lightgrey",
|
||||
"/eir remapq hare-indian-adult-male hare-male-darkbrown",
|
||||
"/eir remapq hare-indian-adult-female hare-female-darkbrown",
|
||||
"/eir remapq hare-european-adult-male hare-male-ashgrey",
|
||||
"/eir remapq hare-european-adult-female hare-female-ashgrey",
|
||||
|
||||
"/eir remapq hare-european-baby-male hare-male-lightbrown",
|
||||
"/eir remapq hare-jackblack-baby-female hare-female-lightbrown",
|
||||
"/eir remapq hare-indian-baby-male hare-male-gold",
|
||||
"/eir remapq hare-indian-baby-female hare-female-gold",
|
||||
"/eir remapq hare-scrub-baby-male hare-male-silver",
|
||||
"/eir remapq hare-scrub-baby-female hare-female-silver",
|
||||
"/eir remapq hare-european-baby-female hare-baby",
|
||||
|
||||
"/eir remapq deer-whitetail-adult-male deer-whitetail-male-adult",
|
||||
"/eir remapq deer-whitetail-adult-female deer-whitetail-female-adult",
|
||||
"/eir remapq deer-whitetail-baby-male deer-whitetail-male-baby",
|
||||
"/eir remapq deer-whitetail-baby-female deer-whitetail-female-baby",
|
||||
"/eir remapq deer-redbrocket-adult-male deer-redbrocket-male-adult",
|
||||
"/eir remapq deer-redbrocket-adult-female deer-redbrocket-female-adult",
|
||||
"/eir remapq deer-redbrocket-baby-male deer-redbrocket-male-baby",
|
||||
"/eir remapq deer-redbrocket-baby-female deer-redbrocket-female-baby",
|
||||
"/eir remapq deer-marsh-adult-male deer-marsh-male-adult",
|
||||
"/eir remapq deer-marsh-adult-female deer-marsh-female-adult",
|
||||
"/eir remapq deer-marsh-baby-male deer-marsh-male-baby",
|
||||
"/eir remapq deer-marsh-baby-female deer-marsh-female-baby",
|
||||
"/eir remapq deer-caribou-adult-male deer-caribou-male-adult",
|
||||
"/eir remapq deer-caribou-adult-female deer-caribou-female-adult",
|
||||
"/eir remapq deer-caribou-baby-male deer-caribou-male-baby",
|
||||
"/eir remapq deer-caribou-baby-female deer-caribou-female-baby",
|
||||
"/eir remapq deer-water-adult-male deer-water-male-adult",
|
||||
"/eir remapq deer-water-adult-female deer-water-female-adult",
|
||||
"/eir remapq deer-water-baby-male deer-water-male-baby",
|
||||
"/eir remapq deer-water-baby-female deer-water-female-baby",
|
||||
"/eir remapq deer-pudu-adult-male deer-pudu-male-adult",
|
||||
"/eir remapq deer-pudu-adult-female deer-pudu-female-adult",
|
||||
"/eir remapq deer-pudu-baby-male deer-pudu-male-baby",
|
||||
"/eir remapq deer-pudu-baby-female deer-pudu-female-baby",
|
||||
"/eir remapq deer-elk-adult-male deer-elk-male-adult",
|
||||
"/eir remapq deer-elk-adult-female deer-elk-female-adult",
|
||||
"/eir remapq deer-elk-baby-male deer-elk-male-baby",
|
||||
"/eir remapq deer-elk-baby-female deer-elk-female-baby",
|
||||
"/eir remapq deer-taruca-adult-male deer-taruca-male-adult",
|
||||
"/eir remapq deer-taruca-adult-female deer-taruca-female-adult",
|
||||
"/eir remapq deer-taruca-baby-male deer-taruca-male-baby",
|
||||
"/eir remapq deer-taruca-baby-female deer-taruca-female-baby",
|
||||
"/eir remapq deer-chital-adult-male deer-chital-male-adult",
|
||||
"/eir remapq deer-chital-adult-female deer-chital-female-adult",
|
||||
"/eir remapq deer-chital-baby-male deer-chital-male-baby",
|
||||
"/eir remapq deer-chital-baby-female deer-chital-female-baby",
|
||||
"/eir remapq deer-guemal-adult-male deer-guemal-male-adult",
|
||||
"/eir remapq deer-guemal-adult-female deer-guemal-female-adult",
|
||||
"/eir remapq deer-guemal-baby-male deer-guemal-male-baby",
|
||||
"/eir remapq deer-guemal-baby-female deer-guemal-female-baby",
|
||||
"/eir remapq deer-pampas-adult-male deer-pampas-male-adult",
|
||||
"/eir remapq deer-pampas-adult-female deer-pampas-female-adult",
|
||||
"/eir remapq deer-pampas-baby-male deer-pampas-male-baby",
|
||||
"/eir remapq deer-pampas-baby-female deer-pampas-female-baby",
|
||||
"/eir remapq deer-fallow-adult-male deer-fallow-male-adult",
|
||||
"/eir remapq deer-fallow-adult-female deer-fallow-female-adult",
|
||||
"/eir remapq deer-fallow-baby-male deer-fallow-male-baby",
|
||||
"/eir remapq deer-fallow-baby-female deer-fallow-female-baby",
|
||||
|
||||
"/eir remapq goat-angora-adult-male goat-angora-male-adult",
|
||||
"/eir remapq goat-angora-adult-female goat-angora-female-adult",
|
||||
"/eir remapq goat-angora-baby-male goat-angora-male-baby",
|
||||
"/eir remapq goat-angora-baby-female goat-angora-female-baby",
|
||||
"/eir remapq goat-ibexalp-adult-male goat-ibexalp-male-adult",
|
||||
"/eir remapq goat-ibexalp-adult-female goat-ibexalp-female-adult",
|
||||
"/eir remapq goat-ibexalp-baby-male goat-ibexalp-male-baby",
|
||||
"/eir remapq goat-ibexalp-baby-female goat-ibexalp-female-baby",
|
||||
"/eir remapq goat-ibexnub-adult-male goat-ibexnub-male-adult",
|
||||
"/eir remapq goat-ibexnub-adult-female goat-ibexnub-female-adult",
|
||||
"/eir remapq goat-ibexnub-baby-male goat-ibexnub-male-baby",
|
||||
"/eir remapq goat-ibexnub-baby-female goat-ibexnub-female-baby",
|
||||
"/eir remapq goat-markhor-adult-male goat-markhor-male-adult",
|
||||
"/eir remapq goat-markhor-adult-female goat-markhor-female-adult",
|
||||
"/eir remapq goat-markhor-baby-male goat-markhor-male-baby",
|
||||
"/eir remapq goat-markhor-baby-female goat-markhor-female-baby",
|
||||
"/eir remapq goat-mountain-adult-male goat-mountain-male-adult",
|
||||
"/eir remapq goat-mountain-adult-female goat-mountain-female-adult",
|
||||
"/eir remapq goat-mountain-baby-male goat-mountain-male-baby",
|
||||
"/eir remapq goat-mountain-baby-female goat-mountain-female-baby",
|
||||
"/eir remapq goat-muskox-adult-male goat-muskox-male-adult",
|
||||
"/eir remapq goat-muskox-adult-female goat-muskox-female-adult",
|
||||
"/eir remapq goat-muskox-baby-male goat-muskox-male-baby",
|
||||
"/eir remapq goat-muskox-baby-female goat-muskox-female-baby",
|
||||
"/eir remapq goat-nubian-adult-male goat-nubian-male-adult",
|
||||
"/eir remapq goat-nubian-adult-female goat-nubian-female-adult",
|
||||
"/eir remapq goat-nubian-baby-male goat-nubian-male-baby",
|
||||
"/eir remapq goat-nubian-baby-female goat-nubian-female-baby",
|
||||
"/eir remapq goat-sirohi-adult-male goat-sirohi-male-adult",
|
||||
"/eir remapq goat-sirohi-adult-female goat-sirohi-female-adult",
|
||||
"/eir remapq goat-sirohi-baby-male goat-sirohi-male-baby",
|
||||
"/eir remapq goat-sirohi-baby-female goat-sirohi-female-baby",
|
||||
"/eir remapq goat-takingold-adult-male goat-takingold-male-adult",
|
||||
"/eir remapq goat-takingold-adult-female goat-takingold-female-adult",
|
||||
"/eir remapq goat-takingold-baby-male goat-takingold-male-baby",
|
||||
"/eir remapq goat-takingold-baby-female goat-takingold-female-baby",
|
||||
"/eir remapq goat-turdag-adult-male goat-turdag-male-adult",
|
||||
"/eir remapq goat-turdag-adult-female goat-turdag-female-adult",
|
||||
"/eir remapq goat-turdag-baby-male goat-turdag-male-baby",
|
||||
"/eir remapq goat-turdag-baby-female goat-turdag-female-baby",
|
||||
"/eir remapq goat-valais-adult-male goat-valais-male-adult",
|
||||
"/eir remapq goat-valais-adult-female goat-valais-female-adult",
|
||||
"/eir remapq goat-valais-baby-male goat-valais-male-baby",
|
||||
"/eir remapq goat-valais-baby-female goat-valais-female-baby",
|
||||
|
||||
// 1.21.0-rc.3
|
||||
"/eir remapq deer-moose-baby-female deer-moose-female-baby",
|
||||
"/eir remapq deer-moose-baby-male deer-moose-male-baby",
|
||||
"/eir remapq deer-moose-adult-male deer-moose-male-adult",
|
||||
"/eir remapq deer-moose-adult-female deer-moose-female-adult",
|
||||
// 1.22.0-pre.1
|
||||
"/eir remapq fish-freshwater-salmon-coho-adult salmon",
|
||||
// 1.22.0-pre.4
|
||||
"/eir remapq trader-male-agriculture-temperate humanoid-trader-foods",
|
||||
"/eir remapq trader-male-artisan-temperate humanoid-trader-artisan",
|
||||
"/eir remapq trader-male-buildmaterials-temperate humanoid-trader-buildmaterials",
|
||||
"/eir remapq trader-male-clothing-temperate humanoid-trader-clothing",
|
||||
"/eir remapq trader-male-commodities-temperate humanoid-trader-commodities",
|
||||
"/eir remapq trader-male-furniture-temperate humanoid-trader-furniture",
|
||||
"/eir remapq trader-male-luxuries-temperate humanoid-trader-luxuries",
|
||||
"/eir remapq trader-male-survivalgoods-temperate humanoid-trader-survivalgoods",
|
||||
"/eir remapq trader-male-treasurehunter-temperate humanoid-trader-treasurehunter",
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"constraints": {
|
||||
"hairbase": {
|
||||
"bald": {
|
||||
"hairextra": { allow: ["none", "braidedup", "thicklongfrenchbraid", "vikingtopbraid"] }
|
||||
},
|
||||
"balding": {
|
||||
"hairextra": { allow: ["none"] }
|
||||
},
|
||||
"afro": {
|
||||
"hairextra": { allow: ["none", "braidedup", "thicklongfrenchbraid", "tieddreads", "topknot", "unkempt", "vikingtopbraid"] }
|
||||
},
|
||||
"combed": {
|
||||
"hairextra": { disallow: ["braidedup", "tiedtopknot", "unkempt"] },
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
},
|
||||
"classic": {
|
||||
"hairextra": { disallow: ["siderolls" ] }
|
||||
},
|
||||
"dreadlocks": {
|
||||
"hairextra": { disallow: ["braidedup", "tiedtopknot", "unkempt" ] }
|
||||
},
|
||||
"indigenousbalding": {
|
||||
"hairextra": { allow: ["none"] }
|
||||
},
|
||||
"iroquois": {
|
||||
"hairextra": { allow: ["none", "thicklongfrenchbraid", "tiedback", "tieddreads", "vikingtopbraid"] }
|
||||
},
|
||||
"kniaz": {
|
||||
"hairextra": { allow: ["none", "braidedup", "ponytail", "thicklongfrenchbraid", "tiedback", "tieddreads", "topknot", "vikingtopbraid"] }
|
||||
},
|
||||
"layered": {
|
||||
"hairextra": { disallow: ["tiedtopknot", "siderolls" ] }
|
||||
},
|
||||
"longflowing": {
|
||||
"hairextra": { disallow: ["braidedup", "tiedtopknot", "unkempt" ]},
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
},
|
||||
"longwithstrands": {
|
||||
"hairextra": { disallow: ["braidedup", "tiedtopknot", "rolledbraidwithbun", "unkempt" ] },
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
},
|
||||
"mediumlength-bangs": {
|
||||
"hairextra": { allow: ["none", "backbun", "elaboratestickbun", "largestickbun", "classicponytail", "ponytail", "thicklongfrenchbraid", "tiedback", "tieddreads", "topknot", "vikingtopbraid"] }
|
||||
},
|
||||
"messy": {
|
||||
"hairextra": { disallow: ["tiedtopknot"] }
|
||||
},
|
||||
"messy2": {
|
||||
"hairextra": { disallow: ["tiedtopknot", "siderolls"] }
|
||||
},
|
||||
"short": {
|
||||
"hairextra": { allow: ["none", "backbun", "elaboratestickbun", "largestickbun", "classicponytail", "ponytail", "thicklongfrenchbraid", "tieddreads", "topknot" ] }
|
||||
},
|
||||
"short-parted": {
|
||||
"hairextra": { allow: ["none", "backbun", "elaboratestickbun", "largestickbun", "classicponytail", "ponytail", "thicklongfrenchbraid", "tieddreads", "topknot" ] }
|
||||
},
|
||||
"shortspiky": {
|
||||
"hairextra": { allow: ["none", "braidedup", "thicklongfrenchbraid", "tiedback", "tieddreads", "topknot" ] }
|
||||
},
|
||||
"short-trimmed": {
|
||||
"hairextra": { allow: ["none", "braidedup", "thicklongfrenchbraid", "tieddreads", "topknot" ] }
|
||||
},
|
||||
"tonsure": {
|
||||
"hairextra": { allow: ["none" ] }
|
||||
}
|
||||
},
|
||||
"hairextra": {
|
||||
"elaboratestickbun": {
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
},
|
||||
"sidebuns": {
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
},
|
||||
"sidebraids": {
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
},
|
||||
"siderolls": {
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
},
|
||||
"snood": {
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
},
|
||||
"topbun": {
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
},
|
||||
"backbun": {
|
||||
"mustache": { allow: ["none"] },
|
||||
"beard": { allow: ["none"] }
|
||||
}
|
||||
},
|
||||
"mustache": {},
|
||||
"beard": { }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
snowLayerBlockCodes: ["snowlayer-1", "snowlayer-2", "snowlayer-3"],
|
||||
|
||||
rainOverlayPattern: {
|
||||
code: "rainoverlay",
|
||||
name: "Rain overlay",
|
||||
description: "Rain overlay",
|
||||
sceneBrightness: { avg: 0.65, var: 0.1 },
|
||||
clouds: {
|
||||
baseThickness: { avg: 1, var: 0 },
|
||||
opaqueness: { avg: 1, var: 0 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
brightness: { avg: 0.55, var: 0.05 },
|
||||
heightMul: { avg: 0.4 }
|
||||
},
|
||||
fog: {
|
||||
fogBrightness: { avg: 0.55 },
|
||||
density: { avg: 5, var: 30, dist: "invexp" },
|
||||
mistDensity: { avg: 11, var: 2 },
|
||||
mistYPos: { avg: 11, var: 5 },
|
||||
},
|
||||
precipitation: {
|
||||
type: "auto",
|
||||
particleSize: 1.5,
|
||||
baseIntensity: { avg: 1, var: 0 },
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
code: "heavythunder",
|
||||
weight: 1,
|
||||
strength: { avg: 0.4, var: 0.2 },
|
||||
lightning: {
|
||||
minTemperature: 12,
|
||||
nearRate: 0.35,
|
||||
distantRate: 0.75,
|
||||
lightningRate: 1
|
||||
},
|
||||
particleSize: { avg: 1, var: 0.25 },
|
||||
|
||||
weightFunction: "TestRainTemp",
|
||||
minTemp: 12,
|
||||
minRain: 0.3
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
code: "largehail",
|
||||
weight: 0.2,
|
||||
precType: "hail",
|
||||
particleSize: { avg: 0.8, var: 0.2 },
|
||||
|
||||
weightFunction: "TestRainTemp",
|
||||
minTemp: 18,
|
||||
minRain: 0.3
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
code: "lightthunder",
|
||||
weight: 1,
|
||||
strength: { avg: 0.4, var: 0.2 },
|
||||
lightning: {
|
||||
minTemperature: 12,
|
||||
nearThunderRate: 0.1,
|
||||
distantThunderRate: 0.4,
|
||||
lightningRate: 0.5
|
||||
},
|
||||
particleSize: { avg: 0.85, var: 0.25 },
|
||||
|
||||
weightFunction: "TestRainTemp",
|
||||
minTemp: 12,
|
||||
minRain: 0.2
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
code: "noevent",
|
||||
weight: 5,
|
||||
particleSize: { avg: 0.75, var: 0.25 }
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
code: "smallhail",
|
||||
weight: 0.2,
|
||||
precType: "hail",
|
||||
particleSize: { avg: 0.4, var: 0.2 }
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
code: "altocumulus",
|
||||
name: "Altocumulus clouds",
|
||||
description: "Many medium sized clouds",
|
||||
weight: 1.5,
|
||||
durationHours: { avg: 6, var: 48, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0, var: 0 },
|
||||
locationalThickness: { amplitudes: [ 0.5, 0.4 ], frequencies: [ 3, 6 ] },
|
||||
opaqueness: { avg: 1, var: 0.1 },
|
||||
thinCloudMode: { avg: 0 },
|
||||
brightness: { avg: 1 },
|
||||
heightMul: { avg: 1 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1, var: 8, dist: "strongerinvexp" },
|
||||
},
|
||||
precipitation: {
|
||||
type: "auto",
|
||||
baseIntensity: { avg: 0 }
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,49 @@
|
||||
[
|
||||
{
|
||||
code: "cirrocumulus",
|
||||
name: "Cirrocumulus clouds",
|
||||
description: "Many small clouds",
|
||||
weight: 1.5,
|
||||
durationHours: { avg: 6, var: 48, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: -0.5, var: 0.2 },
|
||||
locationalThickness: { amplitudes: [ 3, 2 ], frequencies: [ 30, 50 ] },
|
||||
opaqueness: { avg: 0.7, var: 0.1 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
brightness: { avg: 1 },
|
||||
heightMul: { avg: 0.4 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1, var: 8, dist: "strongerinvexp" },
|
||||
},
|
||||
precipitation: {
|
||||
type: "auto",
|
||||
baseIntensity: { avg: 0 }
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
code: "cirrocumulusm",
|
||||
name: "Cirrocumulus clouds with mist",
|
||||
description: "Many small clouds",
|
||||
weight: 0.33,
|
||||
durationHours: { avg: 6, var: 48, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: -0.5, var: 0.25 },
|
||||
locationalThickness: { amplitudes: [ 3 ], frequencies: [ 30 ] },
|
||||
opaqueness: { avg: 0.7, var: 0.1 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
brightness: { avg: 1 },
|
||||
heightMul: { avg: 0.4 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1, var: 8, dist: "strongerinvexp" },
|
||||
mistDensity: { avg: -80, var: 20 },
|
||||
mistYPos: { avg: 1, var: 20, dist: "invexp" },
|
||||
},
|
||||
precipitation: {
|
||||
type: "auto",
|
||||
baseIntensity: { avg: 0 }
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,48 @@
|
||||
[
|
||||
{
|
||||
code: "clearsky",
|
||||
name: "Clear sky",
|
||||
weight: 2,
|
||||
durationHours: { avg: 6, var: 72, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0 },
|
||||
locationalThickness: null,
|
||||
brightness: { avg: 1 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1, var: 0.5 },
|
||||
}
|
||||
},
|
||||
{
|
||||
code: "clearsky",
|
||||
name: "Clear sky extra chance in dry areas",
|
||||
weight: 8,
|
||||
maxRain: 0.4,
|
||||
rainRange: 0.4,
|
||||
durationHours: { avg: 6, var: 72, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0 },
|
||||
locationalThickness: null,
|
||||
brightness: { avg: 1 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1, var: 0.5 },
|
||||
}
|
||||
},
|
||||
{
|
||||
code: "clearskym",
|
||||
name: "Clear sky with light sealevel mist",
|
||||
weight: 0.5,
|
||||
durationHours: { avg: 6, var: 72, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0 },
|
||||
locationalThickness: null,
|
||||
brightness: { avg: 1 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1, var: 0.5 },
|
||||
mistDensity: { avg: -60, var: 20 },
|
||||
mistYPos: { avg: 1, var: 5, dist: "invexp" },
|
||||
}
|
||||
},
|
||||
]
|
||||
@@ -0,0 +1,78 @@
|
||||
[
|
||||
{
|
||||
code: "cumulonimbus",
|
||||
name: "Cumulonimbus clouds",
|
||||
description: "Towering clouds",
|
||||
weight: 1.5,
|
||||
weightFunction: "TestRainTemp",
|
||||
// Less common in dry places
|
||||
minRain: 0,
|
||||
rainRange: 0.5,
|
||||
durationHours: { avg: 6, var: 48, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0, var: 0 },
|
||||
locationalThickness: { amplitudes: [ 3, 1 ], frequencies: [ 1.25, 4 ] },
|
||||
opaqueness: { avg: 1, var: 0.1 },
|
||||
thinCloudMode: { avg: 0 },
|
||||
brightness: { avg: 1 },
|
||||
heightMul: { avg: 1.3 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1, var: 8, dist: "strongerinvexp" },
|
||||
},
|
||||
precipitation: {
|
||||
type: "auto",
|
||||
baseIntensity: { avg: 0 }
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
code: "cumulonimbusr",
|
||||
name: "Cumulonimbus clouds with rain",
|
||||
description: "Towering clouds",
|
||||
weight: 1,
|
||||
weightFunction: "AvoidHotAndDry",
|
||||
durationHours: { avg: 6, var: 48, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0.0, var: 0 },
|
||||
locationalThickness: { amplitudes: [ 1.5, 0.75 ], frequencies: [ 1.25, 4 ] },
|
||||
opaqueness: { avg: 1, var: 0.1 },
|
||||
thinCloudMode: { avg: 0 },
|
||||
brightness: { avg: 0.9 },
|
||||
heightMul: { avg: 1.3 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 3, var: 12, dist: "strongerinvexp" },
|
||||
},
|
||||
precipitation: {
|
||||
type: "auto",
|
||||
baseIntensity: { avg: 0.3 }
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
code: "cumulonimbusrf",
|
||||
name: "Cumulonimbus clouds with rain and ceiling fog",
|
||||
description: "Towering clouds",
|
||||
weight: 0.33,
|
||||
durationHours: { avg: 6, var: 48, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0.0, var: 0 },
|
||||
locationalThickness: { amplitudes: [ 1.5, 0.75 ], frequencies: [ 1.25, 4 ] },
|
||||
opaqueness: { avg: 1, var: 0.1 },
|
||||
thinCloudMode: { avg: 0 },
|
||||
brightness: { avg: 0.9 },
|
||||
heightMul: { avg: 1.3 }
|
||||
},
|
||||
fog: {
|
||||
fogBrightness: { avg: 0.7 },
|
||||
density: { avg: 1, var: 1, dist: "strongerinvexp" },
|
||||
mistDensity: { avg: 30, var: 0 },
|
||||
mistYPos: { avg: 70, var: 0 },
|
||||
},
|
||||
precipitation: {
|
||||
type: "auto",
|
||||
baseIntensity: { avg: 0.3 }
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,46 @@
|
||||
[
|
||||
{
|
||||
code: "cumulus",
|
||||
name: "Cumulus clouds and clear sky",
|
||||
description: "Many small-ish medium tall clouds",
|
||||
weight: 2,
|
||||
durationHours: { avg: 6, var: 72, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0, var: 0 },
|
||||
locationalThickness: { amplitudes: [ 1 ], frequencies: [ 3 ] },
|
||||
opaqueness: { avg: 0.75, var: 0.5 },
|
||||
thinCloudMode: { avg: 0 },
|
||||
brightness: { avg: 1 },
|
||||
heightMul: { avg: 1.3 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1, var: 3, dist: "strongerinvexp" },
|
||||
},
|
||||
precipitation: {
|
||||
type: "auto",
|
||||
baseIntensity: { avg: 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
code: "scumulus",
|
||||
name: "Small cumulus clouds and clear sky",
|
||||
description: "Many small medium tall clouds",
|
||||
weight: 0.5,
|
||||
durationHours: { avg: 6, var: 72, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0, var: 0 },
|
||||
locationalThickness: { amplitudes: [ 1 ], frequencies: [ 6 ] },
|
||||
opaqueness: { avg: 0.75, var: 0.5 },
|
||||
thinCloudMode: { avg: 0 },
|
||||
brightness: { avg: 1 },
|
||||
heightMul: { avg: 1.3 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1, var: 3, dist: "strongerinvexp" },
|
||||
},
|
||||
precipitation: {
|
||||
type: "auto",
|
||||
baseIntensity: { avg: 0 }
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,61 @@
|
||||
[
|
||||
{
|
||||
code: "stronghaze",
|
||||
name: "Rare Strong haze",
|
||||
weight: 0.1,
|
||||
weightFunction: "AvoidHotAndDry",
|
||||
durationHours: { avg: 4, var: 16, dist: "invexp" },
|
||||
sceneBrightness: { avg: 0.95, var: 0.1 },
|
||||
clouds: {
|
||||
baseThickness: { avg: 1, var: 0 },
|
||||
opaqueness: { avg: 1, var: 0 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
brightness: { avg: 0.9, var: 0.05 },
|
||||
heightMul: { avg: 0.4 }
|
||||
},
|
||||
fog: {
|
||||
fogBrightness: { avg: 0.75, var: 0.1 },
|
||||
density: { avg: 20, var: 150, dist: "invexp" }
|
||||
}
|
||||
},
|
||||
{
|
||||
code: "mediumhaze",
|
||||
name: "Medium haze everywhere",
|
||||
weight: 0.2,
|
||||
weightFunction: "AvoidHotAndDry",
|
||||
durationHours: { avg: 4, var: 16, dist: "invexp" },
|
||||
sceneBrightness: { avg: 0.95, var: 0.1 },
|
||||
clouds: {
|
||||
baseThickness: { avg: 1, var: 0 },
|
||||
opaqueness: { avg: 1, var: 0 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
brightness: { avg: 0.9, var: 0.05 },
|
||||
heightMul: { avg: 0.4 }
|
||||
},
|
||||
fog: {
|
||||
fogBrightness: { avg: 0.75, var: 0.1 },
|
||||
density: { avg: 7, var: 30, dist: "stronginvexp" }
|
||||
}
|
||||
},
|
||||
{
|
||||
code: "mediumhaze",
|
||||
name: "Medium haze extra chance for wet climates",
|
||||
weight: 1,
|
||||
weightFunction: "TestRainTemp",
|
||||
minRain: 0.6,
|
||||
rainRange: 0.2,
|
||||
durationHours: { avg: 4, var: 16, dist: "invexp" },
|
||||
sceneBrightness: { avg: 0.95, var: 0.1 },
|
||||
clouds: {
|
||||
baseThickness: { avg: 1, var: 0 },
|
||||
opaqueness: { avg: 1, var: 0 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
brightness: { avg: 0.9, var: 0.05 },
|
||||
heightMul: { avg: 0.4 }
|
||||
},
|
||||
fog: {
|
||||
fogBrightness: { avg: 0.75, var: 0.1 },
|
||||
density: { avg: 7, var: 30, dist: "stronginvexp" }
|
||||
}
|
||||
},
|
||||
]
|
||||
@@ -0,0 +1,67 @@
|
||||
[
|
||||
{
|
||||
code: "overcast",
|
||||
name: "Overcast everywhere",
|
||||
description: "100% clouds",
|
||||
weight: 0.75,
|
||||
weightFunction: "AvoidHotAndDry",
|
||||
durationHours: { avg: 6, var: 24, dist: "invexp" },
|
||||
sceneBrightness: { avg: 0.9, var: 0.05 },
|
||||
clouds: {
|
||||
baseThickness: { avg: 1, var: 0 },
|
||||
opaqueness: { avg: 1, var: 0 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
undulatingCloudMode: { avg: 0.1, var: 0.2 },
|
||||
brightness: { avg: 0.9, var: 0.05 },
|
||||
heightMul: { avg: 0.4 }
|
||||
},
|
||||
fog: {
|
||||
fogBrightness: { avg: 0.65 },
|
||||
density: { avg: 3, var: 20, dist: "stronginvexp" },
|
||||
}
|
||||
},
|
||||
{
|
||||
code: "overcastundulating",
|
||||
name: "Overcast with undulating clouds everywhere",
|
||||
description: "100% clouds",
|
||||
weight: 1,
|
||||
weightFunction: "AvoidHotAndDry",
|
||||
durationHours: { avg: 6, var: 24, dist: "invexp" },
|
||||
sceneBrightness: { avg: 0.9, var: 0.05 },
|
||||
clouds: {
|
||||
baseThickness: { avg: 1, var: 0 },
|
||||
opaqueness: { avg: 1, var: 0 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
undulatingCloudMode: { avg: 1 },
|
||||
brightness: { avg: 0.9, var: 0.05 },
|
||||
heightMul: { avg: 0.4 }
|
||||
},
|
||||
fog: {
|
||||
fogBrightness: { avg: 0.65 },
|
||||
density: { avg: 3, var: 20, dist: "stronginvexp" },
|
||||
}
|
||||
},
|
||||
{
|
||||
code: "overcast",
|
||||
name: "Overcast extra chance in wet places",
|
||||
description: "100% clouds",
|
||||
weight: 1.5,
|
||||
weightFunction: "TestRainTemp",
|
||||
minRain: 0.6,
|
||||
rainRange: 0.4,
|
||||
durationHours: { avg: 6, var: 24, dist: "invexp" },
|
||||
sceneBrightness: { avg: 0.9, var: 0.05 },
|
||||
clouds: {
|
||||
baseThickness: { avg: 1, var: 0 },
|
||||
opaqueness: { avg: 1, var: 0 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
undulatingCloudMode: { avg: 0.1, var: 0.2 },
|
||||
brightness: { avg: 0.9, var: 0.05 },
|
||||
heightMul: { avg: 0.4 }
|
||||
},
|
||||
fog: {
|
||||
fogBrightness: { avg: 0.65 },
|
||||
density: { avg: 3, var: 20, dist: "stronginvexp" },
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,39 @@
|
||||
[
|
||||
{
|
||||
code: "stratusl",
|
||||
name: "Light Stratus clouds",
|
||||
description: "Light long flat streaks of clouds and foggy",
|
||||
weight: 1,
|
||||
durationHours: { avg: 6, var: 48, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0, var: 0 },
|
||||
locationalThickness: { amplitudes: [ 2 ], frequencies: [ 1 ] },
|
||||
opaqueness: { avg: 0.2, var: 0 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
brightness: { avg: 1 },
|
||||
heightMul: { avg: 1.3 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 2, var: 8, dist: "strongerinvexp" },
|
||||
},
|
||||
},
|
||||
{
|
||||
code: "stratusc",
|
||||
name: "Light Stratus clouds, not foggy",
|
||||
// Disabled for now, looks pretty bad
|
||||
description: "Light long flat streaks of clouds",
|
||||
weight: 0,
|
||||
durationHours: { avg: 6, var: 24, dist: "invexp" },
|
||||
clouds: {
|
||||
baseThickness: { avg: 0, var: 0 },
|
||||
locationalThickness: { amplitudes: [ 2 ], frequencies: [ 1 ] },
|
||||
opaqueness: { avg: 0.2, var: 0 },
|
||||
thinCloudMode: { avg: 1 },
|
||||
brightness: { avg: 1 },
|
||||
heightMul: { avg: 1.3 }
|
||||
},
|
||||
fog: {
|
||||
density: { avg: 1.5, var: 3, dist: "strongerinvexp" }
|
||||
},
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
code: "lightbreeze",
|
||||
name: "A light breeze",
|
||||
weight: 1,
|
||||
durationHours: { avg: 6, var: 48, dist: "invexp" },
|
||||
strength: { avg: 0.15, var: 0.05 },
|
||||
strengthNoise: {
|
||||
amplitudes: [0.15, 0.1, 0.5],
|
||||
frequencies: [20, 40, 150]
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
code: "mediumbreeze",
|
||||
name: "A medium breeze",
|
||||
weight: 1,
|
||||
durationHours: { avg: 6, var: 24, dist: "invexp" },
|
||||
strength: { avg: 0.3, var: 0.05 },
|
||||
strengthNoise: {
|
||||
amplitudes: [0.2, 0.15, 0.5],
|
||||
frequencies: [20, 40, 150]
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
code: "still",
|
||||
name: "Still",
|
||||
weight: 1,
|
||||
durationHours: { avg: 6, var: 12, dist: "invexp" },
|
||||
strength: { avg: 0, var: 0.05 },
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
code: "storm",
|
||||
name: "Storm",
|
||||
weight: 0.4,
|
||||
durationHours: { avg: 4, var: 6, dist: "invexp" },
|
||||
strength: { avg: 1, var: 0.1 },
|
||||
strengthNoise: {
|
||||
amplitudes: [0.15, 0.1, 0.5],
|
||||
frequencies: [20, 40, 150]
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
code: "strongbreeze",
|
||||
name: "A strong breeze",
|
||||
weight: 1,
|
||||
durationHours: { avg: 6, var: 36, dist: "invexp" },
|
||||
strength: { avg: 0.6, var: 0.15 },
|
||||
strengthNoise: {
|
||||
amplitudes: [0.2, 0.15, 0.5],
|
||||
frequencies: [20, 40, 150]
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
code: "chunky",
|
||||
class: "EntityChunky",
|
||||
tags: ["inanimate"],
|
||||
hitboxSize: { x: 1, y: 1 },
|
||||
client: {
|
||||
renderer: "Dummy",
|
||||
behaviors: [{ code: "passivephysics" }],
|
||||
},
|
||||
server: {
|
||||
behaviors: [{ code: "passivephysics" }]
|
||||
},
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,13 @@
|
||||
{
|
||||
code: "item",
|
||||
class: "EntityItem",
|
||||
tags: ["inanimate", "item"],
|
||||
hitboxSize: { x: 0.5, y: 0.25 },
|
||||
client: {
|
||||
renderer: "Item",
|
||||
behaviors: [{ code: "passivephysics" }, { code: "interpolateposition" }, { code: "floatupwhenstuck" }],
|
||||
},
|
||||
server: {
|
||||
behaviors: [{ code: "passivephysics" }, { code: "despawn", minSeconds: 600 }, { code: "floatupwhenstuck" }]
|
||||
},
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,165 @@
|
||||
[
|
||||
{
|
||||
code: "en",
|
||||
englishname: "English",
|
||||
name: "English"
|
||||
},
|
||||
{
|
||||
code: "ar",
|
||||
englishname: "Arabic (99% complete)",
|
||||
name: "عربى"
|
||||
},
|
||||
{
|
||||
code: "be",
|
||||
englishname: "Belarusian (99% complete)",
|
||||
name: "Беларуская"
|
||||
},
|
||||
|
||||
{
|
||||
code: "cs",
|
||||
englishname: "Czech (100% complete)",
|
||||
name: "Čech"
|
||||
},
|
||||
{
|
||||
code: "da",
|
||||
englishname: "Danish (52% complete)",
|
||||
name: "Dansk"
|
||||
},
|
||||
{
|
||||
code: "nl",
|
||||
englishname: "Dutch (36% complete)",
|
||||
name: "Nederlands"
|
||||
},
|
||||
{
|
||||
code: "fi",
|
||||
englishname: "Finnish (34% complete)",
|
||||
name: "Viimeistely"
|
||||
},
|
||||
{
|
||||
code: "fr",
|
||||
englishname: "French (100% complete)",
|
||||
name: "Français"
|
||||
},
|
||||
{
|
||||
code: "de",
|
||||
englishname: "German (100% complete)",
|
||||
name: "Deutsch"
|
||||
},
|
||||
{
|
||||
code: "hu",
|
||||
englishname: "Hungarian (90% complete)",
|
||||
name: "Magyar"
|
||||
},
|
||||
{
|
||||
code: "eo",
|
||||
englishname: "Esperanto (37% complete)",
|
||||
name: "Esperanto"
|
||||
},
|
||||
{
|
||||
code: "is",
|
||||
englishname: "Icelandic (99% complete)",
|
||||
name: "Íslenska"
|
||||
},
|
||||
{
|
||||
code: "it",
|
||||
englishname: "Italian (99% complete)",
|
||||
name: "Italiano"
|
||||
},
|
||||
{
|
||||
code: "ja",
|
||||
englishname: "Japanese (85% complete)",
|
||||
name: "日本語",
|
||||
linebreakBehavior: "AfterCharacter"
|
||||
},
|
||||
{
|
||||
code: "ko",
|
||||
englishname: "Korean (100% complete)",
|
||||
name: "한국어",
|
||||
linebreakBehavior: "AfterCharacter"
|
||||
},
|
||||
{
|
||||
code: "li",
|
||||
englishname: "Lithuanian (49% complete)",
|
||||
name: "Lietuvių"
|
||||
},
|
||||
{
|
||||
code: "no",
|
||||
englishname: "Norwegian (75% complete)",
|
||||
name: "Norsk"
|
||||
},
|
||||
{
|
||||
code: "pl",
|
||||
englishname: "Polish (99% complete)",
|
||||
name: "Polski"
|
||||
},
|
||||
{
|
||||
code: "pt-pt",
|
||||
englishname: "Portuguese (33% complete)",
|
||||
name: "Português"
|
||||
},
|
||||
{
|
||||
code: "pt-br",
|
||||
englishname: "Portuguese (Brazil) (100% complete)",
|
||||
name: "Português, brasileira"
|
||||
},
|
||||
{
|
||||
code: "ru",
|
||||
englishname: "Russian (100% complete)",
|
||||
name: "Русский"
|
||||
},
|
||||
{
|
||||
code: "sr",
|
||||
englishname: "Serbian (30% complete)",
|
||||
name: "Српски"
|
||||
},
|
||||
{
|
||||
code: "es-es",
|
||||
englishname: "Spanish (91% complete)",
|
||||
name: "Español"
|
||||
},
|
||||
{
|
||||
code: "es-419",
|
||||
englishname: "Spanish, Latin America (90% complete)",
|
||||
name: "Español, latinoamerica"
|
||||
},
|
||||
{
|
||||
code: "sk",
|
||||
englishname: "Slovak (100% complete)",
|
||||
name: "Slovensky"
|
||||
},
|
||||
{
|
||||
code: "sv-se",
|
||||
englishname: "Swedish (45% complete)",
|
||||
name: "Svenska"
|
||||
},
|
||||
{
|
||||
code: "th",
|
||||
englishname: "Thai (51% complete)",
|
||||
name: "แบบไทย"
|
||||
},
|
||||
{
|
||||
code: "tr",
|
||||
englishname: "Turkish (90% complete)",
|
||||
name: "Türkçe"
|
||||
},
|
||||
{
|
||||
code: "uk",
|
||||
englishname: "Ukrainian (99% complete)",
|
||||
name: "Українська"
|
||||
},
|
||||
{
|
||||
code: "vi",
|
||||
englishname: "Vietnamese (90% complete)",
|
||||
name: "Tiếng Việt"
|
||||
},
|
||||
{
|
||||
code: "zh-cn",
|
||||
englishname: "Chinese Simplified (99% complete)",
|
||||
name: "Chinese Simplified"
|
||||
},
|
||||
{
|
||||
code: "zh-tw",
|
||||
englishname: "Chinese Traditional (90% complete)",
|
||||
name: "Chinese Traditional"
|
||||
}
|
||||
]
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user