View Issue Details

IDProjectCategoryView StatusLast Update
0002036Industrial-Craft²crossmod-compatibility / submodules / APIpublic2016-11-22 17:19
ReporterHunterzCZ Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionsuspended 
Summary0002036: armor/jetpack crafting issues with SpongeForge
DescriptionWhen 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 ReproduceInstall latest spongeforge into server mods folder.

Connect to server.

Craft Batpack.

Try click to crafted batpack. You cannot manipulate with.
Additional InformationWhen holding item in the inventory and click to batpack (taken from creative) you can see hand animation. (Similar like interacting).
TagsNo tags attached.
Minecraft Version1.10.2

Activities

HunterzCZ

2016-11-16 06:20

reporter   ~0004851

Last edited: 2016-11-16 06:22

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.

HunterzCZ

2016-11-18 07:49

reporter   ~0004854

When tried on SSP crafted jetpack, why is crafted new jetpack with durability 0/27 ?

Please check/fix this.

Chocohead

2016-11-18 15:46

developer   ~0004855

Last edited: 2016-11-18 15:46

Because the recipe is registered to give a 0/27 stack, probably so the damage bar isn't show until it starts discharging.

Aroma1997

2016-11-18 17:07

developer   ~0004856

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.

HunterzCZ

2016-11-19 10:19

reporter   ~0004858

0/27 is broken or new ? I thought that 27/27 is new undamaged.

Aroma1997

2016-11-19 14:13

developer   ~0004861

IC2 recipes accept all charge levels.

Chocohead

2016-11-19 14:32

developer   ~0004871

Last edited: 2016-11-19 14:32

0/27 is a new electric jetpack whilst 27/27 is a new biofuel jetpack when you craft them.

Issue History

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