alexsocha / luckyblock

The Lucky Block mod for Minecraft.
50 stars 21 forks source link

Is there a way to use items from other mods in an addon's recipes.txt? #97

Closed GuikiPT closed 2 years ago

GuikiPT commented 2 years ago

Hello :)

I've been trying to create an addon so that it creates a new luckyblock. To craft this new luckyblock I'm using items from other mods.

For some reason, items from other modes don't craft anything. But if i put the luckyblock (the normal one) in the middle of the craftable, the luckyblock that I'm making to craft appears.

My recipes.txt:

ppp,plp,ppp,i,pixelmon:poke_ball,l,lucky:lucky_block

GuikiPT commented 2 years ago

Environment

alexsocha commented 2 years ago

Hi, I'd recommend using the JSON format for recipes: https://minecraft.fandom.com/wiki/Recipe#JSON_format. I've updated the template to make use of this instead of the legacy recipes.txt

Brandonbr1 commented 2 years ago

use:https://crafting.thedestruc7i0n.ca/ to make it even easier thanks did not know that it supported json

Brandonbr1 commented 1 year ago

@alexsocha does 1.16.5 support this JSON format