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. create your own thread and post details
  2. this is the default vanilla method in 1.16.5 minecraft use this method to create the DesertBiome
  3. this is only for the DataGenerator you need a BlockStateProperty, you can take look for an example into some vanilla classes (e.g. RotatedPillarBlock)
  4. forge is using mojang class names since 1.17 there was a script that would have done this for you automatically create your own thread and post more details
  5. just as you create any object expand one of vanilla FurnaceBlock FurnaceTileEntity FurnaceContainer FurnaceRecipe FurnaceRecipeSerializer and last but not least create your own IRecipeType
  6. generates the feature between the first and second value generate the feature in a triangle like the new ores like that:
  7. very simple, move the world into positive direction so form -1024<->1024 to 0<->2048
  8. yep is possible i have the same problem, and i currently not found a solution for this problem side question does your world load fine with a size of 2048?😅
  9. forge use mojang class names, you can use the forge bot on discord to convert the class names: !moj -c mcp class replace class with the name of the class you need
  10. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  11. dude this is basic java withClickEvent needs an ClickEvent and not ClickEvent.Action and an String
  12. withClickEvent needs an ClickEvent wich needs a ClickEvent.Action and an String, the String should be the URL
  13. TextComponent works as an builder so you can use after withStyle, append then add a new string there then you can use withStyle again, and so on, ... test a bit, send several messages to the player in the event with other styles look at the SeedCommand class the command use hover and linked text as output (msg after execute the command)
  14. player.sendMessage(new TextComponent(message).withStyle(color), player.getUUID()); message is an String and color is ChatFormatting#? (BOLD,RED,GOLD, and so on)
  15. why would you want to do this via a command, you could simply send a message to the player (ServerPlayer#sendMessage)
  16. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. forge has use mojang mapping names since 1.16.5 you can use the forge bot on discord to convert the method and field names command: !mcp -c moj name version
  18. data/minecraft/dimension_type/overworld.json
  19. yes you can create a world with max size 4112 (i think), so y_min=-2056 and height=2056 but the values you set in y_min or height should be: value % 16 == 0 if this is not the case minecraft will use the default values so like y_min=0 and height=256
  20. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. yes it is possible you have to overwrite the dimension-type file of the dimension in which you want to change the height (the values min_y and height)
  22. did you use a config? do not use capital letters or spaces in your mod id possible: metalmaster metal_master

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.