Everything posted by Luis_ST
-
Crashing at startup
create your own thread and post details
-
[1.16.5] How to set biome at specific chunk?
this is the default vanilla method in 1.16.5 minecraft use this method to create the DesertBiome
-
Block Rotated Variant
this is only for the DataGenerator you need a BlockStateProperty, you can take look for an example into some vanilla classes (e.g. RotatedPillarBlock)
-
[1.15.2/1.16.2] How can i go about updating my mod to higher versions?
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
-
how i can make in my mod a custom furnace with custom recipe?
just as you create any object expand one of vanilla FurnaceBlock FurnaceTileEntity FurnaceContainer FurnaceRecipe FurnaceRecipeSerializer and last but not least create your own IRecipeType
-
[1.16.5] overwriting the maximum build height
yes
-
[1.16.5] overwriting the maximum build height
generates the feature between the first and second value generate the feature in a triangle like the new ores like that:
-
[1.16.5] overwriting the maximum build height
very simple, move the world into positive direction so form -1024<->1024 to 0<->2048
-
[1.16.5] overwriting the maximum build height
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?😅
-
In forge 1.17.1, AbstractBlock don't exist. So what can I use to replace it ?
https://discord.gg/UvedJ9m
-
In forge 1.17.1, AbstractBlock don't exist. So what can I use to replace it ?
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
-
1.12.2 modded server with no mods folder
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Player LogIn event handler and command execution.
dude this is basic java withClickEvent needs an ClickEvent and not ClickEvent.Action and an String
-
Player LogIn event handler and command execution.
withClickEvent needs an ClickEvent wich needs a ClickEvent.Action and an String, the String should be the URL
-
Player LogIn event handler and command execution.
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)
-
Player LogIn event handler and command execution.
player.sendMessage(new TextComponent(message).withStyle(color), player.getUUID()); message is an String and color is ChatFormatting#? (BOLD,RED,GOLD, and so on)
-
Player LogIn event handler and command execution.
why would you want to do this via a command, you could simply send a message to the player (ServerPlayer#sendMessage)
-
When a Trident is Flying Minecraft Crashes and World Becomes Unloadeble
please post the full log
-
Anyone know how to fix this
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Methods changed in 1.16.5
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
-
[1.16.5] overwriting the maximum build height
data/minecraft/dimension_type/overworld.json
-
[1.16.5] overwriting the maximum build height
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
-
How to open the player inventory in forge 1.12.2
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
[1.16.5] overwriting the maximum build height
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)
-
How can i fix Exception in thread "main" in 1.16.5?
did you use a config? do not use capital letters or spaces in your mod id possible: metalmaster metal_master
IPS spam blocked by CleanTalk.