More asset stuff

This commit is contained in:
Forstride 2019-01-11 03:23:51 -05:00
parent 513f7cd049
commit c970e6673a
157 changed files with 1427 additions and 132 deletions

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_planks"
]
},
"criteria": {
"has_logs": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "biomesoplenty:fir_logs"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_planks"
}
}
},
"requirements": [
[
"has_logs",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_slab"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "biomesoplenty:fir_planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_slab"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_stairs"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "biomesoplenty:fir_planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_stairs"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_wood"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "biomesoplenty:fir_log"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_wood"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_fence"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "biomesoplenty:fir_planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_fence"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_button"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "biomesoplenty:fir_planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_button"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_door"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "biomesoplenty:fir_planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_door"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_fence_gate"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "biomesoplenty:fir_planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_fence_gate"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_pressure_plate"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "biomesoplenty:fir_planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_pressure_plate"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_trapdoor"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "biomesoplenty:fir_planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_trapdoor"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,28 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"biomesoplenty:fir_boat"
]
},
"criteria": {
"in_water": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:water"
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "biomesoplenty:fir_boat"
}
}
},
"requirements": [
[
"in_water",
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,28 @@
{
"variants": {
"face=floor,facing=east,powered=false": { "model": "biomesoplenty:block/fir_button", "y": 90 },
"face=floor,facing=west,powered=false": { "model": "biomesoplenty:block/fir_button", "y": 270 },
"face=floor,facing=south,powered=false": { "model": "biomesoplenty:block/fir_button", "y": 180 },
"face=floor,facing=north,powered=false": { "model": "biomesoplenty:block/fir_button" },
"face=wall,facing=east,powered=false": { "model": "biomesoplenty:block/fir_button", "uvlock": true, "x": 90, "y": 90 },
"face=wall,facing=west,powered=false": { "model": "biomesoplenty:block/fir_button", "uvlock": true, "x": 90, "y": 270 },
"face=wall,facing=south,powered=false": { "model": "biomesoplenty:block/fir_button", "uvlock": true, "x": 90, "y": 180 },
"face=wall,facing=north,powered=false": { "model": "biomesoplenty:block/fir_button", "uvlock": true, "x": 90 },
"face=ceiling,facing=east,powered=false": { "model": "biomesoplenty:block/fir_button", "x": 180, "y": 270 },
"face=ceiling,facing=west,powered=false": { "model": "biomesoplenty:block/fir_button", "x": 180, "y": 90 },
"face=ceiling,facing=south,powered=false": { "model": "biomesoplenty:block/fir_button", "x": 180 },
"face=ceiling,facing=north,powered=false": { "model": "biomesoplenty:block/fir_button", "x": 180, "y": 180 },
"face=floor,facing=east,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "y": 90 },
"face=floor,facing=west,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "y": 270 },
"face=floor,facing=south,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "y": 180 },
"face=floor,facing=north,powered=true": { "model": "biomesoplenty:block/fir_button_pressed" },
"face=wall,facing=east,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "uvlock": true, "x": 90, "y": 90 },
"face=wall,facing=west,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "uvlock": true, "x": 90, "y": 270 },
"face=wall,facing=south,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "uvlock": true, "x": 90, "y": 180 },
"face=wall,facing=north,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "uvlock": true, "x": 90 },
"face=ceiling,facing=east,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "x": 180, "y": 270 },
"face=ceiling,facing=west,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "x": 180, "y": 90 },
"face=ceiling,facing=south,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "x": 180 },
"face=ceiling,facing=north,powered=true": { "model": "biomesoplenty:block/fir_button_pressed", "x": 180, "y": 180 }
}
}

View File

@ -0,0 +1,36 @@
{
"variants": {
"facing=east,half=lower,hinge=left,open=false": { "model": "biomesoplenty:block/fir_door_bottom" },
"facing=south,half=lower,hinge=left,open=false": { "model": "biomesoplenty:block/fir_door_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false": { "model": "biomesoplenty:block/fir_door_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false": { "model": "biomesoplenty:block/fir_door_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false": { "model": "biomesoplenty:block/fir_door_bottom_hinge" },
"facing=south,half=lower,hinge=right,open=false": { "model": "biomesoplenty:block/fir_door_bottom_hinge", "y": 90 },
"facing=west,half=lower,hinge=right,open=false": { "model": "biomesoplenty:block/fir_door_bottom_hinge", "y": 180 },
"facing=north,half=lower,hinge=right,open=false": { "model": "biomesoplenty:block/fir_door_bottom_hinge", "y": 270 },
"facing=east,half=lower,hinge=left,open=true": { "model": "biomesoplenty:block/fir_door_bottom_hinge", "y": 90 },
"facing=south,half=lower,hinge=left,open=true": { "model": "biomesoplenty:block/fir_door_bottom_hinge", "y": 180 },
"facing=west,half=lower,hinge=left,open=true": { "model": "biomesoplenty:block/fir_door_bottom_hinge", "y": 270 },
"facing=north,half=lower,hinge=left,open=true": { "model": "biomesoplenty:block/fir_door_bottom_hinge" },
"facing=east,half=lower,hinge=right,open=true": { "model": "biomesoplenty:block/fir_door_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true": { "model": "biomesoplenty:block/fir_door_bottom" },
"facing=west,half=lower,hinge=right,open=true": { "model": "biomesoplenty:block/fir_door_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true": { "model": "biomesoplenty:block/fir_door_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false": { "model": "biomesoplenty:block/fir_door_top" },
"facing=south,half=upper,hinge=left,open=false": { "model": "biomesoplenty:block/fir_door_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false": { "model": "biomesoplenty:block/fir_door_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false": { "model": "biomesoplenty:block/fir_door_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false": { "model": "biomesoplenty:block/fir_door_top_hinge" },
"facing=south,half=upper,hinge=right,open=false": { "model": "biomesoplenty:block/fir_door_top_hinge", "y": 90 },
"facing=west,half=upper,hinge=right,open=false": { "model": "biomesoplenty:block/fir_door_top_hinge", "y": 180 },
"facing=north,half=upper,hinge=right,open=false": { "model": "biomesoplenty:block/fir_door_top_hinge", "y": 270 },
"facing=east,half=upper,hinge=left,open=true": { "model": "biomesoplenty:block/fir_door_top_hinge", "y": 90 },
"facing=south,half=upper,hinge=left,open=true": { "model": "biomesoplenty:block/fir_door_top_hinge", "y": 180 },
"facing=west,half=upper,hinge=left,open=true": { "model": "biomesoplenty:block/fir_door_top_hinge", "y": 270 },
"facing=north,half=upper,hinge=left,open=true": { "model": "biomesoplenty:block/fir_door_top_hinge" },
"facing=east,half=upper,hinge=right,open=true": { "model": "biomesoplenty:block/fir_door_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true": { "model": "biomesoplenty:block/fir_door_top" },
"facing=west,half=upper,hinge=right,open=true": { "model": "biomesoplenty:block/fir_door_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true": { "model": "biomesoplenty:block/fir_door_top", "y": 180 }
}
}

View File

@ -0,0 +1,17 @@
{
"multipart": [
{ "apply": { "model": "biomesoplenty:block/fir_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "biomesoplenty:block/fir_fence_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "biomesoplenty:block/fir_fence_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "biomesoplenty:block/fir_fence_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "biomesoplenty:block/fir_fence_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "biomesoplenty:block/fir_fence_gate", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "biomesoplenty:block/fir_fence_gate", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "biomesoplenty:block/fir_fence_gate", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "biomesoplenty:block/fir_fence_gate", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "biomesoplenty:block/fir_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "biomesoplenty:block/fir_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "biomesoplenty:block/fir_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "biomesoplenty:block/fir_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "biomesoplenty:block/fir_fence_gate_wall", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "biomesoplenty:block/fir_fence_gate_wall", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "biomesoplenty:block/fir_fence_gate_wall", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "biomesoplenty:block/fir_fence_gate_wall", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "biomesoplenty:block/fir_fence_gate_wall_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "biomesoplenty:block/fir_fence_gate_wall_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "biomesoplenty:block/fir_fence_gate_wall_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "biomesoplenty:block/fir_fence_gate_wall_open", "uvlock": true, "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/fir_leaves" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"axis=y": { "model": "biomesoplenty:block/fir_log" },
"axis=z": { "model": "biomesoplenty:block/fir_log", "x": 90 },
"axis=x": { "model": "biomesoplenty:block/fir_log", "x": 90, "y": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/fir_planks" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"powered=false": { "model": "biomesoplenty:block/fir_pressure_plate" },
"powered=true": { "model": "biomesoplenty:block/fir_pressure_plate_down" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/fir_sapling" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"type=bottom": { "model": "biomesoplenty:block/fir_slab" },
"type=top": { "model": "biomesoplenty:block/fir_slab_top" },
"type=double": { "model": "biomesoplenty:block/fir_planks" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "biomesoplenty:block/fir_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "biomesoplenty:block/fir_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "biomesoplenty:block/fir_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "biomesoplenty:block/fir_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "biomesoplenty:block/fir_stairs_outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "biomesoplenty:block/fir_stairs_outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "biomesoplenty:block/fir_stairs_outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "biomesoplenty:block/fir_stairs_outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "biomesoplenty:block/fir_stairs_outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "biomesoplenty:block/fir_stairs_outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "biomesoplenty:block/fir_stairs_outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "biomesoplenty:block/fir_stairs_outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "biomesoplenty:block/fir_stairs_inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "biomesoplenty:block/fir_stairs_inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "biomesoplenty:block/fir_stairs_inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "biomesoplenty:block/fir_stairs_inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "biomesoplenty:block/fir_stairs_inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "biomesoplenty:block/fir_stairs_inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "biomesoplenty:block/fir_stairs_inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "biomesoplenty:block/fir_stairs_inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "biomesoplenty:block/fir_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "biomesoplenty:block/fir_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "biomesoplenty:block/fir_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "biomesoplenty:block/fir_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "biomesoplenty:block/fir_stairs_outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "biomesoplenty:block/fir_stairs_outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "biomesoplenty:block/fir_stairs_outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "biomesoplenty:block/fir_stairs_outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "biomesoplenty:block/fir_stairs_outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "biomesoplenty:block/fir_stairs_outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "biomesoplenty:block/fir_stairs_outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "biomesoplenty:block/fir_stairs_outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "biomesoplenty:block/fir_stairs_inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "biomesoplenty:block/fir_stairs_inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "biomesoplenty:block/fir_stairs_inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "biomesoplenty:block/fir_stairs_inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "biomesoplenty:block/fir_stairs_inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "biomesoplenty:block/fir_stairs_inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "biomesoplenty:block/fir_stairs_inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "biomesoplenty:block/fir_stairs_inner", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=north,half=bottom,open=false": { "model": "biomesoplenty:block/fir_trapdoor_bottom" },
"facing=south,half=bottom,open=false": { "model": "biomesoplenty:block/fir_trapdoor_bottom", "y": 180 },
"facing=east,half=bottom,open=false": { "model": "biomesoplenty:block/fir_trapdoor_bottom", "y": 90 },
"facing=west,half=bottom,open=false": { "model": "biomesoplenty:block/fir_trapdoor_bottom", "y": 270 },
"facing=north,half=top,open=false": { "model": "biomesoplenty:block/fir_trapdoor_top" },
"facing=south,half=top,open=false": { "model": "biomesoplenty:block/fir_trapdoor_top", "y": 180 },
"facing=east,half=top,open=false": { "model": "biomesoplenty:block/fir_trapdoor_top", "y": 90 },
"facing=west,half=top,open=false": { "model": "biomesoplenty:block/fir_trapdoor_top", "y": 270 },
"facing=north,half=bottom,open=true": { "model": "biomesoplenty:block/fir_trapdoor_open" },
"facing=south,half=bottom,open=true": { "model": "biomesoplenty:block/fir_trapdoor_open", "y": 180 },
"facing=east,half=bottom,open=true": { "model": "biomesoplenty:block/fir_trapdoor_open", "y": 90 },
"facing=west,half=bottom,open=true": { "model": "biomesoplenty:block/fir_trapdoor_open", "y": 270 },
"facing=north,half=top,open=true": { "model": "biomesoplenty:block/fir_trapdoor_open", "x": 180, "y": 180 },
"facing=south,half=top,open=true": { "model": "biomesoplenty:block/fir_trapdoor_open", "x": 180, "y": 0 },
"facing=east,half=top,open=true": { "model": "biomesoplenty:block/fir_trapdoor_open", "x": 180, "y": 270 },
"facing=west,half=top,open=true": { "model": "biomesoplenty:block/fir_trapdoor_open", "x": 180, "y": 90 }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"axis=y": { "model": "biomesoplenty:block/fir_wood" },
"axis=z": { "model": "biomesoplenty:block/fir_wood", "x": 90 },
"axis=x": { "model": "biomesoplenty:block/fir_wood", "x": 90, "y": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/maple_leaves" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/maple_sapling" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/orange_autumn_leaves" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/orange_autumn_sapling" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/origin_leaves" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/origin_sapling" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/pink_cherry_leaves" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/pink_cherry_sapling" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"axis=y": { "model": "biomesoplenty:block/stripped_fir_log" },
"axis=z": { "model": "biomesoplenty:block/stripped_fir_log", "x": 90 },
"axis=x": { "model": "biomesoplenty:block/stripped_fir_log", "x": 90, "y": 90 }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"axis=y": { "model": "biomesoplenty:block/stripped_fir_wood" },
"axis=z": { "model": "biomesoplenty:block/stripped_fir_wood", "x": 90 },
"axis=x": { "model": "biomesoplenty:block/stripped_fir_wood", "x": 90, "y": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/white_cherry_leaves" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/white_cherry_sapling" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/yellow_autumn_leaves" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "biomesoplenty:block/yellow_autumn_sapling" }
}
}

View File

@ -23,207 +23,287 @@
"effect.biomesoplenty.curse": "Curse",
"item.biomesoplenty.ash": "Pile of Ashes",
"item.biomesoplenty.boat_cherry": "Cherry Boat",
"item.biomesoplenty.boat_ethereal": "Ethereal Boat",
"item.biomesoplenty.boat_fir": "Fir Boat",
"item.biomesoplenty.boat_hellbark": "Hellbark Boat",
"item.biomesoplenty.boat_jacaranda": "Jacaranda Boat",
"item.biomesoplenty.boat_magic": "Magic Boat",
"item.biomesoplenty.boat_mahogany": "Mahogany Boat",
"item.biomesoplenty.boat_palm": "Palm Boat",
"item.biomesoplenty.boat_redwood": "Redwood Boat",
"item.biomesoplenty.boat_umbran": "Umbran Boat",
"item.biomesoplenty.boat_willow": "Willow Boat",
"item.biomesoplenty.bop_icon": "BOP Icon",
"item.biomesoplenty.cherry_door": "Cherry Door",
"item.biomesoplenty.ethereal_door": "Ethereal Door",
"item.biomesoplenty.fir_door": "Fir Door",
"item.biomesoplenty.cherry_boat": "Cherry Boat",
"item.biomesoplenty.ethereal_boat": "Ethereal Boat",
"item.biomesoplenty.fir_boat": "Fir Boat",
"item.biomesoplenty.fleshchunk": "Chunk of Flesh",
"item.biomesoplenty.hellbark_door": "Hellbark Door",
"item.biomesoplenty.jacaranda_door": "Jacaranda Door",
"item.biomesoplenty.magic_door": "Magic Door",
"item.biomesoplenty.mahogany_door": "Mahogany Door",
"item.biomesoplenty.mudball": "Mud Ball",
"item.biomesoplenty.hellbark_boat": "Hellbark Boat",
"item.biomesoplenty.jacaranda_boat": "Jacaranda Boat",
"item.biomesoplenty.magic_boat": "Magic Boat",
"item.biomesoplenty.mahogany_boat": "Mahogany Boat",
"item.biomesoplenty.mud_brick": "Mud Brick",
"item.biomesoplenty.palm_door": "Palm Door",
"item.biomesoplenty.mudball": "Mud Ball",
"item.biomesoplenty.palm_boat": "Palm Boat",
"item.biomesoplenty.record_wanderer": "Music Disc",
"item.biomesoplenty.record_wanderer.desc": "Tim Rurkowski - Wanderer",
"item.biomesoplenty.redwood_door": "Redwood Door",
"item.biomesoplenty.umbran_door": "Umbran Door",
"item.biomesoplenty.willow_door": "Willow Door",
"item.biomesoplenty.redwood_boat": "Redwood Boat",
"item.biomesoplenty.umbran_boat": "Umbran Boat",
"item.biomesoplenty.willow_boat": "Willow Boat",
"block.biomesoplenty.ash_block": "Ash Block",
"block.biomesoplenty.barley": "Barley",
"block.biomesoplenty.blue_fire": "Blue Fire",
"block.biomesoplenty.blue_hydrangea": "Blue Hydrangea",
"block.biomesoplenty.bramble_plant": "Bramble",
"block.biomesoplenty.burning_blossom": "Burning Blossom",
"block.biomesoplenty.bush": "Bush",
"block.biomesoplenty.cattail": "Cattail",
"block.biomesoplenty.cherry_button": "Cherry Button",
"block.biomesoplenty.cherry_door": "Cherry Door",
"block.biomesoplenty.cherry_fence": "Cherry Fence",
"block.biomesoplenty.cherry_fence_gate": "Cherry Fence Gate",
"block.biomesoplenty.cherry_wood_slab": "Cherry Wood Slab",
"block.biomesoplenty.cherry_log": "Cherry Log",
"block.biomesoplenty.cherry_planks": "Cherry Planks",
"block.biomesoplenty.cherry_pressure_plate": "Cherry Pressure Plate",
"block.biomesoplenty.cherry_slab": "Cherry Slab",
"block.biomesoplenty.cherry_stairs": "Cherry Wood Stairs",
"block.biomesoplenty.dirt.loamy_dirt": "Loamy Dirt",
"block.biomesoplenty.dirt.sandy_dirt": "Sandy Dirt",
"block.biomesoplenty.dirt.silty_dirt": "Silty Dirt",
"block.biomesoplenty.cherry_trapdoor": "Cherry Trapdoor",
"block.biomesoplenty.cherry_wood": "Cherry Wood",
"block.biomesoplenty.cherry_wood_slab": "Cherry Wood Slab",
"block.biomesoplenty.dead_grass": "Dead Grass",
"block.biomesoplenty.dead_leaves": "Dead Leaves",
"block.biomesoplenty.dead_log": "Dead Log",
"block.biomesoplenty.dead_sapling": "Dead Sapling",
"block.biomesoplenty.dead_wood": "Dead Wood",
"block.biomesoplenty.deathbloom": "Deathbloom",
"block.biomesoplenty.desert_grass": "Desert Grass",
"block.biomesoplenty.devilweed": "Devilweed",
"block.biomesoplenty.dirt.coarse_loamy_dirt": "Coarse Loamy Dirt",
"block.biomesoplenty.dirt.coarse_sandy_dirt": "Coarse Sandy Dirt",
"block.biomesoplenty.dirt.coarse_silty_dirt": "Coarse Silty Dirt",
"block.biomesoplenty.dirt.loamy_dirt": "Loamy Dirt",
"block.biomesoplenty.dirt.sandy_dirt": "Sandy Dirt",
"block.biomesoplenty.dirt.silty_dirt": "Silty Dirt",
"block.biomesoplenty.double_plant.flax": "Flax",
"block.biomesoplenty.double_plant.tall_cattail": "Tall Cattail",
"block.biomesoplenty.dried_sand": "Dried Sand",
"block.biomesoplenty.dune_grass": "Dune Grass",
"block.biomesoplenty.ethereal_button": "Ethereal Button",
"block.biomesoplenty.ethereal_door": "Ethereal Door",
"block.biomesoplenty.ethereal_fence": "Ethereal Fence",
"block.biomesoplenty.ethereal_fence_gate": "Ethereal Fence Gate",
"block.biomesoplenty.ethereal_wood_slab": "Ethereal Wood Slab",
"block.biomesoplenty.ethereal_leaves": "Ethereal Leaves",
"block.biomesoplenty.ethereal_log": "Ethereal Log",
"block.biomesoplenty.ethereal_planks": "Ethereal Planks",
"block.biomesoplenty.ethereal_pressure_plate": "Ethereal Pressure Plate",
"block.biomesoplenty.ethereal_sapling": "Ethereal Sapling",
"block.biomesoplenty.ethereal_slab": "Ethereal Slab",
"block.biomesoplenty.ethereal_stairs": "Ethereal Wood Stairs",
"block.biomesoplenty.ethereal_trapdoor": "Ethereal Trapdoor",
"block.biomesoplenty.ethereal_wood": "Ethereal Wood",
"block.biomesoplenty.ethereal_wood_slab": "Ethereal Wood Slab",
"block.biomesoplenty.farmland_0.loamy_farmland": "Loamy Farmland",
"block.biomesoplenty.farmland_0.sandy_farmland": "Sandy Farmland",
"block.biomesoplenty.farmland_1.silty_farmland": "Silty Farmland",
"block.biomesoplenty.fir_button": "Fir Button",
"block.biomesoplenty.fir_door": "Fir Door",
"block.biomesoplenty.fir_fence": "Fir Fence",
"block.biomesoplenty.fir_fence_gate": "Fir Fence Gate",
"block.biomesoplenty.fir_wood_slab": "Fir Wood Slab",
"block.biomesoplenty.fir_leaves": "Fir Leaves",
"block.biomesoplenty.fir_log": "Fir Log",
"block.biomesoplenty.fir_planks": "Fir Planks",
"block.biomesoplenty.fir_pressure_plate": "Fir Pressure Plate",
"block.biomesoplenty.fir_sapling": "Fir Sapling",
"block.biomesoplenty.fir_slab": "Fir Slab",
"block.biomesoplenty.fir_stairs": "Fir Wood Stairs",
"block.biomesoplenty.fir_trapdoor": "Fir Trapdoor",
"block.biomesoplenty.fir_wood": "Fir Wood",
"block.biomesoplenty.fir_wood_slab": "Fir Wood Slab",
"block.biomesoplenty.flat_plant.deadleafpile": "Dead Leaf Pile",
"block.biomesoplenty.flesh": "Flesh",
"block.biomesoplenty.rose": "Rose",
"block.biomesoplenty.blue_hydrangea": "Blue Hydrangea",
"block.biomesoplenty.violet": "Violet",
"block.biomesoplenty.lavender": "Lavender",
"block.biomesoplenty.goldenrod": "Goldenrod",
"block.biomesoplenty.wildflower": "Wildflower",
"block.biomesoplenty.orange_cosmos": "Orange Cosmos",
"block.biomesoplenty.pink_daffodil": "Pink Daffodil",
"block.biomesoplenty.pink_hibiscus": "Pink Hibiscus",
"block.biomesoplenty.flowering_leaves": "Flowering Oak Leaves",
"block.biomesoplenty.flowering_sapling": "Flowering Oak Sapling",
"block.biomesoplenty.glowflower": "Glowflower",
"block.biomesoplenty.deathbloom": "Deathbloom",
"block.biomesoplenty.wilted_lily": "Wilted Lily",
"block.biomesoplenty.burning_blossom": "Burning Blossom",
"block.biomesoplenty.short_grass": "Short Grass",
"block.biomesoplenty.bush": "Bush",
"block.biomesoplenty.barley": "Barley",
"block.biomesoplenty.dune_grass": "Dune Grass",
"block.biomesoplenty.desert_grass": "Desert Grass",
"block.biomesoplenty.dead_grass": "Dead Grass",
"block.biomesoplenty.devilweed": "Devilweed",
"block.biomesoplenty.spectral_fern": "Spectral Fern",
"block.biomesoplenty.grass.origin_grass_block": "Origin Grass Block",
"block.biomesoplenty.glowshroom": "Glowshroom",
"block.biomesoplenty.goldenrod": "Goldenrod",
"block.biomesoplenty.grass.loamy_grass_block": "Loamy Grass Block",
"block.biomesoplenty.grass.mycelial_netherrack": "Mycelial Netherrack",
"block.biomesoplenty.grass.origin_grass_block": "Origin Grass Block",
"block.biomesoplenty.grass.overgrown_netherrack": "Overgrown Netherrack",
"block.biomesoplenty.grass.overgrown_stone": "Overgrown Stone",
"block.biomesoplenty.grass.sandy_grass_block": "Sandy Grass Block",
"block.biomesoplenty.grass.silty_grass_block": "Silty Grass Block",
"block.biomesoplenty.grass.overgrown_stone": "Overgrown Stone",
"block.biomesoplenty.grass.overgrown_netherrack": "Overgrown Netherrack",
"block.biomesoplenty.grass.mycelial_netherrack": "Mycelial Netherrack",
"block.biomesoplenty.grass.spectral_moss": "Spectral Moss",
"block.biomesoplenty.grass_path.grass_loamy_path": "Loamy Grass Path",
"block.biomesoplenty.grass_path.grass_sandy_path": "Sandy Grass Path",
"block.biomesoplenty.grass_path.grass_silty_path": "Silty Grass Path",
"block.biomesoplenty.hellbark_button": "Hellbark Button",
"block.biomesoplenty.hellbark_door": "Hellbark Door",
"block.biomesoplenty.hellbark_fence": "Hellbark Fence",
"block.biomesoplenty.hellbark_fence_gate": "Hellbark Fence Gate",
"block.biomesoplenty.hellbark_wood_slab": "Hellbark Wood Slab",
"block.biomesoplenty.hellbark_leaves": "Hellbark Leaves",
"block.biomesoplenty.hellbark_log": "Hellbark Log",
"block.biomesoplenty.hellbark_planks": "Hellbark Planks",
"block.biomesoplenty.hellbark_pressure_plate": "Hellbark Pressure Plate",
"block.biomesoplenty.hellbark_sapling": "Hellbark Sapling",
"block.biomesoplenty.hellbark_slab": "Hellbark Slab",
"block.biomesoplenty.hellbark_stairs": "Hellbark Wood Stairs",
"block.biomesoplenty.hellbark_trapdoor": "Hellbark Trapdoor",
"block.biomesoplenty.hellbark_wood": "Hellbark Wood",
"block.biomesoplenty.hellbark_wood_slab": "Hellbark Wood Slab",
"block.biomesoplenty.ivy": "Ivy",
"block.biomesoplenty.jacaranda_button": "Jacaranda Button",
"block.biomesoplenty.jacaranda_door": "Jacaranda Door",
"block.biomesoplenty.jacaranda_fence": "Jacaranda Fence",
"block.biomesoplenty.jacaranda_fence_gate": "Jacaranda Fence Gate",
"block.biomesoplenty.jacaranda_wood_slab": "Jacaranda Wood Slab",
"block.biomesoplenty.jacaranda_leaves": "Jacaranda Leaves",
"block.biomesoplenty.jacaranda_log": "Jacaranda Log",
"block.biomesoplenty.jacaranda_planks": "Jacaranda Planks",
"block.biomesoplenty.jacaranda_pressure_plate": "Jacaranda Pressure Plate",
"block.biomesoplenty.jacaranda_sapling": "Jacaranda Sapling",
"block.biomesoplenty.jacaranda_slab": "Jacaranda Slab",
"block.biomesoplenty.jacaranda_stairs": "Jacaranda Wood Stairs",
"block.biomesoplenty.leaves_0.origin_leaves": "Origin Leaves",
"block.biomesoplenty.leaves_0.flowering_leaves": "Flowering Oak Leaves",
"block.biomesoplenty.leaves_0.orange_autumn_leaves": "Orange Autumn Leaves",
"block.biomesoplenty.leaves_0.yellow_autumn_leaves": "Yellow Autumn Leaves",
"block.biomesoplenty.leaves_1.fir_leaves": "Fir Leaves",
"block.biomesoplenty.leaves_1.redwood_leaves": "Redwood Leaves",
"block.biomesoplenty.leaves_1.white_cherry_leaves": "White Cherry Leaves",
"block.biomesoplenty.leaves_1.pink_cherry_leaves": "Pink Cherry Leaves",
"block.biomesoplenty.leaves_2.maple_leaves": "Maple Leaves",
"block.biomesoplenty.leaves_2.mahogany_leaves": "Mahogany Leaves",
"block.biomesoplenty.leaves_2.jacaranda_leaves": "Jacaranda Leaves",
"block.biomesoplenty.leaves_2.palm_leaves": "Palm Leaves",
"block.biomesoplenty.leaves_3.willow_leaves": "Willow Leaves",
"block.biomesoplenty.leaves_3.dead_leaves": "Dead Leaves",
"block.biomesoplenty.leaves_3.magic_leaves": "Magic Leaves",
"block.biomesoplenty.leaves_3.umbran_leaves": "Umbran Leaves",
"block.biomesoplenty.leaves_4.hellbark_leaves": "Hellbark Leaves",
"block.biomesoplenty.leaves_4.ethereal_leaves": "Ethereal Leaves",
"block.biomesoplenty.log_0.fir_log": "Fir Wood",
"block.biomesoplenty.log_0.redwood_log": "Redwood Wood",
"block.biomesoplenty.log_0.cherry_log": "Cherry Wood",
"block.biomesoplenty.log_0.mahogany_log": "Mahogany Wood",
"block.biomesoplenty.log_1.jacaranda_log": "Jacaranda Wood",
"block.biomesoplenty.log_1.palm_log": "Palm Wood",
"block.biomesoplenty.log_1.willow_log": "Willow Wood",
"block.biomesoplenty.log_1.dead_log": "Dead Wood",
"block.biomesoplenty.log_2.magic_log": "Magic Wood",
"block.biomesoplenty.log_2.umbran_log": "Umbran Wood",
"block.biomesoplenty.log_2.hellbark_log": "Hellbark Wood",
"block.biomesoplenty.log_2.ethereal_log": "Ethereal Wood",
"block.biomesoplenty.jacaranda_trapdoor": "Jacaranda Trapdoor",
"block.biomesoplenty.jacaranda_wood": "Jacaranda Wood",
"block.biomesoplenty.jacaranda_wood_slab": "Jacaranda Wood Slab",
"block.biomesoplenty.lavender": "Lavender",
"block.biomesoplenty.magic_button": "Magic Button",
"block.biomesoplenty.magic_door": "Magic Door",
"block.biomesoplenty.magic_fence": "Magic Fence",
"block.biomesoplenty.magic_fence_gate": "Magic Fence Gate",
"block.biomesoplenty.magic_wood_slab": "Magic Wood Slab",
"block.biomesoplenty.magic_leaves": "Magic Leaves",
"block.biomesoplenty.magic_log": "Magic Log",
"block.biomesoplenty.magic_planks": "Magic Planks",
"block.biomesoplenty.magic_pressure_plate": "Magic Pressure Plate",
"block.biomesoplenty.magic_sapling": "Magic Sapling",
"block.biomesoplenty.magic_slab": "Magic Slab",
"block.biomesoplenty.magic_stairs": "Magic Wood Stairs",
"block.biomesoplenty.magic_trapdoor": "Magic Trapdoor",
"block.biomesoplenty.magic_wood": "Magic Wood",
"block.biomesoplenty.magic_wood_slab": "Magic Wood Slab",
"block.biomesoplenty.mahogany_button": "Mahogany Button",
"block.biomesoplenty.mahogany_door": "Mahogany Door",
"block.biomesoplenty.mahogany_fence": "Mahogany Fence",
"block.biomesoplenty.mahogany_fence_gate": "Mahogany Fence Gate",
"block.biomesoplenty.mahogany_wood_slab": "Mahogany Wood Slab",
"block.biomesoplenty.mahogany_leaves": "Mahogany Leaves",
"block.biomesoplenty.mahogany_log": "Mahogany Log",
"block.biomesoplenty.mahogany_planks": "Mahogany Planks",
"block.biomesoplenty.mahogany_pressure_plate": "Mahogany Pressure Plate",
"block.biomesoplenty.mahogany_sapling": "Mahogany Sapling",
"block.biomesoplenty.mahogany_slab": "Mahogany Slab",
"block.biomesoplenty.mahogany_stairs": "Mahogany Wood Stairs",
"block.biomesoplenty.mahogany_trapdoor": "Mahogany Trapdoor",
"block.biomesoplenty.mahogany_wood": "Mahogany Wood",
"block.biomesoplenty.mahogany_wood_slab": "Mahogany Wood Slab",
"block.biomesoplenty.maple_leaves": "Maple Leaves",
"block.biomesoplenty.maple_sapling": "Maple Sapling",
"block.biomesoplenty.mud": "Mud",
"block.biomesoplenty.mud_brick_block": "Mud Bricks",
"block.biomesoplenty.mud_brick_slab": "Mud Bricks Slab",
"block.biomesoplenty.mud_brick_stairs": "Mud Bricks Stairs",
"block.biomesoplenty.toadstool": "Toadstool",
"block.biomesoplenty.glowshroom": "Glowshroom",
"block.biomesoplenty.orange_autumn_leaves": "Orange Autumn Leaves",
"block.biomesoplenty.orange_autumn_sapling": "Orange Autumn Sapling",
"block.biomesoplenty.orange_cosmos": "Orange Cosmos",
"block.biomesoplenty.origin_leaves": "Origin Leaves",
"block.biomesoplenty.origin_sapling": "Origin Sapling",
"block.biomesoplenty.palm_button": "Palm Button",
"block.biomesoplenty.palm_door": "Palm Door",
"block.biomesoplenty.palm_fence": "Palm Fence",
"block.biomesoplenty.palm_fence_gate": "Palm Fence Gate",
"block.biomesoplenty.palm_wood_slab": "Palm Wood Slab",
"block.biomesoplenty.palm_leaves": "Palm Leaves",
"block.biomesoplenty.palm_log": "Palm Log",
"block.biomesoplenty.palm_planks": "Palm Planks",
"block.biomesoplenty.palm_pressure_plate": "Palm Pressure Plate",
"block.biomesoplenty.palm_sapling": "Palm Sapling",
"block.biomesoplenty.palm_slab": "Palm Slab",
"block.biomesoplenty.palm_stairs": "Palm Wood Stairs",
"block.biomesoplenty.planks_0.fir_planks": "Fir Wood Planks",
"block.biomesoplenty.planks_0.redwood_planks": "Redwood Wood Planks",
"block.biomesoplenty.planks_0.cherry_planks": "Cherry Wood Planks",
"block.biomesoplenty.planks_0.mahogany_planks": "Mahogany Wood Planks",
"block.biomesoplenty.planks_0.jacaranda_planks": "Jacaranda Wood Planks",
"block.biomesoplenty.planks_0.palm_planks": "Palm Wood Planks",
"block.biomesoplenty.planks_0.willow_planks": "Willow Wood Planks",
"block.biomesoplenty.planks_0.magic_planks": "Magic Wood Planks",
"block.biomesoplenty.planks_0.umbran_planks": "Umbran Wood Planks",
"block.biomesoplenty.planks_0.hellbark_planks": "Hellbark Wood Planks",
"block.biomesoplenty.planks_0.ethereal_planks": "Ethereal Wood Planks",
"block.biomesoplenty.thorn": "Thorns",
"block.biomesoplenty.tiny_cactus": "Tiny Cactus",
"block.biomesoplenty.cattail": "Cattail",
"block.biomesoplenty.root": "Root",
"block.biomesoplenty.reed": "Reed",
"block.biomesoplenty.watergrass": "Watergrass",
"block.biomesoplenty.palm_trapdoor": "Palm Trapdoor",
"block.biomesoplenty.palm_wood": "Palm Wood",
"block.biomesoplenty.palm_wood_slab": "Palm Wood Slab",
"block.biomesoplenty.pink_cherry_leaves": "Pink Cherry Leaves",
"block.biomesoplenty.pink_cherry_sapling": "Pink Cherry Sapling",
"block.biomesoplenty.pink_daffodil": "Pink Daffodil",
"block.biomesoplenty.pink_hibiscus": "Pink Hibiscus",
"block.biomesoplenty.redwood_button": "Redwood Button",
"block.biomesoplenty.redwood_door": "Redwood Door",
"block.biomesoplenty.redwood_fence": "Redwood Fence",
"block.biomesoplenty.redwood_fence_gate": "Redwood Fence Gate",
"block.biomesoplenty.redwood_wood_slab": "Redwood Wood Slab",
"block.biomesoplenty.redwood_leaves": "Redwood Leaves",
"block.biomesoplenty.redwood_log": "Redwood Log",
"block.biomesoplenty.redwood_planks": "Redwood Planks",
"block.biomesoplenty.redwood_pressure_plate": "Redwood Pressure Plate",
"block.biomesoplenty.redwood_sapling": "Redwood Sapling",
"block.biomesoplenty.redwood_slab": "Redwood Slab",
"block.biomesoplenty.redwood_stairs": "Redwood Wood Stairs",
"block.biomesoplenty.sapling_0.origin_sapling": "Origin Sapling",
"block.biomesoplenty.sapling_0.flowering_sapling": "Flowering Oak Sapling",
"block.biomesoplenty.sapling_0.orange_autumn_sapling": "Orange Autumn Sapling",
"block.biomesoplenty.sapling_0.yellow_autumn_sapling": "Yellow Autumn Sapling",
"block.biomesoplenty.sapling_0.fir_sapling": "Fir Sapling",
"block.biomesoplenty.sapling_0.redwood_sapling": "Redwood Sapling",
"block.biomesoplenty.sapling_0.white_cherry_sapling": "White Cherry Sapling",
"block.biomesoplenty.sapling_0.pink_cherry_sapling": "Pink Cherry Sapling",
"block.biomesoplenty.sapling_1.maple_sapling": "Maple Sapling",
"block.biomesoplenty.sapling_1.mahogany_sapling": "Mahogany Sapling",
"block.biomesoplenty.sapling_1.jacaranda_sapling": "Jacaranda Sapling",
"block.biomesoplenty.sapling_1.palm_sapling": "Palm Sapling",
"block.biomesoplenty.sapling_1.willow_sapling": "Willow Sapling",
"block.biomesoplenty.sapling_1.dead_sapling": "Dead Sapling",
"block.biomesoplenty.sapling_1.magic_sapling": "Magic Sapling",
"block.biomesoplenty.sapling_1.umbran_sapling": "Umbran Sapling",
"block.biomesoplenty.sapling_2.hellbark_sapling": "Hellbark Sapling",
"block.biomesoplenty.sapling_2.ethereal_sapling": "Ethereal Sapling",
"block.biomesoplenty.redwood_trapdoor": "Redwood Trapdoor",
"block.biomesoplenty.redwood_wood": "Redwood Wood",
"block.biomesoplenty.redwood_wood_slab": "Redwood Wood Slab",
"block.biomesoplenty.reed": "Reed",
"block.biomesoplenty.root": "Root",
"block.biomesoplenty.rose": "Rose",
"block.biomesoplenty.short_grass": "Short Grass",
"block.biomesoplenty.spectral_fern": "Spectral Fern",
"block.biomesoplenty.stripped_cherry_log": "Stripped Cherry Log",
"block.biomesoplenty.stripped_cherry_wood": "Stripped Cherry Wood",
"block.biomesoplenty.stripped_dead_log": "Stripped Dead Log",
"block.biomesoplenty.stripped_dead_wood": "Stripped Dead Wood",
"block.biomesoplenty.stripped_ethereal_log": "Stripped Ethereal Log",
"block.biomesoplenty.stripped_ethereal_wood": "Stripped Ethereal Wood",
"block.biomesoplenty.stripped_fir_log": "Stripped Fir Log",
"block.biomesoplenty.stripped_fir_wood": "Stripped Fir Wood",
"block.biomesoplenty.stripped_hellbark_log": "Stripped Hellbark Log",
"block.biomesoplenty.stripped_hellbark_wood": "Stripped Hellbark Wood",
"block.biomesoplenty.stripped_jacaranda_log": "Stripped Jacaranda Log",
"block.biomesoplenty.stripped_jacaranda_wood": "Stripped Jacaranda Wood",
"block.biomesoplenty.stripped_magic_log": "Stripped Magic Log",
"block.biomesoplenty.stripped_magic_wood": "Stripped Magic Wood",
"block.biomesoplenty.stripped_mahogany_log": "Stripped Mahogany Log",
"block.biomesoplenty.stripped_mahogany_wood": "Stripped Mahogany Wood",
"block.biomesoplenty.stripped_palm_log": "Stripped Palm Log",
"block.biomesoplenty.stripped_palm_wood": "Stripped Palm Wood",
"block.biomesoplenty.stripped_redwood_log": "Stripped Redwood Log",
"block.biomesoplenty.stripped_redwood_wood": "Stripped Redwood Wood",
"block.biomesoplenty.stripped_umbran_log": "Stripped Umbran Log",
"block.biomesoplenty.stripped_umbran_wood": "Stripped Umbran Wood",
"block.biomesoplenty.stripped_willow_log": "Stripped Willow Log",
"block.biomesoplenty.stripped_willow_wood": "Stripped Willow Wood",
"block.biomesoplenty.thorn": "Thorns",
"block.biomesoplenty.tiny_cactus": "Tiny Cactus",
"block.biomesoplenty.toadstool": "Toadstool",
"block.biomesoplenty.umbran_button": "Umbran Button",
"block.biomesoplenty.umbran_door": "Umbran Door",
"block.biomesoplenty.umbran_fence": "Umbran Fence",
"block.biomesoplenty.umbran_fence_gate": "Umbran Fence Gate",
"block.biomesoplenty.umbran_wood_slab": "Umbran Wood Slab",
"block.biomesoplenty.umbran_leaves": "Umbran Leaves",
"block.biomesoplenty.umbran_log": "Umbran Log",
"block.biomesoplenty.umbran_planks": "Umbran Planks",
"block.biomesoplenty.umbran_pressure_plate": "Umbran Pressure Plate",
"block.biomesoplenty.umbran_sapling": "Umbran Sapling",
"block.biomesoplenty.umbran_slab": "Umbran Slab",
"block.biomesoplenty.umbran_stairs": "Umbran Wood Stairs",
"block.biomesoplenty.umbran_trapdoor": "Umbran Trapdoor",
"block.biomesoplenty.umbran_wood": "Umbran Wood",
"block.biomesoplenty.umbran_wood_slab": "Umbran Wood Slab",
"block.biomesoplenty.violet": "Violet",
"block.biomesoplenty.watergrass": "Watergrass",
"block.biomesoplenty.white_cherry_leaves": "White Cherry Leaves",
"block.biomesoplenty.white_cherry_sapling": "White Cherry Sapling",
"block.biomesoplenty.white_sand": "White Sand",
"block.biomesoplenty.white_sandstone.white_sandstone": "White Sandstone",
"block.biomesoplenty.white_sandstone.chiseled_white_sandstone": "Chiseled White Sandstone",
"block.biomesoplenty.white_sandstone.smooth_white_sandstone": "Smooth White Sandstone",
"block.biomesoplenty.white_sandstone.white_sandstone": "White Sandstone",
"block.biomesoplenty.white_sandstone_slab": "White Sandstone Slab",
"block.biomesoplenty.white_sandstone_stairs": "White Sandstone Stairs",
"block.biomesoplenty.wildflower": "Wildflower",
"block.biomesoplenty.willow_button": "Willow Button",
"block.biomesoplenty.willow_door": "Willow Door",
"block.biomesoplenty.willow_fence": "Willow Fence",
"block.biomesoplenty.willow_fence_gate": "Willow Fence Gate",
"block.biomesoplenty.willow_wood_slab": "Willow Wood Slab",
"block.biomesoplenty.willow_leaves": "Willow Leaves",
"block.biomesoplenty.willow_log": "Willow Log",
"block.biomesoplenty.willow_planks": "Willow Planks",
"block.biomesoplenty.willow_pressure_plate": "Willow Pressure Plate",
"block.biomesoplenty.willow_sapling": "Willow Sapling",
"block.biomesoplenty.willow_slab": "Willow Slab",
"block.biomesoplenty.willow_stairs": "Willow Wood Stairs",
"block.biomesoplenty.willow_trapdoor": "Willow Trapdoor",
"block.biomesoplenty.willow_vine": "Willow Vine",
"block.biomesoplenty.willow_wood": "Willow Wood",
"block.biomesoplenty.willow_wood_slab": "Willow Wood Slab",
"block.biomesoplenty.wilted_lily": "Wilted Lily",
"block.biomesoplenty.yellow_autumn_leaves": "Yellow Autumn Leaves",
"block.biomesoplenty.yellow_autumn_sapling": "Yellow Autumn Sapling",
"entity.biomesoplenty.mudball": "Mudball",
"entity.biomesoplenty.bop_boat": "Boat"

View File

@ -0,0 +1,6 @@
{
"parent": "block/button",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button_inventory",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button_pressed",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom",
"textures": {
"bottom": "biomesoplenty:blocks/fir_door_bottom",
"top": "biomesoplenty:blocks/fir_door_top"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "biomesoplenty:blocks/fir_door_bottom",
"top": "biomesoplenty:blocks/fir_door_top"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top",
"textures": {
"bottom": "biomesoplenty:blocks/fir_door_bottom",
"top": "biomesoplenty:blocks/fir_door_top"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top_rh",
"textures": {
"bottom": "biomesoplenty:blocks/fir_door_bottom",
"top": "biomesoplenty:blocks/fir_door_top"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_open",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_wall",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_wall_open",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "biomesoplenty:blocks/fir_leaves"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "biomesoplenty:blocks/fir_log_top",
"side": "biomesoplenty:blocks/fir_log"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_up",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_down",
"textures": {
"texture": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "biomesoplenty:blocks/fir_sapling"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "biomesoplenty:blocks/fir_planks",
"top": "biomesoplenty:blocks/fir_planks",
"side": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "biomesoplenty:blocks/fir_planks",
"top": "biomesoplenty:blocks/fir_planks",
"side": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "biomesoplenty:blocks/fir_planks",
"top": "biomesoplenty:blocks/fir_planks",
"side": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "biomesoplenty:blocks/fir_planks",
"top": "biomesoplenty:blocks/fir_planks",
"side": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "biomesoplenty:blocks/fir_planks",
"top": "biomesoplenty:blocks/fir_planks",
"side": "biomesoplenty:blocks/fir_planks"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_orientable_trapdoor_bottom",
"textures": {
"texture": "biomesoplenty:blocks/fir_trapdoor"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_orientable_trapdoor_open",
"textures": {
"texture": "biomesoplenty:blocks/fir_trapdoor"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_orientable_trapdoor_top",
"textures": {
"texture": "biomesoplenty:blocks/fir_trapdoor"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "biomesoplenty:blocks/fir_log",
"side": "biomesoplenty:blocks/fir_log"
}
}

View File

@ -1,7 +1,7 @@
{
"parent": "biomesoplenty:block/leaves_overlay",
"textures": {
"under": "biomesoplenty:blocks/leaves_flowering",
"over": "biomesoplenty:blocks/leaves_flowering_overlay"
"under": "biomesoplenty:blocks/flowering_leaves",
"over": "biomesoplenty:blocks/flowering_leaves_overlay"
}
}

View File

@ -1,6 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "biomesoplenty:blocks/leaves_flowering_fast"
"all": "biomesoplenty:blocks/flowering_leaves_fast"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "biomesoplenty:blocks/maple_leaves"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "biomesoplenty:blocks/maple_sapling"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "biomesoplenty:blocks/orange_autumn_leaves"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "biomesoplenty:blocks/orange_autumn_sapling"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "biomesoplenty:blocks/origin_leaves"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "biomesoplenty:blocks/origin_sapling"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "biomesoplenty:blocks/pink_cherry_leaves"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "biomesoplenty:blocks/pink_cherry_sapling"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "biomesoplenty:blocks/stripped_fir_log_top",
"side": "biomesoplenty:blocks/stripped_fir_log"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "biomesoplenty:blocks/stripped_fir_log",
"side": "biomesoplenty:blocks/stripped_fir_log"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "biomesoplenty:blocks/white_cherry_leaves"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "biomesoplenty:blocks/white_cherry_sapling"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "biomesoplenty:blocks/yellow_autumn_leaves"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "biomesoplenty:blocks/yellow_autumn_sapling"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "biomesoplenty:items/fir_boat"
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_button_inventory"
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "biomesoplenty:items/fir_door"
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_fence_inventory"
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_fence_gate"
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_leaves"
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_log"
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_planks"
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_pressure_plate"
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "biomesoplenty:block/fir_sapling"
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_slab"
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_stairs"
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_trapdoor_bottom"
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/fir_wood"
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/maple_leaves"
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "biomesoplenty:block/maple_sapling"
}
}

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