Block loading.

This commit is contained in:
IntegratedQuantum 2022-08-29 23:15:33 +02:00
parent 4af97d93c6
commit 0a3311ee56
172 changed files with 1915 additions and 9 deletions

View File

@ -0,0 +1,13 @@
{
"chance" : 0,
"type" : "WARM_OCEAN",
"minHeight" : -4,
"maxHeight" : 6,
"music" : "Sincerely",
"ground_structure" : [
"3 to 4 cubyz:sand",
"1 to 2 cubyz:sandstone"
]
}

View File

@ -0,0 +1,37 @@
{
"type" : "SHRUBLAND",
"minHeight" : 4,
"maxHeight" : 60,
"roughness" : 20,
"hills" : 10,
"rivers" : true,
"music" : "sunrise",
"ground_structure" : [
"cubyz:grass",
"2 cubyz:soil"
],
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.01,
"type" : "bush",
"height" : 4,
"height_variation" : 6
},
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:soil",
"chance" : 0.001,
"width" : 12,
"variation" : 4,
"depth" : 2,
"smoothness" : 0.2
}
]
}

View File

@ -0,0 +1,46 @@
{
"type" : "MOUNTAIN_GRASSLAND",
"minHeight" : 60,
"maxHeight" : 256,
"roughness" : 10,
"mountains" : 100,
"rivers" : true,
"ground_structure" : [
"0 to 1 cubyz:grass",
"0 to 1 cubyz:gravel",
"0 to 1 cubyz:cobblestone"
],
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.01,
"type" : "round",
"height" : 4,
"height_variation" : 1
},
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:gravel",
"chance" : 0.003,
"width" : 6,
"variation" : 2,
"depth" : 3,
"smoothness" : 0.8
},
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:snow",
"chance" : 0.002,
"width" : 6,
"variation" : 2,
"depth" : 3,
"smoothness" : 0.8
}
]
}

View File

@ -0,0 +1,27 @@
{
"type" : "CAVE",
"maxHeight" : 0,
"music" : "heart-of-the-beast",
"ground_structure" : [
"0 to 1 cubyz:gravel",
"cubyz:stone"
],
"structures" : [
{
"id" : "cubyz:boulder",
"chance" : 0.001,
"block" : "cubyz:cobblestone",
"size" : 5,
"size_variance" : 3
},
{
"id" : "cubyz:boulder",
"chance" : 0.001,
"block" : "cubyz:stone",
"size" : 4,
"size_variance" : 2
}
]
}

View File

@ -0,0 +1,28 @@
{
"type" : "CAVE",
"maxHeight" : -512,
"chance" : 0.2,
"caves" : 0.0,
"crystals" : 32,
"music" : "mana-two-part-2",
"stoneBlock" : "cubyz:stone",
"structures" : [
{
"id" : "cubyz:boulder",
"chance" : 0.001,
"block" : "cubyz:cobblestone",
"size" : 5,
"size_variance" : 3
},
{
"id" : "cubyz:boulder",
"chance" : 0.001,
"block" : "cubyz:stone",
"size" : 4,
"size_variance" : 2
}
]
}

View File

@ -0,0 +1,29 @@
{
"type" : "CAVE",
"maxHeight" : -512,
"chance" : 0.01,
"caves" : 0.0,
"crystals" : 32,
"music" : "leaves",
"stoneBlock" : "cubyz:stone",
"ground_structure" : [
"cubyz:grass",
"2 to 3 cubyz:soil"
],
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.02,
"type" : "round",
"height" : 4,
"height_variation" : 2
}
]
}

View File

@ -0,0 +1,8 @@
{
"type" : "CAVE",
"minHeight" : 0,
"music" : "GymnopedieNo1",
"ground_structure" : [],
}

View File

