BuildCraft|Core

BuildCraft|Core

7M Downloads

Facades added through IMC only allow crafting of metadata 0 in multiplayer

Choonster opened this issue ยท 2 comments

commented

BC version: 6.3.1
Chisel version: 2.2.1
Chisel Facades version: 2.7-cricket (GitHub)

In my ChiselFacades mod, I add Chisel's blocks as Facades using the add-facade blockName@metadata IMC.

With BC 6.3.0 and 6.3.1, the Facades are visible in the creative menu and NEI as well as the Assembly Table; but only metadata 0 version of each block's Facade can be crafted in the Assembly Table when in multiplayer (dedicated server). The other variations of each block will show in the Assembly Table output slots, but nothing will happen when their slot is clicked.

This issue doesn't occur in single player (integrated server).

This is similar to my previous issue #2234, except the uncraftable Facades are showing in the Assembly Table and only metadata 0 Facades can be crafted (previously it was the first metadata registered, either 0 or 1 depending on the block).

commented

You might want to try the add-facade ItemStack IMC. For some reason, I don't really trust the String one - and that would help us pinpoint the problem

commented

Fixed