Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the missing tags to sands #167

Open
Fydar opened this issue Oct 15, 2024 · 0 comments
Open

Add the missing tags to sands #167

Fydar opened this issue Oct 15, 2024 · 0 comments

Comments

@Fydar
Copy link

Fydar commented Oct 15, 2024

Hiya! Just a simple issue for adding tags to Ancient Sand.

  1. Add the #forge:sand tag to Ancient Sand
  2. Add the #minecraft:smeltstoglass tag to Ancient Sand
  3. Add the #minecraft:sand tag to Ancient Sand
  4. 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>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant