add new skulls to mars, update loot tables, add new recipes, hide items
This commit is contained in:
parent
34c4bb5fb4
commit
90535daf1a
12 changed files with 437 additions and 269 deletions
|
|
@ -13,6 +13,10 @@
|
|||
{
|
||||
"feature": "tfg:mars/surface/skulls/charger",
|
||||
"placement": []
|
||||
},
|
||||
{
|
||||
"feature": "tfg:mars/surface/skulls/raider",
|
||||
"placement": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue