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. look at the vanilla examples CraftingRecipe, FurnaceRecipe, ... search in the forum, for custom Recipes there are a lot of threads about this kind of topic
  2. replace "EFFECTIVE_ON" with the Set
  3. where do you use the Set? you need to use a Supplier when using RegistryObjects before they are initialized (or RegistryObjects) create a Set of RegistryObjects and use RegistryObject#get when you want to use the Set
  4. why not extends the Anvil Block?
  5. thanks, btw the Event will make your "nasty hack number 703" easier😁
  6. simple question i currently try to implement a new Event I read in the contributing wiki of Forge that a new Event needs an Example Mod now my question what exactly does this Example Mod have to contain? because the simple implementation should actually be known, and what the event does is explained in the associated java doc
  7. did you tried the latest versions of optifine and forge?
  8. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  9. join the forge discord server via link, go to the #bot-commands text channel typ in the command above and replace "<class-name>" with the class name you want to know for example: !mcp -c moj AbstractBlock the bot returns: MC 1.16.5: net/minecraft/world/level/block/state/BlockBehaviour Name: ceg => net/minecraft/world/level/block/state/BlockBehaviour Side: BOTH AT: public net.minecraft.block.AbstractBlock the new name of AbstractBlock is now net.minecraft.world.level.block.state.BlockBehaviour
  10. you need to create a new .bat file inside of the server folder
  11. forge use since 1.17 mojang class names, this is why the error occurs, you can use forge bot on discord to convert from mcp to mojang mappings names command: !mcp -c moj <class-name> -> retruns the mojang name
  12. simple question why is there no Event for this? an implementation for such an event is really easy (one new Class and a new line in the patch file of ItemStack)
  13. yes this is the log part of the server, now post the full log and the client log
  14. there are the PlayerDestroyItemEvent (which is fierd when a Player destroys a Item) and the LivingEntityUseItemEvent.Finish (which is fierd after a Item is used) unfortunately there is no Event which is directly fierd when a Item is damaged Edit: you can combine a Start and Finish SubEvents of LivingEntityUseItemEvent check the difference (you need to store the data in a Capability)
  15. inside of the server folder there should be a forge-1.16.4-x.x.x.jar use the name of this jar file
  16. example? you find the client log in .minecraft/logs/debug.log and the server log in server_folder/logs/debug.log
  17. you need to run the forge.jar file, you can try double click but I think you need to use a .bat file, the command for that bat file is: java -jar <name_of_forge_jar>.jar
  18. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.

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.