#Recipe
18 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
I saw somewhere that they did it like this
event.shaped('3x minecraft:stone', [// arg 1: output
'A B',
' C ', // arg 2: the shape (array of strings)
'B A'
], {
A: 'minecraft:andesite',
B: 'minecraft:diorite', //arg 3: the mapping object
C: 'minecraft:granite'
}
)
Is there any way add a crafting station change to the code?
u mean crafting table with additional 4 slots?
there are magic rituals in mod, so I do not know. Maybe more, maybe less, depending on what I want to create
You can add, remove, and modify recipes with KubeJS. The wiki has a page on that!
If you want to learn how to add recipes to any mod, click the Custom button.
Click custom
Though iirc eidolon doesn't have json recipes by default
So you will probably have to use this Mod, which described the json structure https://www.curseforge.com/minecraft/mc-mods/eidolon-data-recipes-complete
https://www.curseforge.com/minecraft/mc-mods/eidolon-data-recipes-complete/install/5619548 you probably want this one If you're using eidolon rebrewed
Thanks for the feedback, I'll test it when I get home
@wooden perchI have version 1.20.1
I use Eidolon: Repraised
I even have 1.20.1 in tags
nvm ignore what I Said Just follow the custom Link and then do what is stated there eidolon repraised has Data recipes support
but I just can't add it via curseforge because the versions are incompatible.
You don't need to add another mod