Custom block doesn't appear in test client, or work in procedures, but items do

Started by BananaBananaBread on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 00:39, 8. May 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom block doesn't appear in test client, or work in procedures, but items do

Whenever I'd make a block, it doesn''t appear as an item in the mod however all of my items work and appear. Whenever I try to use the block in a procedure it says, "error: package EnchantedCraftingTableBlockBlock does not exist
world.setBlockState(new BlockPos((int) x, (int) y, (int) z), EnchantedCraftingTableBlockBlock.block.getDefaultState(), 3);"
 

I'm making the block using Blockbench and I'm in MCreator 2021.1 because of the Forge 1.14.4 generator.