Command Core Functionality

This commit is contained in:
Vos
2026-03-12 17:47:27 -05:00
parent e3a1e02ae8
commit fdfb322026
15 changed files with 320 additions and 1 deletions
@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "acesbs:ordered_core"
}
],
"rolls": 1.0
}
]
}