View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002036 | Industrial-Craft² | crossmod-compatibility / submodules / API | public | 2016-11-15 17:47 | 2016-11-22 17:19 |
| Reporter | HunterzCZ | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | suspended | ||
| Summary | 0002036: armor/jetpack crafting issues with SpongeForge | ||||
| Description | When try to craft for example batpack and click to move into inventory, it is not possible. For further info see here: https://github.com/SpongePowered/SpongeForge/issues/1037 | ||||
| Steps To Reproduce | Install latest spongeforge into server mods folder. Connect to server. Craft Batpack. Try click to crafted batpack. You cannot manipulate with. | ||||
| Additional Information | When holding item in the inventory and click to batpack (taken from creative) you can see hand animation. (Similar like interacting). | ||||
| Tags | No tags attached. | ||||
| Minecraft Version | 1.10.2 | ||||
|
|
It looks like recipe mismatch similar in the latest 1.6.4 build. Spongeforge check click packets (itemstacks) sent to server and compare itemstacks. In the JEI (and on server side) see recipe with durability 27/27, but crafting result on the client side is durability 1/27. Thats why does not work. |
|
|
When tried on SSP crafted jetpack, why is crafted new jetpack with durability 0/27 ? Please check/fix this. |
|
|
Because the recipe is registered to give a 0/27 stack, probably so the damage bar isn't show until it starts discharging. |
|
|
that'S a spongefore bug then, if they modify the itemstack or the recipe, before it actually gets to IC2. the recipe matching should be done with the original itemstack in the original reciupe file. Not doing so will of course cause issues. |
|
|
0/27 is broken or new ? I thought that 27/27 is new undamaged. |
|
|
IC2 recipes accept all charge levels. |
|
|
0/27 is a new electric jetpack whilst 27/27 is a new biofuel jetpack when you craft them. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-11-15 17:47 | HunterzCZ | New Issue | |
| 2016-11-16 06:20 | HunterzCZ | Note Added: 0004851 | |
| 2016-11-16 06:22 | HunterzCZ | Note Edited: 0004851 | |
| 2016-11-18 07:49 | HunterzCZ | Note Added: 0004854 | |
| 2016-11-18 15:46 | Chocohead | Note Added: 0004855 | |
| 2016-11-18 15:46 | Chocohead | Note Edited: 0004855 | |
| 2016-11-18 17:07 | Aroma1997 | Note Added: 0004856 | |
| 2016-11-19 10:19 | HunterzCZ | Note Added: 0004858 | |
| 2016-11-19 14:13 | Aroma1997 | Note Added: 0004861 | |
| 2016-11-19 14:32 | Chocohead | Note Added: 0004871 | |
| 2016-11-19 14:32 | Chocohead | Note Edited: 0004871 | |
| 2016-11-22 17:19 | Chocohead | Status | new => closed |
| 2016-11-22 17:19 | Chocohead | Resolution | open => suspended |