mirror of
https://github.com/TeamMidnightDust/Nauticality.git
synced 2025-12-15 19:05:09 +01:00
30 lines
588 B
JSON
Executable File
30 lines
588 B
JSON
Executable File
{
|
|
"type": "minecraft:block",
|
|
"pools": [
|
|
{
|
|
"rolls": 1.0,
|
|
"bonus_rolls": 0.0,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:block_state_property",
|
|
"block": "nauticality:cattail",
|
|
"properties": {
|
|
"half": "lower"
|
|
}
|
|
}
|
|
],
|
|
"name": "nauticality:cattail"
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:survives_explosion"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|