ZenScript
ZenScript copied to clipboard
An error or two
Bug description Hey guys,
Maybe you can help us figure out what's wrong here. We're essentially trying to change recipes introduced by Biomes O' Plenty, but they do not occur after game-load.
Our config. looks like this: https://hastebin.com/ujusobabuz.java
The craft weaker.log looks like this: https://hastebin.com/ehehafesit.md
OS Client runs Windows 10 with Java JDK 8 Server runs Debian 8 with Java JDK 8
Additional context It's for our Space Gorilla pack
Why do I have the feeling that parts of this code are ripped from SevTech 🤔
So, several things that are wrong in your script:
- There is no CrT class named
recipeUtil
that I know of. - You created a function
init
that is never called. - For those few recipes you are using, an
IIngredient[][][][IItemStack]
map is totally overengineered.