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. no you have to do it manually
  2. Also note after updating you need to regenerate the gradle dependencies
  3. Use debugger to check which code is running and what the return values are
  4. Luis_ST replied to Tret's topic in Modder Support
    yeah, each Chunk has it's own data
  5. Luis_ST replied to Tret's topic in Modder Support
    then create your own BlockPos, with the Data which is relevant for you but iirc the BlockPos is an extension of Vec3 which use 3 Integer there no more Data
  6. create your own thread and post full log
  7. Luis_ST replied to Tret's topic in Modder Support
    that's exactly what D7 told you read the doc, you also can look at the Forge Community Wiki what, create a Map<BlockPos, your Property>, the BlockPos is the Key and your Property is the value
  8. Luis_ST replied to Tret's topic in Modder Support
    the Event fires for all Blocks, not only for your's
  9. check if the Entity of the DamageSource is an instance of PlayerEntity
  10. you can use the Forge Bot on the Forge discord Server command: !mcp -c moj <name> 1.17
  11. Luis_ST replied to Tret's topic in Modder Support
    please be a little more precise, what exactly do you want to change
  12. Error in Aquaculture, the mod does not use the Forge Registry System correctly. I would recommend you to report the bug to the mod author. wrong info😅
  13. Luis_ST replied to Tret's topic in Modder Support
    basic java is required for modding minecraft Also coremodding/mixin is not supported on this Forum, if you have a real case to use mixin, refer to the Forge Discord into the channel non-api-modding
  14. show the code your use for this is the Event called?, use debugger to check the values in the condition
  15. if you add your Biome to the Overworld via BiomeManager#addAdditionalOverworldBiomes, you need to register your Biome via DeferredRegister or RegistryEvent unfortunately a json only Biome does not work in this case
  16. use debugger to check the conditions you are using before you render your Entity
  17. yes, and then post the correct logs
  18. you need to use RegisterCapabilitiesEvent to register your Capability
  19. post debug log from server and client

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.