SquidDev-CC / CCTweaks

Random additions to ComputerCraft (somewhat deprecated, use CC-Tweaked if you're on Minecraft 1.12).
MIT License
12 stars 2 forks source link

canPlaceBlockOnSide is client only #138

Closed SquidDev closed 7 years ago

SquidDev commented 7 years ago

As used in the tool manipulator, ItemBlock.canPlaceBlockOnSide is a client only method. Replacing it with this code should fix this issue.