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:sandtag to Ancient Sand - Add the
#minecraft:smeltstoglasstag to Ancient Sand - Add the
#minecraft:sandtag to Ancient Sand - Add the
#minecraft:sandtag 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>);