Create

Create

86M Downloads

Datapacks incompatible

cocoacollei opened this issue · 5 comments

commented

When disabling the vanilla datapack, all recipes in custom datapacks as well as mods are also disabled.
Create version 0.1.1a
Forge version 28.2.0
Testing datapack (works with other mods, as well with vanilla when I used it)
testpack.zip

commented
commented
commented

Looks like disabling the vanilla datapack removes its tags with it. Create's recipes currently make use of tags for more generic ingredients. When the tags are not present, the loader errors and no recipes are loaded at all.
Do you know how mods can avoid this from happening? Are there other open source mods in your pack that use tags in their recipes? I'd love to learn more about this problem

commented

The datapack works with the vanilla tags added in, as do modded recipes. Thank you so much!

commented

Fantastic, good to hear! Make sure the missing structure files don't break any of the vanilla world gen, I'm unsure how a village would react to no schematics being available. Otherwise, all the best for your project. 👍