Posted May 11, 201411 yr Hiho, I am quite new to modding Minecraft and would like to start with something small. That being said: I seem not to be able to find a working method for replacing an already existing vanilla block (say dirt). Where should I look? I added new blocks to the game without a hitch, but changing properties of existing blocks? Thanks, Olav
May 11, 201411 yr If you wan't to do little things, like changing the hardness, you can just do Blocks.dirt.setHardness(1F), but else there's no legit way to replace the vanilla block. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
May 11, 201411 yr Author Well, thanks. I will have to rethink my ideas then. What about extending BlockGrass (for example) and registering it instead of the vanilla grass block so that it would be used in biome creation? Could I do that? Thanks, Olav
May 12, 201411 yr You are going to need your own worldgen and biome for that to work. Long time Bukkit & Forge Programmer Happy to try and help
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.