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.

Vakror

Members
  • Joined

  • Last visited

  1. define and register the dimension in code. Then you can do that
  2. In my custom dimension with an ambient light of 9, crops will not grow (my dimension has a ceiling). Ambient Light seems to not count toward LevelLightEngine.getRawBrightness(blockpos, int). Crops call this in CropBlock.canSurvive(). Is there a way to have crops grow from this ambient light?
  3. I see the mistake. The level.tick(BooleanSupplier) method is not being called if the capability isn't attached, which it only is when the dimension is hammerspace.
  4. Thank you for the help. I will see if that is the case.
  5. I made my mod, hammerspace, and added some stuff to it (level caps, packets for syncing it, and mixin). After that, fluids do not flow and items given to you end up in your inventory as well as dropping. That is what I have noticed so far. I have ABSOLUTELY NO IDEA. What is causing this and have been trying to fix it for FOUR DAYS. Can someone please help me. Github Repo: https://github.com/soulbound-devs/hammerspace
  6. I found out how to do it by looking at vanilla atlases!
  7. Fixed it, was calling scale before drawing everything else!
  8. How do I scale gui elements without scaling everything? When i tried matrices.scale(scale, scale, scale), it scaled the whole gui.
  9. O nvm you're on 1.16.5. Using the BaseTreeFeatureConfig.Builder, you cannot do this I think (you can maybe do it in the sapling provider if that exists in 1.16)
  10. TreeConfiguration.TreeConfigurationBuilder.dirt(BlockStateProvider)
  11. edit: I fixed it. The cap data does not get synced S2C for some reason.
  12. I have updated my mod from 1.18 to 1.19. I have a custom model loader implemented, with an item override list that reads nbt data from an item capability. However, when this data in the capability changes, the model only updates once the item is dropped. GitHub: https://github.com/soulbound-devs/ASM/tree/main/src/main/java/net/vakror/asm/model
  13. I have been trying for like two weeks to make a backpack item, searching everywhere and looking at SO MANY backpack mods, but I cannot find how to do it. Can anyone explain?
  14. make a custom model loader.
  15. I am trying to add a system where people can add custom seals, which are items, from JSON files in a datapack. I got it to read the JSON but it crashes because RegistryEvent has already fired. When mixins are used to unfreeze the registry, the Items are not added in. How do I add items when a datapack is loaded?

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.