add new skulls to mars, update loot tables, add new recipes, hide items

This commit is contained in:
Pyritie 2026-02-01 16:05:14 +00:00
parent 34c4bb5fb4
commit 90535daf1a
12 changed files with 437 additions and 269 deletions

View file

@ -13,6 +13,10 @@
{
"feature": "tfg:mars/surface/skulls/charger",
"placement": []
},
{
"feature": "tfg:mars/surface/skulls/raider",
"placement": []
}
]
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:randomized_int_state_provider",
"property": "rotation",
"values": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 15
}
},
"source": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "wan_ancient_beasts:raider_skull"
}
}
}
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:randomized_int_state_provider",
"property": "rotation",
"values": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 15
}
},
"source": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "wan_ancient_beasts:snatcher_skull"
}
}
}
}
}

View file

@ -18,6 +18,10 @@
"feature": "tfg:mars/surface/skulls/surfer",
"placement": []
},
{
"feature": "tfg:mars/surface/skulls/snatcher",
"placement": []
},
{
"feature": "tfg:mars/surface/skulls/tiny",
"placement": []