@ -0,0 +1,57 @@
{
"type" : "CAVE",
"chance" : 0.01,
"caves" : -0.4,
"music" : "heart-of-the-beast",
"ground_structure" : [
"0 to 1 cubyz:gravel",
"cubyz:stone"
],
"structures" : [
{
"id" : "cubyz:boulder",
"chance" : 0.001,
"block" : "cubyz:cobblestone",
"size" : 5,
"size_variance" : 3
},
{
"id" : "cubyz:boulder",
"chance" : 0.001,
"block" : "cubyz:stone",
"size" : 4,
"size_variance" : 2
}
{
"id" : "cubyz:simple_vegetation",
"chance" : 0.0001,
"block" : "cubyz:workbench",
"height" : 1,
"height_variation" : 0,
},
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:cobblestone",
"log" : "cubyz:stone",
"top" : "cubyz:stone",
"chance" : 0.01,
"type" : "round",
"height" : 3,
"height_variation" : 2
},
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:stone",
"log" : "cubyz:stone",
"top" : "cubyz:stone",
"chance" : 0.03,
"type" : "round",
"height" : 3,
"height_variation" : 2
}
]
}

View File

@ -0,0 +1,34 @@
{
"type" : "ARCTIC_OCEAN",
"minHeight" : -100,
"maxHeight" : -2,
"roughness" : 20,
"hills" : 10,
"music" : "under_the_water_sky",
"ground_structure" : [
"1 to 2 cubyz:cobblestone"
],
"structures" : [
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:mossy_cobblestone",
"chance" : 0.004,
"width" : 6,
"variation" : 2,
"depth" : 2,
"smoothness" : 0.2
},
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:gravel",
"chance" : 0.002,
"width" : 6,
"variation" : 2,
"depth" : 2,
"smoothness" : 0.2
}
]
}

View File

@ -0,0 +1,23 @@
{
"type" : "DESERT",
"minHeight" : 2,
"maxHeight" : 40,
"hills" : 20,
"music" : "EasternThought",
"ground_structure" : [
"3 to 4 cubyz:sand"
],
"structures" : [
{
"id" : "cubyz:simple_vegetation",
"block" : "cubyz:cactus",
"chance" : 0.01,
"height" : 2,
"height_variation" : 3
}
],
"stoneBlock" : "cubyz:sandstone"
}

View File

@ -0,0 +1,13 @@
{
"chance" : 0,
"type" : "GRASSLAND",
"minHeight" : 24,
"maxHeight" : 40,
"validPlayerSpawn" : true,
"ground_structure" : [
"cubyz:grass",
"2 cubyz:soil"
]
}

View File

@ -0,0 +1,29 @@
{
"type" : "FOREST",
"minHeight" : 2,
"maxHeight" : 40,
"roughness" : 10,
"hills" : 10,
"music" : "leaves",
"validPlayerSpawn" : true,
"ground_structure" : [
"cubyz:grass",
"2 to 3 cubyz:soil"
],
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.05,
"type" : "round",
"height" : 6,
"height_variation" : 3
}
]
}

View File

@ -0,0 +1,15 @@
{
"type" : "GLACIER",
"minHeight" : 60,
"maxHeight" : 256,
"roughness" : 50,
"mountains" : 50,
"hills" : 50,
"ground_structure" : [
"3 to 5 cubyz:snow",
"2 to 3 cubyz:ice"
],
"stoneBlock" : "cubyz:ice"
}

View File

@ -0,0 +1,36 @@
{
"type" : "GRASSLAND",
"minHeight" : 2,
"maxHeight" : 40,
"roughness" : 1,
"hills" : 5,
"music" : "sunrise",
"validPlayerSpawn" : true,
"ground_structure" : [
"cubyz:grass",
"2 to 3 cubyz:soil"
],
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.001,
"type" : "round",
"height" : 6,
"height_variation" : 3
},
{
"id" : "cubyz:boulder",
"chance" : 0.00001,
"block" : "cubyz:stone",
"size" : 5,
"size_variance" : 1
}
]
}

View File

