Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error or two #33

Open
ghost opened this issue Nov 23, 2019 · 1 comment
Open

An error or two #33

ghost opened this issue Nov 23, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 23, 2019

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

@kindlich
Copy link
Contributor

Why do I have the feeling that parts of this code are ripped from SevTech 🤔

So, several things that are wrong in your script:

  1. There is no CrT class named recipeUtil that I know of.
  2. You created a function init that is never called.
  3. For those few recipes you are using, an IIngredient[][][][IItemStack] map is totally overengineered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant