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

[Bug]: OCCULTISM PURPLE CHALK EXHANGE WITH CRUSHER #1709

Open
hachiimann opened this issue May 14, 2024 · 2 comments
Open

[Bug]: OCCULTISM PURPLE CHALK EXHANGE WITH CRUSHER #1709

hachiimann opened this issue May 14, 2024 · 2 comments
Labels
Bug Something isn't working

Comments

@hachiimann
Copy link

Possible Fixes

Yes

Modpack Version

0.2.58

What happened?

We have a issue on our server that the recipe for purple chalk requires the crushed end stone but when using any of the crushing spirits you get minecraft:barrier instead at the multiple amount also. tried to replace with new configs but did not help. inspected the configs and found we didn't modify any of the recipes on our end. confirmed works in single player but even on private server does the same thing as our public server.
crusher

latest.log

No response

Developer reports

No response

@hachiimann hachiimann added the Bug Something isn't working label May 14, 2024
@Nivid-IT
Copy link

This is still an issue in version 0.3.2

@Nivid-IT
Copy link

Nivid-IT commented Nov 29, 2024

This is still an issue in version 0.3.5

EDIT:

When decompiling occultism, data\occultism\recipes\crushing\end_stone_dust.json shows

{
  "type": "occultism:crushing",
  "crushing_time": 200,
  "ignore_crushing_multiplier": false,
  "ingredient": {
    "tag": "forge:end_stones"
  },
  "result": {
    "count": 1,
    "tag": "forge:dusts/end_stone"
  }
}

Note how the tag is forge:dusts/end_stone which includes an underscore, whereas the in-game JEI shows forge:dusts/endstone, I believe that since these tags don't match, the result defaults to a Minecraft Barrier.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants