You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on some datapacks that add custom recipes for the create-mod. The IntelliJ-IDE notes that the type create:milling isn't valid. And I was not able to figure out how I can import types from other mods/namespaces.
The text was updated successfully, but these errors were encountered:
At present, this function is not supported, because the embedded data pack of mod is different from the pure data pack, and there is no pack.mcmeta file. There are special plug-ins for mod development, and if you want to separate the data packs embedded in mod, you can copy these files manually.
I'm currently working on some datapacks that add custom recipes for the create-mod. The IntelliJ-IDE notes that the type
create:milling
isn't valid. And I was not able to figure out how I can import types from other mods/namespaces.The text was updated successfully, but these errors were encountered: