paulevsGitch / BetterNether

BetterNether Mod
GNU General Public License v3.0
105 stars 73 forks source link

[Enhancement] Move recipe entries for logs and planks from BCLib into BN #460

Open Librv opened 2 years ago

Librv commented 2 years ago

What happened?

Trying to remove some BetterNether recipes with scripts and they won't get removed without first manually running the /reload command provided by KubeJS while playing. This goes for any item that has a recipe from BetterNether.

This doesn't occur with other mods as far as I'm aware.

BetterNether

6.0.3

BCLib

1.0.3

Fabric API

0.44.0

Fabric Loader

0.12.11

Minecraft

1.18.1

Relevant log output

2021-12-12-5.log

Other Mods

Modlist: 
architectury-3.2.49
cloth-config-6.1.48-fabric
fabric-api-0.44.0+1.18
kubejs-fabric-1800.4.0-build.238
rhino-fabric-1800.1.6-build.81
RoughlyEnoughItems-7.0.346
paulevsGitch commented 2 years ago

KubeJS will not affect recipe loading from BN and BE. You can disable Bn recipes in its config: config/betternether/recipes.json

Librv commented 2 years ago

Problem is that I want to modify the Logs and Planks recipes (instead of the Log giving 4 Planks I want it to give a single one), which I can't find in the recipes.json config

paulevsGitch commented 2 years ago

In this case this is a bug with missing recipe entries

paulevsGitch commented 2 years ago

Update: they are inside BCLib recipe config, probably they should be moved into BN configs later