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.

Leaderboard

Popular Content

Showing content with the highest reputation on 08/13/20 in all areas

  1. double x = event.getPlayer().getPosX(); double y = event.getPlayer().getPosX <--------??? (); double z = event.getPlayer().getPosX <--------??? ();
  2. 1 point
    1) Do not hijack threads 2) Our installer installs everything you need. 3) This has been answered literally a hundred + times.
  3. (And I assume that "commonnamespace" is not literally "commonnamespace" but something identifiable to your mod.)
  4. Yes. That's how tags work. They are tied to a resource location. Just as minecraft:stone and somemode:stone are different, so too is minecraft:carnivore and mymod:carnivore.
  5. Ok, let's do a breakdown of lazy coding. You need a tile entity for that. You need a tile entity for that. You need a tile entity renderer for that. You need to put your block in the block tags for campfires. Just because you decide to copy one part of a block doesn't necessarily mean it will work. At least check and make sure the block isn't referencing anything else before doing so.
  6. You haven't understood what Draco and I told you. minecraft:carnivores is a completely unrelated tag to mymod:carnivores. There is no link between them AT ALL. You need to make a single tag (maybe myanimalmodid:carnivores), then for each of your expansion mods, you add to THAT tag. Not to a different tag for each mod.
  7. Delete these folders: %USERPROFILE%\.gradle\caches\forge_gradle\mcp_repo\de\oceanlabs\mcp\mcp_config\1.15.2-20200515.085601 %USERPROFILE%\.gradle\caches\forge_gradle\maven_downloader\de\oceanlabs\mcp\mcp_config\1.15.2-20200515.085601 %USERPROFILE%\.gradle\caches\forge_gradle\minecraft_user_repo\de\oceanlabs\mcp\mcp_config\1.14.4-20190829.143755 and run the refresh command again
  8. Now I'm curious why. I don't think its taken "years" even for a major version. The longest delay I'm aware of was either 1.7 -> 1.10 or 1.12 -> 1.14 In both cases I don't believe it even took a full year. And I know for certain that the majority of the time waiting on 1.14 was due to a massive (absolutely massive) restructuring of Forge's own code to clean up and refactor huge sections of the core codebase to be more robust.
  9. Well, 1.16 is quite similar to 1.15, and there's this: https://gist.github.com/williewillus/30d7e3f775fe93c503bddf054ef3f93e That's a primer for 1.15; the rendering system is probably the biggest change in that version. I honestly don't know much about the code before 1.16, but from what I've gathered a majority of tutorials are still relevant from 1.15. One major change in 1.16 that I DO know of is dimensions and dimensiontypes.
  10. 1.8 is no longer supported on this forum. Update to a modern version of Minecraft to receive support.

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.