add mushroom tags for better mod compatibility
This commit is contained in:
parent
7bca7e9707
commit
7ad1fb1c62
14 changed files with 85 additions and 2 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"#forge:mushroom_caps/brown",
|
||||||
|
"#forge:mushroom_caps/glowshroom"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:toadstool_block"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:glowshroom_block"
|
||||||
|
]
|
||||||
|
}
|
7
src/main/resources/data/forge/tags/blocks/mushrooms.json
Normal file
7
src/main/resources/data/forge/tags/blocks/mushrooms.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"#forge:mushrooms/brown",
|
||||||
|
"#forge:mushrooms/glowshroom"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:toadstool"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:toadstool",
|
||||||
|
"biomesoplenty:glowshroom"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:glowshroom"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"#forge:mushroom_caps/brown",
|
||||||
|
"#forge:mushroom_caps/glowshroom"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:toadstool_block"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:glowshroom_block"
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"biomesoplenty:glowshroom",
|
"#forge:mushrooms/brown",
|
||||||
"biomesoplenty:toadstool"
|
"#forge:mushrooms/glowshroom"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:toadstool"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:toadstool",
|
||||||
|
"biomesoplenty:glowshroom"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"biomesoplenty:glowshroom"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue