SlimeVoid / LittleBlocks-FML

LittleBlocks for FML
http://www.slimevoid.net/LittleBlocks
GNU Lesser General Public License v3.0
18 stars 13 forks source link

Crafting Table unuseable #24

Closed Tarig0 closed 11 years ago

Tarig0 commented 11 years ago

The small blocks version of the crafting table seems to have a Little Block Chunk block with a larger hitbox than the crafting table.

My guess, make it so that when a little blocks chunk is activated(right clicked) trigger the activate event of the wrapped block

Tarig0 commented 11 years ago

Found the issue in 1.6.2 the entityplayer and entityplayerMP both have the can interact check

this does not solve commandblocks, I think command blocks needs to be designated as not supported and never will.

the update sign does not have a world object associated with it so we can't update a sign in a separate dimension from the player, unless we can add a new network handler

Eurymachus commented 11 years ago

How annoying that i didnt spot the 2 checks. hiw useless to havd dual checks!

Havent looked into command blocks as of yet.

Signs work if used in conjunction with the Multi Sign Mod.

Tarig0 commented 11 years ago

fixed