big rock naming overhaul -- keeping to the ad astra naming scheme, then using lang files to give them funny rock names

This commit is contained in:
Pyritie 2025-05-05 17:41:36 +01:00
parent 38219fdb98
commit 2c0d2cbd24
83 changed files with 914 additions and 784 deletions

View file

@ -1,44 +0,0 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"name": "tfg:rock/raw_anorthosite",
"conditions": [
{
"condition": "tfc:is_isolated"
}
]
},
{
"type": "minecraft:item",
"name": "tfg:loose/anorthosite",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4,
"type": "minecraft:uniform"
}
}
]
}
]
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}