@ -0,0 +1,23 @@
{
"chance" : 0,
"type" : "OCEAN",
"minHeight" : -4,
"maxHeight" : 6,
"music" : "GymnopedieNo1",
"ground_structure" : [
"2 to 3 cubyz:gravel"
],
"structures" : [
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:mossy_cobblestone",
"chance" : 0.001,
"width" : 6,
"variation" : 2,
"depth" : 2,
"smoothness" : 0.5
}
]
}

View File

@ -0,0 +1,30 @@
{
"type" : "RAINFOREST",
"minHeight" : 2,
"maxHeight" : 40,
"roughness" : 10,
"hills" : 10,
"music" : "leaves",
"validPlayerSpawn" : true,
"ground_structure" : [
"cubyz:grass"
],
"stoneBlock" : "cubyz:soil",
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.05,
"type" : "round",
"height" : 6,
"height_variation" : 3
}
]
}

View File

@ -0,0 +1,27 @@
{
"type" : "MOUNTAIN_FOREST",
"minHeight" : 20,
"maxHeight" : 256,
"roughness" : 10,
"mountains" : 100,
"rivers" : true,
"ground_structure" : [
"cubyz:grass",
"1 to 2 cubyz:soil"
],
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.05,
"type" : "round",
"height" : 3,
"height_variation" : 3
}
]
}

View File

@ -0,0 +1,36 @@
{
"type" : "OCEAN",
"minHeight" : -100,
"maxHeight" : -2,
"roughness" : 15,
"hills" : 15,
"rivers" : true,
"music" : "under_the_water_sky",
"ground_structure" : [
"2 to 3 cubyz:gravel"
],
"structures" : [
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:mossy_cobblestone",
"chance" : 0.004,
"width" : 6,
"variation" : 2,
"depth" : 2,
"smoothness" : 0.2
},
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:sand",
"chance" : 0.002,
"width" : 6,
"variation" : 2,
"depth" : 2,
"smoothness" : 0.2
}
]
}

View File

@ -0,0 +1,15 @@
{
"type" : "PEAK",
"minHeight" : 120,
"maxHeight" : 256,
"mountains" : 150,
"music" : "DarkTimes",
"ground_structure" : [
"1 to 2 cubyz:snow",
"0 to 1 cubyz:ice",
"0 to 2 cubyz:cobblestone"
]
}

View File

@ -0,0 +1,32 @@
{
"chance" : 0,
"type" : "ARCTIC_OCEAN",
"minHeight" : -4,
"maxHeight" : 6,
"music" : "GymnopedieNo1",
"ground_structure" : [
"2 to 3 cubyz:cobblestone"
],
"structures" : [
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:mossy_cobblestone",
"chance" : 0.004,
"width" : 6,
"variation" : 2,
"depth" : 2,
"smoothness" : 0.2
},
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:gravel",
"chance" : 0.002,
"width" : 6,
"variation" : 2,
"depth" : 2,
"smoothness" : 0.2
}
]
}

View File

@ -0,0 +1,34 @@
{
"chance" : 0.04,
"type" : "GRASSLAND",
"minHeight" : 10,
"maxHeight" : 40,
"mountains" : 30,
"music" : "sunrise",
"ground_structure" : [
"cubyz:grass",
"0 to 1 cubyz:soil"
],
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.001,
"type" : "round",
"height" : 6,
"height_variation" : 3
},
{
"id" : "cubyz:boulder",
"chance" : 0.001,
"block" : "cubyz:cobblestone",
"size" : 5,
"size_variance" : 4
}
]
}

View File

@ -0,0 +1,30 @@
{
"type" : "SWAMP",
"minHeight" : 2,
"maxHeight" : 40,
"roughness" : 2,
"hills" : 2,
"music" : "leaves",
"validPlayerSpawn" : true,
"ground_structure" : [
"0 to 1 cubyz:grass",
"0 to 1 cubyz:water",
"2 to 3 cubyz:soil"
],
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.05,
"type" : "round",
"height" : 6,
"height_variation" : 3
}
]
}

View File

