added custom mushroom assets
This commit is contained in:
parent
38a55e9feb
commit
19f41be2b3
@ -17,73 +17,13 @@
|
||||
"config": {
|
||||
"features": [
|
||||
{
|
||||
"name": "minecraft:huge_brown_mushroom",
|
||||
"config": {
|
||||
"cap_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:brown_mushroom_block",
|
||||
"Properties": {
|
||||
"east": "true",
|
||||
"south": "true",
|
||||
"north": "true",
|
||||
"west": "true",
|
||||
"up": "true",
|
||||
"down": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"stem_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:mushroom_stem",
|
||||
"Properties": {
|
||||
"east": "true",
|
||||
"south": "true",
|
||||
"north": "true",
|
||||
"west": "true",
|
||||
"up": "false",
|
||||
"down": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"foliage_radius": 3
|
||||
},
|
||||
"name": "terraforged:brown_mushroom",
|
||||
"config": {},
|
||||
"chance": 0.025
|
||||
},
|
||||
{
|
||||
"name": "minecraft:huge_red_mushroom",
|
||||
"config": {
|
||||
"cap_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:red_mushroom_block",
|
||||
"Properties": {
|
||||
"east": "true",
|
||||
"south": "true",
|
||||
"north": "true",
|
||||
"west": "true",
|
||||
"up": "true",
|
||||
"down": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"stem_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:mushroom_stem",
|
||||
"Properties": {
|
||||
"east": "true",
|
||||
"south": "true",
|
||||
"north": "true",
|
||||
"west": "true",
|
||||
"up": "false",
|
||||
"down": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"foliage_radius": 2
|
||||
},
|
||||
"name": "terraforged:red_mushroom",
|
||||
"config": {},
|
||||
"chance": 0.05
|
||||
},
|
||||
{
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "tree",
|
||||
"base": 0,
|
||||
"name": "terraforged:brown_mushroom",
|
||||
"paths": [
|
||||
"terraforged:mushrooms/brown"
|
||||
]
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "tree",
|
||||
"base": 0,
|
||||
"name": "terraforged:red_mushroom",
|
||||
"paths": [
|
||||
"terraforged:mushrooms/red"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user