mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Named spaces
- Add namespace to runtime generated tags
This commit is contained in:
parent
cb55dbccdf
commit
52ac7ae17b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class RuntimeDataGenerator {
|
|||
simpleWoodRecipe(nonStrippedId, itemId);
|
||||
simpleWoodRecipe(itemId, planksId, 6);
|
||||
} else if (BuiltInRegistries.ITEM.containsKey(planksId)) {
|
||||
ResourceLocation tag = Create.asResource("runtime_generated/compat/" + matched.getPath());
|
||||
ResourceLocation tag = Create.asResource("runtime_generated/compat/" + itemId.getNamespace() + "/" + matched.getPath());
|
||||
insertIntoTag(tag, itemId);
|
||||
insertIntoTag(tag, nonStrippedId);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue