Add the missing tags to sands
Fydar opened this issue ยท 0 comments
Hiya! Just a simple issue for adding tags to Ancient Sand.
- Add the
#forge:sand
tag to Ancient Sand - Add the
#minecraft:smeltstoglass
tag to Ancient Sand - Add the
#minecraft:sand
tag to Ancient Sand - Add the
#minecraft:sand
tag to Suspicious Red Sand
Here is a CraftTweaker script to do this for anyone who runs into incompatibilities with YUNGs Better Caves and other mods.
<tag:items:forge:sand>.addId(<resource:yungscavebiomes:ancient_sand>);
<tag:items:minecraft:sand>.addId(<resource:yungscavebiomes:ancient_sand>);
<tag:items:minecraft:sand>.addId(<resource:betterarcheology:suspicious_red_sand>);
<tag:items:minecraft:smeltstoglass>.addId(<resource:yungscavebiomes:ancient_sand>);