feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
@@ -0,0 +1,46 @@
{
"entity": "minecraft:warden",
"variants": [],
"name": {
"translate": "entity.minecraft.warden",
"color": "#05343F"
},
"display": {
"y_offset": -0.15,
"scale": 0.65
},
"sim_cost": 2560,
"input": {
"item": "hostilenetworks:prediction_matrix"
},
"base_drop": {
"id": "hostilenetworks:end_prediction",
"count": 1
},
"trivia": "hostilenetworks.trivia.warden",
"fabricator_drops": [
{
"id": "deeperdarker:heart_of_the_deep",
"optional": true,
"count": 1
},
{
"id": "deeperdarker:warden_carapace",
"optional": true,
"count": 1
},
{
"id": "apothic_enchanting:warden_tendril",
"optional": true,
"count": 1
},
{
"id": "minecraft:sculk_catalyst",
"count": 1
},
{
"id": "minecraft:echo_shard",
"count": 2
}
]
}