mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
Use comptime modding for rotation loading (#1509)
Related to: #1507 closes #1533 I'm pretty sure that the rest of the moving into a comptime mod interface can be done in a future pr --------- Co-authored-by: Krzysztof Wiśniewski <argmaster.world@gmail.com>
This commit is contained in:
parent
b7da179eab
commit
4898012311
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,6 +10,9 @@ gamecontrollerdb.stamp
|
||||
|
||||
test.png
|
||||
|
||||
/mods/*
|
||||
!/mods/cubyz
|
||||
|
||||
/assets/*
|
||||
!/assets/cubyz
|
||||
!/assets/backgrounds/default_background.png
|
||||
|
@ -5,7 +5,7 @@
|
||||
.absorbedLight = 0x000000,
|
||||
.viewThrough = true,
|
||||
.replacable = true,
|
||||
.rotation = .no_rotation,
|
||||
.rotation = "cubyz:no_rotation",
|
||||
.degradable = true,
|
||||
.hasItem = false,
|
||||
.collide = false,
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.rotation = "cubyz:branch",
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:fence",
|
||||
.texture = "cubyz:baobab_fence",
|
||||
.texture_top = "cubyz:baobab_fence_top",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/baobab"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:baobab_log",
|
||||
.texture_top = "cubyz:baobab_log_top",
|
||||
|
@ -17,6 +17,6 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.texture = "cubyz:baobab_planks",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/baobab"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:baobab_log",
|
||||
.texture_top = "cubyz:baobab_log",
|
||||
|
@ -29,7 +29,7 @@
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:basalt",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:basalt_bricks",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:basalt_tile",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:wall",
|
||||
.texture = "cubyz:basalt_wall",
|
||||
.texture_top = "cubyz:basalt_wall_top",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .planar,
|
||||
.rotation = "cubyz:planar",
|
||||
.model = "cubyz:bellows",
|
||||
.texture = "cubyz:bellows/side",
|
||||
.texture_front = "cubyz:bellows/nozzle",
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.rotation = "cubyz:branch",
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:fence",
|
||||
.texture = "cubyz:birch_fence",
|
||||
.texture_top = "cubyz:birch_fence_top",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/birch"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:birch_log",
|
||||
.texture_top = "cubyz:birch_log_top",
|
||||
|
@ -17,6 +17,6 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.texture = "cubyz:birch_planks",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/birch"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:birch_log",
|
||||
.texture_top = "cubyz:birch_log",
|
||||
|
@ -9,7 +9,7 @@
|
||||
.degradable = true,
|
||||
.absorbedLight = 0x010101,
|
||||
.collide = false,
|
||||
.rotation = .torch,
|
||||
.rotation = "cubyz:torch",
|
||||
.model = .{
|
||||
.base = "cubyz:bolete/floor",
|
||||
.side = "cubyz:bolete/shelf",
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.rotation = "cubyz:branch",
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/bolete"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:bolete_stem",
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
.blockHealth = 0.5,
|
||||
.absorbedLight = 0x202830,
|
||||
.alwaysViewThrough = true,
|
||||
.rotation = .branch,
|
||||
.rotation = "cubyz:branch",
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
.shellModel = "cubyz:cube",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/cactus"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:cactus",
|
||||
.texture_top = "cubyz:cactus_top",
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.rotation = "cubyz:branch",
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
|
@ -9,7 +9,7 @@
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.model = "cubyz:cactus_flower",
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.texture = "cubyz:cactus_flower",
|
||||
.texture_top = "cubyz:cactus_flower_top",
|
||||
.texture_bottom = "cubyz:cactus_flower_top",
|
||||
|
@ -9,7 +9,7 @@
|
||||
.absorbedLight = 0x000000,
|
||||
.collide = false,
|
||||
.model = "cubyz:flower/height_10",
|
||||
.rotation = .planar,
|
||||
.rotation = "cubyz:planar",
|
||||
.texture = "cubyz:castilleja",
|
||||
.texture_top = "cubyz:castilleja_top",
|
||||
.texture_bottom = "cubyz:castilleja_top",
|
||||
|
@ -5,5 +5,5 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
}
|
||||
|
@ -5,6 +5,6 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .planar,
|
||||
.rotation = "cubyz:planar",
|
||||
.blockEntity = .chest,
|
||||
}
|
||||
|
@ -6,5 +6,5 @@
|
||||
},
|
||||
.collide = false,
|
||||
.model = "cubyz:carpet",
|
||||
.rotation = .carpet,
|
||||
.rotation = "cubyz:carpet",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:coal_block",
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:coal"}},
|
||||
},
|
||||
.rotation = .ore,
|
||||
.rotation = "cubyz:ore",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:coal_ore",
|
||||
}
|
||||
|
@ -6,5 +6,5 @@
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:cobblestone",
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:copper_block",
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .ore,
|
||||
.rotation = "cubyz:ore",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:copper_ore",
|
||||
.item = .{
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:cut_diamond_block",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:cut_ruby_block",
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
.absorbedLight = 0x000000,
|
||||
.collide = false,
|
||||
.model = "cubyz:flower/height_8",
|
||||
.rotation = .planar,
|
||||
.rotation = "cubyz:planar",
|
||||
.texture = "cubyz:daffodil",
|
||||
.texture_top = "cubyz:daffodil_top",
|
||||
.texture_bottom = "cubyz:daffodil_top",
|
||||
|
@ -9,7 +9,7 @@
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.rotation = "cubyz:carpet",
|
||||
.texture = "cubyz:daisies",
|
||||
.item = .{
|
||||
.texture = "daisies.png",
|
||||
|
@ -9,7 +9,7 @@
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.rotation = "cubyz:carpet",
|
||||
.texture = "cubyz:dandelions",
|
||||
.item = .{
|
||||
.texture = "dandelions.png",
|
||||
|
@ -12,7 +12,7 @@
|
||||
.model = "cubyz:plane",
|
||||
.states = 4,
|
||||
},
|
||||
.rotation = .texture_pile,
|
||||
.rotation = "cubyz:texture_pile",
|
||||
.texture0 = "cubyz:dead_leaf_pile/0",
|
||||
.texture1 = "cubyz:dead_leaf_pile/1",
|
||||
.texture2 = "cubyz:dead_leaf_pile/2",
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:diamond_block",
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:diamond"}},
|
||||
},
|
||||
.rotation = .ore,
|
||||
.rotation = "cubyz:ore",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:diamond_ore",
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
.model = "cubyz:plane",
|
||||
.states = 4,
|
||||
},
|
||||
.rotation = .texture_pile,
|
||||
.rotation = "cubyz:texture_pile",
|
||||
.texture0 = "cubyz:duckweed/0",
|
||||
.texture1 = "cubyz:duckweed/1",
|
||||
.texture2 = "cubyz:duckweed/2",
|
||||
|
@ -30,6 +30,6 @@
|
||||
},
|
||||
.allowOres = true,
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.texture = "cubyz:ferrock",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:ferrock_bricks",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:ferrock_tiles",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:wall",
|
||||
.texture = "cubyz:ferrock_wall",
|
||||
.texture_top = "cubyz:ferrock_wall_top",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .planar,
|
||||
.rotation = "cubyz:planar",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:furnace/back",
|
||||
.texture_front = "cubyz:furnace/front",
|
||||
|
@ -29,7 +29,7 @@
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glacite",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glacite_bricks",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glacite_tile",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:wall",
|
||||
.texture = "cubyz:glacite_wall",
|
||||
.texture_top = "cubyz:glacite_wall_top",
|
||||
|
@ -10,7 +10,7 @@
|
||||
.absorbedLight = 0x010101,
|
||||
.emittedLight = 0x392862,
|
||||
.collide = false,
|
||||
.rotation = .torch,
|
||||
.rotation = "cubyz:torch",
|
||||
.model = .{
|
||||
.base = "cubyz:glimmergill/floor",
|
||||
.side = "cubyz:glimmergill/shelf",
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.rotation = "cubyz:branch",
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/glimmergill"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glimmergill_stem",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:gold_block",
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .ore,
|
||||
.rotation = "cubyz:ore",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:gold_ore",
|
||||
.item = .{
|
||||
|
@ -9,7 +9,7 @@
|
||||
.absorbedLight = 0x000000,
|
||||
.collide = false,
|
||||
.model = "cubyz:flower/height_8",
|
||||
.rotation = .planar,
|
||||
.rotation = "cubyz:planar",
|
||||
.texture = "cubyz:hibiscus",
|
||||
.texture_top = "cubyz:hibiscus_top",
|
||||
.texture_bottom = "cubyz:hibiscus_top",
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:iron_block",
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .ore,
|
||||
.rotation = "cubyz:ore",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:iron_ore",
|
||||
.item = .{
|
||||
|
@ -9,7 +9,7 @@
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.rotation = "cubyz:carpet",
|
||||
.texture = "cubyz:ivy",
|
||||
.item = .{
|
||||
.texture = "ivy.png",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .planar,
|
||||
.rotation = "cubyz:planar",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:kiln/back",
|
||||
.texture_front = "cubyz:kiln/front",
|
||||
|
@ -8,7 +8,7 @@
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .planar,
|
||||
.rotation = "cubyz:planar",
|
||||
.texture = "cubyz:lily_pad",
|
||||
.item = .{
|
||||
.texture = "lily_pad.png",
|
||||
|
@ -29,7 +29,7 @@
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:limestone",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:limestone_bricks",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:limestone_tiles",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:wall",
|
||||
.texture = "cubyz:limestone_wall",
|
||||
.texture_top = "cubyz:limestone_wall_top",
|
||||
|
@ -4,6 +4,6 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .log,
|
||||
.rotation = "cubyz:log",
|
||||
.model = "cubyz:cube",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.rotation = "cubyz:branch",
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:fence",
|
||||
.texture = "cubyz:mahogany_fence",
|
||||
.texture_top = "cubyz:mahogany_fence_top",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/mahogany"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:mahogany_log",
|
||||
.texture_top = "cubyz:mahogany_log_top",
|
||||
|
@ -17,6 +17,6 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.texture = "cubyz:mahogany_planks",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/mahogany"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:mahogany_log",
|
||||
.texture_top = "cubyz:mahogany_log",
|
||||
|
@ -28,7 +28,7 @@
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:marble",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:marble_bricks",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:marble_tile",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:wall",
|
||||
.texture = "cubyz:marble_wall",
|
||||
.texture_top = "cubyz:marble_wall_top",
|
||||
|
@ -7,5 +7,5 @@
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:mossy_cobblestone",
|
||||
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.rotation = "cubyz:branch",
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:fence",
|
||||
.texture = "cubyz:oak_fence",
|
||||
.texture_top = "cubyz:oak_fence_top",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/oak"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:oak_log",
|
||||
.texture_top = "cubyz:oak_log_top",
|
||||
|
@ -17,6 +17,6 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.texture = "cubyz:oak_planks",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/oak"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:oak_log",
|
||||
.texture_top = "cubyz:oak_log",
|
||||
|
@ -23,7 +23,7 @@
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:obsidian",
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.rotation = "cubyz:carpet",
|
||||
.texture = "cubyz:osier",
|
||||
.item = .{
|
||||
.texture = "osier.png",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .ore,
|
||||
.rotation = "cubyz:ore",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:pebbles",
|
||||
.item = .{
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .branch,
|
||||
.rotation = "cubyz:branch",
|
||||
.model = .{
|
||||
.radius = 4,
|
||||
},
|
||||
|
@ -5,7 +5,7 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.absorbedLight = 0x202830,
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:fence",
|
||||
.texture = "cubyz:pine_fence",
|
||||
.texture_top = "cubyz:pine_fence_top",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/pine"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:pine_log",
|
||||
.texture_top = "cubyz:pine_log_top",
|
||||
|
@ -17,6 +17,6 @@
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.texture = "cubyz:pine_planks",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/pine"}},
|
||||
},
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:pine_log",
|
||||
.texture_top = "cubyz:pine_log",
|
||||
|
@ -12,7 +12,7 @@
|
||||
.model = "cubyz:plane",
|
||||
.states = 4,
|
||||
},
|
||||
.rotation = .texture_pile,
|
||||
.rotation = "cubyz:texture_pile",
|
||||
.texture0 = "cubyz:red_leaf_pile/0",
|
||||
.texture1 = "cubyz:red_leaf_pile/1",
|
||||
.texture2 = "cubyz:red_leaf_pile/2",
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .ore,
|
||||
.rotation = "cubyz:ore",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:resin",
|
||||
.item = .{
|
||||
|
@ -5,7 +5,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:ruby_block",
|
||||
}
|
||||
|
@ -38,7 +38,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .ore,
|
||||
.rotation = "cubyz:ore",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:ruby_ore",
|
||||
}
|
||||
|
@ -40,7 +40,7 @@
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:sandstone",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:sandstone_bricks",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .stairs,
|
||||
.rotation = "cubyz:stairs",
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:sandstone_tile",
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.rotation = .fence,
|
||||
.rotation = "cubyz:fence",
|
||||
.model = "cubyz:wall",
|
||||
.texture = "cubyz:sandstone_wall",
|
||||
.texture_top = "cubyz:sandstone_wall_top",
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.sbbChild},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
.{
|
||||
.tags = .{.sbbOrigin},
|
||||
.model = "cubyz:cube",
|
||||
.rotation = .direction,
|
||||
.rotation = "cubyz:direction",
|
||||
.texture = "cubyz:sbb/origin_side",
|
||||
.texture_top = "cubyz:sbb/origin_top",
|
||||
.texture_bottom = "cubyz:sbb/origin_bottom",
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user