@ -0,0 +1,27 @@
{
"type" : "TAIGA",
"minHeight" : 2,
"maxHeight" : 40,
"roughness" : 10,
"hills" : 10,
"validPlayerSpawn" : true,
"ground_structure" : [
"0 to 1 cubyz:grass",
"2 to 3 cubyz:soil"
],
"structures" : [
{
"id" : "cubyz:simple_tree",
"leaves" : "cubyz:oak_leaves",
"log" : "cubyz:oak_log",
"top" : "cubyz:oak_top",
"chance" : 0.05,
"type" : "pyramid",
"height" : 8,
"height_variation" : 5
}
]
}

View File

@ -0,0 +1,14 @@
{
"type" : "TUNDRA",
"minHeight" : 2,
"maxHeight" : 40,
"roughness" : 10,
"hills" : 15,
"mountains" : 20,
"ground_structure" : [
"0 to 1 cubyz:grass",
"0 to 1 cubyz:gravel"
]
}

View File

@ -0,0 +1,25 @@
{
"type" : "WARM_OCEAN",
"minHeight" : -100,
"maxHeight" : -2,
"roughness" : 10,
"hills" : 20,
"music" : "GymnopedieNo1",
"ground_structure" : [
"2 to 4 cubyz:sand"
],
"structures" : [
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:gravel",
"chance" : 0.002,
"width" : 6,
"variation" : 2,
"depth" : 2,
"smoothness" : 0.2
}
]
}

View File

@ -0,0 +1,20 @@
{
"class" : "air",
"breakingPower" : 0,
"hardness" : 4,
"absorbtion" : 0,
"transparent" : true,
"lightingTransparent" : true,
"viewThrough" : true,
"solid" : false,
"rotation" : "cubyz:no_rotation",
"degradable" : true,
"hasItem" : false,
"drops" : [],
"model" : ""
}

View File

