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.

Unpuzzledmind32

Members
  • Joined

  • Last visited

  1. Unpuzzledmind32 started following LexManos
  2. How do i exactly change the time from day to night when an entity is spawned thanks
  3. you have a duplicate mod mod in there just remove it
  4. bro use pastebin for error log don't just paste a huge wall of text please thanks
  5. hi i am sorry for the late reply but it worked and i just wanted to say thanks.
  6. Hi i am making a food that would take long to eat and i am wondering how to make the food eating/animation longer
  7. ok then sorry for wasting your time
  8. the "two methods are both public and not static"
  9. this is what my Feature class looks like do you mean two are private and almost all of them are static am i not seing somthing?
  10. and i do not see 2 i see like 50
  11. No i cannot figure out which one i need which one do i need?
  12. 1: yes 2: yes i have and i still have no idea what to do lol ๐Ÿ˜
  13. well hand coding is where you don't make the code, like making it with a program like mcreator what method name do i need? i am sorry i am just very new to coding
  14. it says Cannot resolve method 'withConfiguration' in 'Feature' I tried everthing and i can not fix this error help @LexManos @diesieben07 i am new to forge hand coding btw code: package com.jerios.pearlarmor.world.gen; import net.minecraft.util.registry.Registry; import net.minecraft.util.registry.WorldGenRegistries; import net.minecraft.world.gen.feature.*; import net.minecraft.world.gen.placement.ConfiguredPlacement; import net.minecraft.world.gen.placement.Placement; import net.minecraft.world.gen.placement.TopSolidRangeConfig; import net.minecraftforge.event.world.BiomeLoadingEvent; import com.jerios.pearlarmor.world.gen.OreType; public class ModOreGen { public static void generateOres(final BiomeLoadingEvent event) { for (OreType ore : OreType.values()) { OreFeatureConfig oreFeatureConfig = new OreFeatureConfig( OreFeatureConfig.FillerBlockType.NATURAL_STONE, ore.getBlock().get().defaultBlockState(), ore.getMaxHeight()); ConfiguredPlacement<TopSolidRangeConfig> configuredPlacement = Placement.RANGE.configured( new TopSolidRangeConfig(ore.getMinHeight(), ore.getMinHeight(), ore.getMaxHeight())); } } private static ConfiguredFeature<?, ?> registerOreFeature(OreType ore, OreFeatureConfig oreFeatureConfig, ConfiguredPlacement configuredPlacement, BlockWithContextConfig blockWithContextConfig) { return Registry.register(WorldGenRegistries.CONFIGURED_FEATURE, ore.getBlock().get().getRegistryName(), Feature.ORE.withConfiguration(oreFeatureConfig).withPlacement(configuredPlacement) // line that is giving trouble fix soon .square().count(ore.getMaxVeinSize())); } }
  15. dude what was the solution I am Also having trouble with this

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.