* Make TFG copies of Mars foliage They still return the original items. * Change strophar supports to match item color * Change soundType to shroomlight --------- Co-authored-by: Xikaro <os.valerievich@ya.ru>
52 lines
No EOL
1 KiB
JSON
52 lines
No EOL
1 KiB
JSON
{
|
|
"type": "minecraft:block",
|
|
"pools": [
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:warped_wart_block",
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:match_tool",
|
|
"predicate": {
|
|
"tag": "forge:shears"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:survives_explosion"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "tfg:saplings/warped",
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:survives_explosion"
|
|
},
|
|
{
|
|
"condition": "minecraft:random_chance",
|
|
"chance": 0.013
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:survives_explosion"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |