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.

dbz0wn4g3

Members
  • Joined

  • Last visited

  1. Solved! What I had done before was register a new HealthBox(), when I had already declared one in code. To fix this, I changed "new HealthBox()" in EventSubscriber to "ModBlocks.HEALTH_BOX" (which references a new HealthBox in code via ModBlocks.java).
  2. Idk if I'm blind, but I don't see any exceptions related to my item LOL What I did in session was grab the block from creative and place it again. https://pastebin.com/7yXgkNc0
  3. Done, still having the same error and logs are more or less the same (nothing extraordinary changed). Do you think it may be an error in my package structure?
  4. I can't seem to understand why this isn't working, but I put .png textures for a block I'm trying to insert into the game. In the hotbar, it shows up perfectly, but when I place the block it does not load the texture, despite tinkering with the JSON files I created for them. I have attached my Mod File, as well as my .java files where I register all blocks/items/itemBlocks, and my .JSON files used for models. Mod File: https://pastebin.com/J9Bv21AR My EventSubscriber.java where I register items/blocks: https://pastebin.com/LuYnNB5K ModBlocks.java file: https://pastebin.com/aEhUKpqE My HealthBox.java file: https://pastebin.com/ny3fFkac JSON file located in assets.modname.models.block: https://pastebin.com/1iHBkVFA JSON file located in blockstates: https://pastebin.com/33BH4Hc1 Logs Logs Logs: https://pastebin.com/sQbXpRhe

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.