Posted April 28, 20205 yr I'm trying to add an ore to my deepnether dimension, but because my dimension uses own blocks, I need to somehow "extend" an FillerBlockType, but I have no clue how, and FillerBlockType.create will throw an exception.
April 28, 20205 yr Did you try searching the forums at all? Search for "FillerBlockType" and the second one that comes up is https://www.minecraftforge.net/forum/topic/84537-solved-1152-custom-fillerblocktype-for-ore-generation/?do=findComment&comment=398530 and it's marked Solved, so there's likely some good information in there. Also, if you're trying something and it throws an exception, you should show code (all code, not just a line, there are things that could be related that you do not realize, a github repo is the best way to share), and post the debug.log that shows the actual error. Edited April 28, 20205 yr by Ugdhar
April 28, 20205 yr Try looking at this:https://github.com/Mr-Pineapple/Pine-Tutorial/blob/master/src/main/java/com/pineapple/tutorialmod/world/gen/TutorialGeneration.java The commented out part should show you how to use the create method inside of the FillerBlockType
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.