neuralgia/kubejs/data/minecraft/loot_tables/blocks/torch.json
Pyritie 674d4c0e08
Feature/norse houses (#1836)
* starting illager structure stuff

* structure climates

* idk

* mostly finished the nordic living houses? the structures are still being placed at the bottom of rivers though

* some more

* torch loot table

* tweaks

* mud bricks in the water sounds like a bad idea

* what does adapt_noise do?

* ruined houses done!

* some loot table tweaks

* change the burials to be terrain matching

* make these more common

* remove the air block processor on paths

* up the max distance so further-off buildings get illagers too

* oh I think this was causing the underwater issue
2025-09-15 19:15:31 +01:00

20 lines
No EOL
268 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "tfc:torch"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}