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. this is no longer possible with a Mojang Account, irrc you need to use the access token form the Launcher also why do you want to login in dev environment? there is no reason to be logged in
  2. Luis_ST replied to AVegas's topic in Modder Support
    extends the Arrow class, create a new EntityType and register it via DeferredRegister, register a new ArrowRenderer in FMLClientSetupEvent#enqueueWork Note: you need to add your EntityType to the arrows Tag Edit: I forgot that there is an event for this since 1.17, so use EntityRenderersEvent.RegisterRenderers
  3. you can just use the vanilla registry, RecipeType.register post log
  4. make sure the log you post was the full log then please use https://gist.github.com/ to upload the new file
  5. do not format the log, since it's unreadable; also this does not look like the full log
  6. take a look at LivingEntity it's the super class for all Entities like Pig, Cow, ... I remember there was a method to set the position that the entity walks/move to. Unfortunately I'm not at my PC, so I can't look into the code, but you could check out the WalkGoals
  7. the debug log is in .minecraft/logs/debug.log
  8. the Lists which are given by the Event: https://github.com/MinecraftForge/MinecraftForge/blob/735382be0309e3d118f0243c06d4030bb58efd99/src/main/java/net/minecraftforge/client/event/RenderGameOverlayEvent.java#L189-L197
  9. Problem with RepurposedStructures. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  10. show also this class please
  11. clear the given Lists, then add the new overlay to the Lists
  12. yeah should, please post full log
  13. you can use RenderGameOverlayEvent.Text to modify the debug overlay, it could be a bit tricky to remove things because not all fields are always displayed
  14. define didn't work and show what you tried
  15. you need to register a Screen for your Menu in FMLClientSetupEvent#enqueueWork
  16. post debug log from .minecraft/logs/debug.log without these file we can not help you
  17. are you sure the file you try to open is called debug.log? Also make sure you use a text editor to open the file
  18. Problem with ZeroCore2. Make sure you are using the latest version of the Mod. If you already use the latest version, report this bug to the Mod author.
  19. do not use 1.18.2, it's not stable also the Optifine version you are using is for 1.18.1
  20. you can take a look at the vanilla commands in net.minecraft.server.commands, for an example how to create a command Note that custom commands ne to be registered in RegisterCommandsEvent this is a tutorial with video for 1.16, you can use it for 1.18 because Mojang's command library hasn't really changed the only thing you need to note that Forge use since 1.17 Mojang mappings, so the fields/methods/classes have other names if you need to convert them you can use Forge Bot on the Forge discord server
  21. then talk with the server owner, since the server log is necessary to help you

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.