Create

Create

86M Downloads

Iron Sheets not being created / Server crash

CLee624 opened this issue · 3 comments

commented

Describe the Bug

When attempting to turn iron ingots to iron sheets the iron sheets do not appear when the iron is pressed. This also happens with copper and no recipe for either iron sheets or copper sheets is shown in JEI. When the bottom block the iron is laid on is a depot and the stack of iron reaches the last ingot the server crashes.

Reproduction Steps

  1. Install valhesia 6
  2. Place down press and depot
  3. Attempt to press iron ingots into iron sheets
  4. Server crashes

Expected Result

An iron sheet to be made after iron ingots are pressed

Screenshots and Videos

No response

Crash Report or Log

https://api.mclo.gs/1/raw/hfzjxXi

Operating System

Windows 10

Mod Version

0.5.1f

Minecraft Version

1.20.1

Forge Version

47.2.30

Other Mods

All mods in valhesia 6

Additional Context

I think the mod "Ad Astra" is having some type of recipe conflict with the iron sheets and it is making it to where iron sheets cant be made.

commented

Same crash as #6053, the mention of no recipe existing for iron/copper sheets reminds of #6529.
If you check the uses for iron/copper, is there a pressing recipe? (With air as the result?) Should be reported to the pack devs as Create’s iron/copper sheet recipes are functional without outside modifications, if it’s a recipe the pack adds, or to the mod that ships the broken recipe otherwise.
Perhaps they tried to set {iron/copper}_plate as the return item instead of {iron/copper}_sheet.

commented

gonna close this as a user issue

commented

Hi, if you're using KubeJS it'll interfere with recipes, some modpacks use kubejs to create compatibility with other mods, finding pressing.js in kubejs/server_scripts/reciipes and adjusting it in java will fix this, or try deleting the pressing.js file.