Everything posted by Luis_ST
-
1.17.1 Ore generation is not working properly.
in which class did you look exactly
-
[1.17.1] .harvestTool(ToolType.PICKAXE) not working
the block which need iron tools to break
-
1.17.1 Ore generation is not working properly.
the vanilla code is an example
-
[SOLVED]|How to add a Sword in 1.16.5 (IItemTier/SwordItem)
the register method requires a String and and Supplier
-
How to render a BufferedImage in a GUI 1.16.5
why would you want to save a picture in a .jar?
-
How to render a BufferedImage in a GUI 1.16.5
why do you want to do this? using the mdk?
-
How to render a BufferedImage in a GUI 1.16.5
how exactly do you mod minecraft
-
Get a rotation of block
look at vanilla Block classes (e.g. CampfireBlock)
-
How to render a BufferedImage in a GUI 1.16.5
you should put images into the assets folder of your mod https://mcforge.readthedocs.io/en/latest/conventions/locations/
-
Colored light in 1.15.2
1.15 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Error Loading Mods
error in MmmMmmMmmMmm
-
Get a rotation of block
it's stored in a Property (DirectionProperty) you can get it via BlockState#getValue the parameter you should use is normally stored in a static Field in your Block class Note: this only work if your Block has this Property and next time create the Thread in the correct Subforum (Modder Support) (has been moved by an Operator)
-
Modpacks (several) for MC 1.12.2 keeps crashing
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
[1.16.5] Some mods executing, some not
error in ust Enough Resources
-
1.17.1 Ore generation is not working properly.
use your IDE to search for the class, it's called Features and its in the data package
-
1.17 info
this includes the packages, I forgot to apologize sorry😅 next time use your IDE to find the class
-
[1.17.1] Replacing Player Model with a Mob Model
subscribe to the RenderPlayerEvent.Pre, use an AT to make the Field 'model' in LivingEntityRenderer public, replace the model with the model you want to render
-
1.17.1 Ore generation is not working properly.
take a look at the vailla ore generation
-
some item json model problem
1.15 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
[1.16.2] Changing slot x and y position on the fly
you need to use the SRG names of the fields, it should be: public-f net.minecraft.inventory.container.Slot field_75223_e #xPos public-f net.minecraft.inventory.container.Slot field_75221_f # yPos you can use the forge bot on discord to get the SRG names (only work for 1.16.x, 1.17 is currently broken)
-
[1.16.2] Changing slot x and y position on the fly
did you refresh gradle?
-
what is the mistake here?
yes use the TickEvent.Player for this, you need to set the motion of the player to 0 if the block in his walking direction is the block he shouldn't enter
-
what is the mistake here?
what? if you want to disable the teleporter of the player, use the EntityTeleportEvents
-
what is the mistake here?
what do you try to achieve
-
Mod Folder Creating Itself
reset it or remove the \mods\mods
IPS spam blocked by CleanTalk.