Allow creating ritual dummies for datapacked recipes - see https://www.curseforge.com/minecraft/mc-mods/occultism-kubejs
klikli-dev opened this issue ยท 0 comments
- 1. See if we can use fillItemGroup like PotionItem does to create multiple Creative Tab entries
- In that case, auto-generate entries instead of manually creating instances
- -> does not work, fillItemGroup does not have access to world (and thus not to recipes), and is first called before recipe loading.
- 2. If that does not work, create a KubeJS plugin to enable creating instances, see:
- https://github.com/KubeJS-Mods/KubeJS-Create/blob/main/src/main/java/dev/latvian/kubejs/create/KubeJSCreatePlugin.java#L16
- https://github.com/KubeJS-Mods/KubeJS-Create/blob/main/src/main/resources/kubejs.plugins.txt
- https://github.com/KubeJS-Mods/KubeJS-Create/blob/main/src/main/java/dev/latvian/kubejs/create/SequencedAssemblyItemType.java#L15
- See https://www.curseforge.com/minecraft/mc-mods/occultism-kubejs