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. Mcreator is not supported on this forum
  2. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. Item.Properties set only the properties like stackSize, durability or the CreativeTab. if you want to create a Item with logic you need to extends the Item class, you can look at the vanilla Item classes for examples
  4. post server and client debug log and because of the error check whether the same mods are installed on the server and client
  5. try to reduce the spawn weight, set it for testing to 1
  6. sorry for asking, but i don't understand what you mean (i'm not from england so my english is okay but not the best)
  7. I think that will be possible again, when the most accounts have been migrated, maybe 1.18
  8. basic java is required for modding minecraft take a look at the follwing links: Official documentation: https://docs.oracle.com/javase/tutorial/ Absolute basics with an interactive editor: https://www.codecademy.com/learn/learn-java Ongoing online course with assignments: https://java-programming.mooc.fi/
  9. what? in which thread? what's the problem with the code? because it looks good
  10. do you know basic java?
  11. with Mojang account is was possible, but it's not possible with a Microsoft account
  12. that's a bad idea, add the Effect for example when the Player joins the World or when he mine a Block but not each Tick use the @EventBusSubscriber annotation you need to pass as parameter the Mod Id what did you try to achieve?
  13. dude that's a 4 years old thread
  14. Forge Doc (Tags): https://mcforge.readthedocs.io/en/latest/utilities/tags/ Forge Community Wiki (Tags): https://forge.gemwire.uk/wiki/Tags you need to create the tag file (json file) into the correct data pack (forge/minecraft), then add the item (your tool) to the tag
  15. there you can upload logs its in the server folder in logs
  16. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. post debug log from server and client and please use https://gist.github.com/
  18. you can use Forge bot on discord to convert from mcp to moj mappings
  19. Items are not added via data pack, this includ the FoodItems. Why did you tried that via data pack (json) and not via java?
  20. 1.14 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  22. after use debugger in your repo i found the error: that's your error compare this with the vanilla ItemModelProperty for the Shield it should be:
  23. can you post a screenshot how the shield is rendered (you can't upload files with a size over 2MB)
  24. your copper shield json "extends" your wood shield, inside i found this error: wood_shield, line 17, translation y should be 2 wood_shield, line 22, translation y should be -2 wood_shield_blocking, line 17, translation y should be 5 wood_shield_blocking, line 22, translation y should be 5 i'm not sure if this values cause the error but you can change them and test again

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.