Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ugdhar

Moderators
  • Joined

  • Last visited

Everything posted by Ugdhar

  1. the entity models are java code, not json. They are in the net.minecraft.client.renderer.entity.model package.
  2. Have you looked at the DefaultBiomeFeatures class to see how vanilla ores get spawned? What exactly have you tried? (post code/links to github) What were the exact results? I haven't tried it yet myself, but looking in the class I mentioned above shows things like public static void addOres(Biome biomeIn) { biomeIn.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Feature.ORE.withConfiguration(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, COAL_ORE, 17)).func_227228_a_(Placement.COUNT_RANGE.func_227446_a_(new CountRangeConfig(20, 0, 0, 128)))); biomeIn.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Feature.ORE.withConfiguration(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, IRON_ORE, 9)).func_227228_a_(Placement.COUNT_RANGE.func_227446_a_(new CountRangeConfig(20, 0, 0, 64)))); biomeIn.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Feature.ORE.withConfiguration(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, GOLD_ORE, 9)).func_227228_a_(Placement.COUNT_RANGE.func_227446_a_(new CountRangeConfig(2, 0, 0, 32)))); biomeIn.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Feature.ORE.withConfiguration(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, REDSTONE_ORE, 8)).func_227228_a_(Placement.COUNT_RANGE.func_227446_a_(new CountRangeConfig(8, 0, 0, 16)))); biomeIn.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Feature.ORE.withConfiguration(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, DIAMOND_ORE, 8)).func_227228_a_(Placement.COUNT_RANGE.func_227446_a_(new CountRangeConfig(1, 0, 0, 16)))); biomeIn.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Feature.ORE.withConfiguration(new OreFeatureConfig(OreFeatureConfig.FillerBlockType.NATURAL_STONE, LAPIS_ORE, 7)).func_227228_a_(Placement.COUNT_DEPTH_AVERAGE.func_227446_a_(new DepthAverageConfig(1, 16, 16)))); } and seems like a good place to start looking
  3. Try deleting the config folder in the run folder of your project, then rerun.
  4. 1.7 is no longer supported on these forums due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
  5. 1.8 is no longer supported on this forum due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
  6. Just for grins did you double check the top of the list? On mine, 1.12 is at the bottom, but the 1.15 versions are at the top. Just wanna make sure!
  7. 1.7.10 is no longer supported on this forum due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
  8. Which launcher are you using? You may have to create your own Installation and choose the new version of forge.
  9. 1.8 is no longer supported on this forum due to age. Please update to a modern version to receive support. More information can be found in the LTS link at the top of every page.
  10. Please post the cmd window output from when you tried this. And your English appears fine so far!
  11. Never download from 9minecraft, they are an illegal repost site. Only ever download forge from files.minecraftforge.net and only download mods from curseforge. If you downloaded from elsewhere, delete the files and redownload from legit sites See https://stopmodreposts.org for more info.
  12. First, rather than resurrect an almost 4 year old thread, you should start your own thread. However, 1.12 is no longer supported due to age, please update to a modern version to receive support. See the LTS link at the top of every page for more information.
  13. 1.12 is no longer support on this forum due to age. Please update to a modern version to receive support. More information can be found in the LTS link at the top of every page.
  14. 1.7 is no longer supported due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
  15. I have had to use it for any block that wasn't just a square so far, a flower, a crop, and a sapling I think I've come across so far If you update your mappings the RenderTypes have more useful names.
  16. Dang then you have something really broken, because those don't look like plain txt files, which the logs should be. Make sure you're uploading the files that end with .log, and not any of the .gz ones, as those are compressed old/previous logs. They will just be named debug.log and latest.log no numbers or anything.
  17. RenderTypeLookup.setRenderLayer(<YOUR BLOCK>, RenderType.func_228643_e_()); in your FMLClientSetupEvent or if you have updated your mappings, RenderType.cutout() I had the same problem with a custom crop and found the answer around here somewhere with google.
  18. Once you have posted on pastebin, you should be able to copy the address in the addressbar and then paste it into a forum message here for someone to follow to see it.
  19. Those are not logfiles, or at least don't open as logfiles. Please post them on a site such as pastebin or github, and not as forum attachments.
  20. 1.12 is no longer supported on these forums due to age. That is probably why your last post got locked. Please update to a modern version to receive support. See the LTS link at the top of every page for more information. Oh, btw, when you format your post like that and make the txt black, it's impossible to read in the dark theme.
  21. Check that method out, then write your own and replace this in the EntitySpawnPlacementRegistry call.
  22. Ugdhar replied to Xenos's topic in Support & Bug Reports
    1.12 is no longer supported due to age. In order to receive support on this site, please update to a modern version. See the LTS link at the top of every page for more information.
  23. Look at the source for the vanilla crops, and the CropsBlock, it pretty much does everything you're talking about, and isn't very hard to implement.
  24. javac is the java compiler; just use java also, you need -jar before the filename.

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.