added thick end rod

This commit is contained in:
J-onasJones 2024-10-06 14:35:57 +02:00
parent 3962ff157f
commit 2c0c31a964
10 changed files with 141 additions and 1 deletions

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nec:thick_end_rod"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}