Everything posted by eindev
-
Missing Object: import net.minecraft.world.gen.placement.CountRangeObject;
-
While breaking ruby block | 1.16.3 Forge
Thank you so much, it's now working, I am happy now and my brother too
-
While breaking ruby block | 1.16.3 Forge
-
While breaking ruby block | 1.16.3 Forge
-
While breaking ruby block | 1.16.3 Forge
Well, I understood this, but how to update the mapping, I can't find that in your link above ._.
-
While breaking ruby block | 1.16.3 Forge
What should I have to program? I'm a bad dev, can you send me the code pls?
-
While breaking ruby block | 1.16.3 Forge
How to do that? This is my first mod.
-
While breaking ruby block | 1.16.3 Forge
Version: 1.16.3 I have already added an block to my mod: the ruby block the code is following: package com.jann.moreitemsmod.blocks; import net.minecraft.block.Block; import net.minecraft.block.SoundType; import net.minecraft.block.material.Material; import net.minecraftforge.common.ToolType; public class RubyBlock extends Block { public RubyBlock() { super(Block.Properties.create(Material.IRON) .hardnessAndResistance(5.0f, 6.0f) .sound(SoundType.METAL) .harvestLevel(3) .harvestTool(ToolType.PICKAXE) ); } } I have loaded my mod, and I can break the ruby block with each item, but I want, that everybody can break the ruby block with iron pickaxe, diamond pickaxe and netherite pickaxe.
IPS spam blocked by CleanTalk.