@ -0,0 +1,9 @@
{
"class" : "leaf",
"hardness" : 4,
"drops" : [
"auto"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:cactus"
}

View File

@ -0,0 +1,19 @@
{
"class" : "stone",
"hardness" : 40,
"breakingPower" : 1,
"ore" : {
"veins" : 10,
"size" : 100,
"height" : 128,
"density" : 0.5,
"sources" : [
"cubyz:stone"
]
},
"drops" : [
"cubyz:coal"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:coal_ore"
}

View File

@ -0,0 +1,30 @@
{
"class" : "stone",
"hardness" : 25,
"item" : {
"material" : {
"density" : 1.0,
"resistance" : 1.0,
"power" : 0.4,
"roughness" : 1.0,
"colors" : [
0xff222222, 0xff444444, 0xff666666, 0xff888888, 0xffaaaaaa
]
}
},
"drops" : [
"auto"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:cobblestone",
"rotation" : "cubyz:multi_texture",
"multi_texture_variants" : [
{
"texture" : "cubyz:cobblestone"
},
{
"texture" : "cubyz:cobblestone_1"
}
]
}

View File

@ -0,0 +1,19 @@
{
"class" : "stone",
"hardness" : 80,
"breakingPower" : 10,
"ore" : {
"veins" : 1,
"size" : 10,
"height" : -100,
"density" : 0.1,
"sources" : [
"cubyz:stone"
]
},
"drops" : [
"cubyz:diamond"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:diamond_ore"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x111111,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/black"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x0000ff,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/blue"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x804000,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/brown"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x00ffb0,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/cyan"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x444444,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/dark_gray"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x008000,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/dark_green"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x800000,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/dark_red"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x808080,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/gray"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x00ff00,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/green"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x4040ff,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/light_blue"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0xff8000,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/orange"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0xff00ff,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/purple"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0xff0000,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/red"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0x8000ff,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/violet"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0xffffff,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/white"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"emittedLight" : 0xffff00,
"model" : "cubyz:block.obj",
"texture" : "cubyz:glow_crystal/yellow"
}

View File

@ -0,0 +1,11 @@
{
"class" : "sand",
"hardness" : 6,
"drops" : [
"cubyz:soil"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:grass_side",
"texture_top" : "cubyz:grass_top",
"texture_bottom" : "cubyz:soil"
}

View File

@ -0,0 +1,9 @@
{
"class" : "sand",
"hardness" : 11,
"drops" : [
"auto"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:gravel"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 10,
"drops" : [
"auto"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:ice",
"blockEntity" : "cubyz.modding.base.MeltableBlockEntity"
}

View File

@ -0,0 +1,19 @@
{
"class" : "stone",
"hardness" : 60,
"breakingPower" : 5,
"ore" : {
"veins" : 4,
"size" : 20,
"height" : 20,
"density" : 0.25,
"sources" : [
"cubyz:stone"
]
},
"drops" : [
"auto"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:iron_ore"
}

View File

@ -0,0 +1,19 @@
{
"class" : "stone",
"hardness" : 25,
"drops" : [
"auto"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:mossy_cobblestone",
"rotation" : "cubyz:multi_texture",
"multi_texture_variants" : [
{
"texture" : "cubyz:mossy_cobblestone"
},
{
"texture" : "cubyz:mossy_cobblestone_1"
}
]
}

View File

@ -0,0 +1,10 @@
{
"class" : "wood",
"hardness" : 7,
"drops" : [
"auto"
],
"rotation" : "cubyz:fence",
"model" : "cubyz:fence.obj",
"texture" : "cubyz:oak_planks"
}

View File

@ -0,0 +1,13 @@
{
"class" : "leaf",
"hardness" : 0.4,
"drops" : [
"auto",
"0.1 cubyz:apple"
],
"degradable" : true,
"viewThrough" : true,
"absorbedLight" : 0x0f100010,
"model" : "cubyz:block.obj",
"texture" : "cubyz:oak_leaves_transparent"
}

View File

@ -0,0 +1,12 @@
{
"class" : "wood",
"hardness" : 8,
"drops" : [
"auto"
],
"rotation" : "cubyz:log",
"model" : "cubyz:block.obj",
"texture" : "cubyz:oak_log_side",
"texture_top" : "cubyz:oak_log_rings_top",
"texture_bottom" : "cubyz:oak_log_rings_bottom"
}

View File

@ -0,0 +1,9 @@
{
"class" : "wood",
"hardness" : 7,
"drops" : [
"auto"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:oak_planks"
}

View File

@ -0,0 +1,12 @@
{
"class" : "wood",
"hardness" : 8,
"drops" : [
"auto"
],
"rotation" : "cubyz:log",
"model" : "cubyz:block.obj",
"texture" : "cubyz:oak_log_side",
"texture_top" : "cubyz:oak_log_top",
"texture_bottom" : "cubyz:oak_log_rings_bottom",
}

View File

@ -0,0 +1,10 @@
{
"class" : "sand",
"hardness" : 5,
"drops" : [
"auto"
],
"model" : "cubyz:block.obj",
"texture_top" : "cubyz:sand",
"texture" : "cubyz:sand_side"
}

View File

@ -0,0 +1,9 @@
{
"class": "stone",
"hardness": 12,
"drops": [
"auto"
],
"model": "cubyz:block.obj",
"texture": "cubyz:sandstone"
}

View File

@ -0,0 +1,11 @@
{
"class" : "sand",
"hardness" : 6.5,
"drops" : [
"auto"
],
"rotation" : "cubyz:stackable",
"model" : "cubyz:block.obj",
"texture" : "cubyz:snow",
"blockEntity" : "cubyz.modding.base.MeltableBlockEntity"
}

View File

@ -0,0 +1,9 @@
{
"class" : "sand",
"hardness" : 5.5,
"drops" : [
"auto"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:soil"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 25,
"breakingPower" : 1,
"drops" : [
"cubyz:cobblestone"
],
"model" : "cubyz:block.obj",
"texture" : "cubyz:stone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 931 B

Some files were not shown because too many files have changed in this diff Show More