missing mineable tags for sand piles
This commit is contained in:
parent
6a007a0379
commit
33f3088945
1 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue