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.

larsgerrits

Members
  • Joined

  • Last visited

Everything posted by larsgerrits

  1. Wow, that tutorial is really old. You should look up an updated tutorial on how to setup Forge.
  2. You should be able to double click the files and view them. If not, tell us what is happening otherwise.
  3. Forge is added as an external library. If you ran setupDecompWorkspace, you should be able to view the source code of Minecraft.
  4. Also, check the modid you use for Draconic Evolution. I don't think you spelled it right
  5. Maybe you are registering them in a different place, but not for your TNT block. Yes, but that is not always better.
  6. No, you don't. If you do, please show us the exact line where you call GameRegistry.registerBlock.
  7. Try to reproduce the error without any mods to exclude Forge from the possible issues. Also, update. 1.8.9 is old and will stop getting support on this forums soon.
  8. Post the FML log (logs/fml-client-latest.log in your game directory).
  9. Simply changing the name won't change the value. This is basic Java. You should convert the chunk coordinates to block coordinates by using chunkX << 4. The same for chunkZ.
  10. You can override Item#getContainerItem(ItemStack) to return an ItemStack 10% of the time. Also, wrong section. This should be in Modder Support.
  11. In your addOreSpawn method, you pass in the chunk X and Z coordinate for the block X and Z parameters.
  12. If you were to look at the code the vanilla compass uses to determine the user's bed location (AKA the spawnpoint of the user), you could see you can use World#getSpawnPoint to get the client player's spawnpoint.
  13. Why can't you use the client side player? The vanilla compass uses the client player as well.
  14. You can use the PlayerInteractEvent.RightClickItem to detect when the player is right clicking an Item at empty space. If you want to detect the player using an Item on a Block, use the PlayerInteractEvent.RightClickBlock.
  15. EntityList.ENTITY_EGGS is a Map<ResourceLocation, EntityEggInfo>. Get the EntityEggInfo for an Entity by using an Entity's registry ResourceLocation. Look at ItemMonsterPlacer#getSubItems on how to get a spawn egg ItemStack to add to your creative tab.
  16. I don't think there's a way to get the BossInfo from a boss, as both vanilla bosses handle BossInfo in a different way.
  17. Well, you never declare generateIn anywhere... You do however have a variable called blockspawn, of which you need to make a Predicate<IBlockState> and pass that instead of generateIn. You can use BlockMatcher.forBlock(Block) to create a Predicate<IBlocKState>.
  18. It's the top thread in Support & Bug Reports.
  19. You shouldn't avoid JSON models. Avoiding them will be harder than making a few model files.
  20. Then post the FML log (logs/fml-client-latest.log from your run directory).
  21. There already is a recommended build for Forge 1.12 (1.12-14.21.1.2387). I can't possibly know why he wants to wait for the next RB.
  22. Well, you are in a development environment, right? Then there's nothing to worry about.
  23. The -Xmx256M is still present. Are you sure you don't have the environment variable anymore?
  24. it's either an issue with CustomNPCs, or a coremod messing with the EntityTracker. Try running the game without coremods (SpongeCoremod and CreativePatchingLoader).

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.