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. Problem with Citadel. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  2. Could be an issue of the following Mods: Dark Mode Everywhere FlickerFix Tempad Create SecurityCraft
  3. you can look at the BucketItem as an example
  4. post debug log
  5. this is the launcher log, the debug log is in .minecraft/logs/debug.log if you playing on CurseForge you need to enable the debug log in the settings
  6. first of all you need a EntityDataAccessor for the size similar to the Slime define the EntityDataAccessor in #defineSynchedData via SynchedEntityData#define then create a method which sets the value of the EntityDataAccessor inside the method you also need to call #reapplyPosition and #refreshDimensions now to resize the Entity itself you need to override #getDimensions call super and scale the super value based on the EntityDataAccessor value this was the Entity part but you also need to change the Entity rendering inside your EntityRenderer you overwrite scale, im not 100% sure but i think you can simply scale the MatrixStack
  7. why on earth are you create there a new Thread, the most vanilla code is not thread safe thats why your BlockEntity is null this will also throw an Exception since you mix up server and client stuff, the Minecraft class is client only so you can not use it there, if you want to debug your code (because it looks like it) you should use a Logger last but not least you should use the Java Naming Conventions (method names)
  8. make sure the log you post was the full log, since it's simply ends if it was the full log, please post launcher log
  9. this is not possible, please show the full code
  10. Luis_ST replied to Kolan's topic in Modder Support
    take a look at the first post in this thread
  11. Luis_ST replied to Kolan's topic in Modder Support
    show this method please
  12. Luis_ST replied to Kolan's topic in Modder Support
    show your Mod main class and the Entity registry
  13. Luis_ST replied to Kolan's topic in Modder Support
    this is your error
  14. Blocks do not have any NBT data, they have onyl the BlockStateProperties, what did you mean by change?
  15. is the position load?
  16. Problem with Botania. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  17. Problem with Chunk Animator. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  18. this is not the link to your log file
  19. delete this client config file

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.