Posted August 21, 20232 yr Hi everybody, I am quite new to modding with the current version of my mod made in MCreator, I wonder if there is a way to port it, namely since I want to have working custom grass blocks, making flowers be able to be bonemealed on the custom block, etc. Again, I have no idea what I have to do, if needed, I have the assets to remake the mod from scratch. Sincerely, Pokerocraft Ores Galore Mod Creator
August 22, 20232 yr so, your wish is to be a real boy? good. first follow a tutorial on how to start dev environment. do not edit anything in the example mod. only after the game starts with example mod, start editing it. vanilla block types are accessible through Blocks class (Blocks.something). find one that matches your block type, follow it to creation to discover the block class. have your block extend that. things like bonemeal, etc. will work but you can override all. loot table (block dropping item) won't work. copy from the most similar block or (not easier) follow a tutorial.
August 22, 20232 yr Author Ah ok, so in which case, I will need to figure out how to get the data of a grass block into my custom block
August 22, 20232 yr Author I seem to be running into an error with making an item, I am following the tutorial by Kaupenjoe
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.