missing mineable tags for sand piles

This commit is contained in:
Pyritie 2025-10-07 22:55:32 +01:00
parent 6a007a0379
commit 33f3088945

View file

@ -1120,6 +1120,22 @@ const registerTFGBlockTags = (event) => {
event.add('tfcambiental:cold_stuff', 'tfg:dry_ice')
event.add('minecraft:ice', 'tfg:mars_ice')
event.add('minecraft:ice', 'tfg:dry_ice')
event.add('minecraft:mineable/shovel', 'tfg:ash_pile')
event.add('minecraft:mineable/shovel', 'tfg:pile/black_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/white_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/brown_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/red_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/yellow_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/pink_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/green_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/moon_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/mars_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/venus_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/hematitic_sand')
event.add('minecraft:mineable/shovel', 'tfg:pile/mars_sand_covering')
event.add('minecraft:mineable/shovel', 'tfg:pile/venus_sand_covering')
event.add('minecraft:mineable/shovel', 'tfg:pile/hematitic_sand_covering')
}
//#endregion