Propick not using metadata for non-TFC blocks

Bunsan
By Bunsan in Support,
This post has been automatically generated from a form submission. Have you read, understood, and followed all of the rules listed in the blue box at the top of this form?: Yes
Topic Title: Propick not using metadata for non-TFC blocks
TFC Version #: 0.79.29.922
Forge Version #: 10.13.4.1558
SSP/SMP: Single Player
Have you deleted your config files or are using default configs and are still able to reproduce this bug?: Yes
Changed Config Options:
Do you have any mods other than Forge and TFC installed?: No
Other Mods Installed:
If you have Optifine or a non-forge server plugin api (Examples: Bukkit, Cauldron, Thermos, etc) installed, can you still reproduce the bug after uninstalling them?: I do not have Optifine or a non-forge server plugin api installed.
Crash Report:
Description: The code for propick does not use the block meta data when reporting to player. In ItemProPick line 99 should be: tellResult(player, new Itemstack(block, 1, meta)); and line 153 should be ore = new Itemstack(block, 1, meta);
  • 1 reply