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.

Luis_ST

Members
  • Joined

  • Last visited

Everything posted by Luis_ST

  1. look into the deathscreen, and copy the logic when the player press the respawn button note the screen is client side, but the Player respawn is handlet on the server
  2. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. first of all do not use @OnlyIn, it's only for vanilla you never set the effects field in your dimension.json file add the following line into this file (to the type part) "effects": "dragonblockcore:time_chamber_dimension",
  4. run the installer via cmd and post the output command line java -Xmx1G -jar <path_and_file_name>.jar
  5. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  6. this is the first problem i found, you set the cloud height there to 20.0F, the soulution would be to replace the '20.0F' with 'Float.NaN' the next thing is you need to call this inside of FMLClientSetupEvent#enqueueWork
  7. the container is created twice, one time on server and one time on client i already told you how to fix the error (remove the 'final' modifier from the field and initialize the field the first time you use it):
  8. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support
  9. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support
  10. Why do you not initialize the field the first time you use it? or use a get method inside your code which checks if the Field is null and set it something like that: public List<BrewingRecipe> getRecipes(Level level) { if (this.recipes == null) { this.recipes = level.getRecipeManager().getAllRecipesFor(BrewingRecipe.TYPE); } return this.recipes; }
  11. looks like the model after exporting is broken, try to export a new model and use it
  12. i see you used blockbench to create the model you can use different rotation, translation and scale for each perspective, this also include you can mirror the model was that your question, if not explain what exactly is your problem?
  13. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support
  14. post the new debug log
  15. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  16. error in 'Create (create)' check if you use the latest version of the mod if so report the bug to the mod author else update the mod
  17. error in 'Oh The Biomes You'll Go' check if you use the latest version of the mod if so report the bug to the mod author else update the mod and create next time the thread in the correct subforum (it should be Support & Bug Reports)
  18. this is inside the log, no idea why there are '$' instead of characters Mod §ecreateaddition§r requires §6create§r §omc1.16.5_v0.3.2d or above§r §7Currently, §6create§r§7 is §o§nnot installed try to run the game again and post the latest debug log normally it should be a .log file and not a .gz file
  19. post debug log
  20. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. there is no Hook or Event where you can use

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.