File Details
fragiletorches-1.14.4-1.0.0.jar
- R
- Oct 31, 2019
- 10.67 KB
- 4.9K
- 1.14.4
- Forge
File Name
fragiletorches-1.14.4-1.0.0.jar
Supported Versions
- 1.14.4
Curse Maven Snippet
Block tag for breakable things. default is torch. can be anything you can walk into.
Entity list to lock out which entities will not break such as player
Data examples
#settings
[fragiletorches]
[fragiletorches.entities]
[fragiletorches.entities.gentle]
#List of 'gentle' entities that will never knock over any tagged torch
list = ["minecraft:bat", "minecraft:boat", "minecraft:cat", "minecraft:ender_pearl", "minecraft:egg", "minecraft:horse", "minecraft:item", "minecraft:donkey", "minecraft:experience_orb", "minecraft:minecart", "minecraft:player", "minecraft:villager", "minecraft:wolf"]
* Data file path
*
* src/main/resources/data/fragiletorches/tags/blocks/fragile.json
*
* example contents
*
* <pre>
{
"replace": false,
"values": [
"minecraft:torch",
"ceilingtorch:torch",
"tconstruct:stone_torch",
"minecraft:sugar_cane"
]
}

