mirror of
https://github.com/TeamMidnightDust/Nauticality.git
synced 2025-12-18 03:55:08 +01:00
Nauticality 0.1.0 - 1.17
Release for ModFest 1.17!
This commit is contained in:
29
src/main/resources/data/nauticality/loot_tables/blocks/cattail.json
Executable file
29
src/main/resources/data/nauticality/loot_tables/blocks/cattail.json
Executable file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user