DrMango14 / Create-Design-n-Decor

MIT License
5 stars 17 forks source link

[Bug] design_decor:breaker_switch is not craftable #22

Open ninjaeon opened 5 months ago

ninjaeon commented 5 months ago

design_decor:breaker_switch is not craftable, despite appearing in recipe viewer.

Currently on design_decor-0.4_fabric+1.20.1.jar

image image

Full Log: https://mclo.gs/ZjBaNvf

ClintFlames commented 4 months ago

I assume it doesnt work due mod uses "forge" tags. Some examples: https://github.com/DrMango14/Create-Design-n-Decor/blob/484c3624230408e074847b1a65be522efb9fc8a7/src/main/resources/data/design_decor/recipes/crafting/breaker_switch.json#L17 https://github.com/DrMango14/Create-Design-n-Decor/blob/484c3624230408e074847b1a65be522efb9fc8a7/src/main/resources/data/design_decor/recipes/crafting/gas_tank.json#L11 https://github.com/DrMango14/Create-Design-n-Decor/blob/484c3624230408e074847b1a65be522efb9fc8a7/src/main/resources/data/design_decor/recipes/stonecutting/blank_sign.json#L5 Personally I made datapack (design_decor_fabric_fix.zip) to fix it.

Szedann commented 4 months ago

@ClintFlames do you mind if I use that to fix the recipes?

ClintFlames commented 4 months ago

@Szedann yep, use it.

LosGinos commented 3 months ago

@Szedann This might be a stupid question. But where, and how do I use your fix? I've been looking everywhere but I don't know where to place you files :(

Szedann commented 3 months ago

@Szedann This might be a stupid question. But where, and how do I use your fix? I've been looking everywhere but I don't know where to place you files :(

I did not make a fix, focusing on other things at the moment

LosGinos commented 3 months ago

Yeah, sorry I tagged the wrong person hehe. @ClintFlames I ask you instead This might be a stupid question. But where, and how do I use your fix? I've been looking everywhere but I don't know where to place you files :(

ninjaeon commented 3 months ago

Yeah, sorry I tagged the wrong person hehe. @ClintFlames I ask you instead This might be a stupid question. But where, and how do I use your fix? I've been looking everywhere but I don't know where to place you files :(

Either look up a guide on how to load datapacks, or use a mod such as "Open Loader" to do it (I prefer the latter)