Posted February 25, 20232 yr How would i add the redstone ore effect to any ore. so far I have val RUBY_ORE = registerSmeltAbleBlock( "ruby_ore", ItemInit.RUBY, BlockBehaviour.Properties.copy(Blocks.REDSTONE_ORE) .requiresCorrectToolForDrops() .randomTicks() .lightLevel(litBlockEmission(10))) but I don't get the redstone effect
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.