Started by
BananaBananaBread
on
Topic category: Troubleshooting, bugs, and solutions
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.