Everything posted by Luis_ST
-
3D Item Model won't show, 1.16.5
post new log
-
3D Item Model won't show, 1.16.5
'items/upperRAM is not valid resource location' is your error it should be: mod_id:items/upperRAM
-
3D Item Model won't show, 1.16.5
then there is no texture, please show the log
-
3D Item Model won't show, 1.16.5
define that "doesn't show in the game" ... screenshot?
-
how i can make in my mod a custom furnace with custom recipe?
show what you're tired
-
java.lang.StringIndexOutOfBoundsException [1.17]
what was the solution (for people who have the same problem)?
-
java.lang.StringIndexOutOfBoundsException [1.17]
did you run the gradle refresh task, for your ide and trhe dependencies?
-
[1.16.5] My custom leaves can't be sheared
add zeroHardnessAndResistance to Block.Properties
-
forge .jar file dosent install in the versions folder (only the text file installs)
1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
how i can make in my mod a custom furnace with custom recipe?
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/
-
Unsure if my screwup or bug (1.17.1) [worked though/~fixed, still unsure why what worked & what didn't]
do not use @OnlyIn, and learn what static mean in addition put never DeferredRegister and RegistryObjects in different classes Have you ever checked whether the methods are called the way you want them to? use Debbuger? and btw: https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html
-
Unsure if my screwup or bug (1.17.1) [worked though/~fixed, still unsure why what worked & what didn't]
do you know basic java?
-
[Resolved][1.16.5] How I can render a line from one tile entity to another
take a look at the StructureBlockRenderer, but you normally render a line with LevelRenderer#renderLine
-
Block Rotated Variant
this is actually the same, you rotate the model in the blockstate.json file
-
Block Rotated Variant
sorry I have no idea what you mean🤔
-
[SOLVED] [1.17.1] Issues with Skull Rendering (again...)
'java.lang.UnsupportedOperationException' because 'com.google.common.collect.ImmutableMap.put' you can't put things in a ImmutableMap, you will need to get all objects from the Map and then create a new Map Edit: you can't use a for-each loop on a ImmutableMap (Minecraft.getInstance().getEntityRenderDispatcher().getSkinMap() will return a ImmutableMap) you need to create to create a new HashMap and do then the for-each loop (you can use Maps.newHashMap and put Minecraft.getInstance().getEntityRenderDispatcher().getSkinMap() as parameter)
-
Minecraft Eclipse won't run
update to 1.17?
-
Link entity model with entity render file?
use the vanilla method EntityRenderers#register
-
Minecraft Eclipse won't run
right click in your project the "JRE System Library", then you can change the java version of your project
-
[1.17.1] The mining speed of my block is unaffected by the tool in use.
this are minecraft tags, so you need to put them in data.minecraft.tags folder
-
[1.17.1] The mining speed of my block is unaffected by the tool in use.
show the complete path of the tags
-
How do I make blocks flammable? (1.16.4)
take a look at IForgeBlock#getFlammability
-
[1.17.1] The mining speed of my block is unaffected by the tool in use.
try to add your block to the mineable block tags (axe, hoe, pickaxe, shovel)
-
how i can make in my mod a custom furnace with custom recipe?
do you know basic java? since expanding classes is one of the basics
-
How Do I Create An OreGen In 1.17
look at the vanilla net.minecraft.data.worldgen.Features class (you will need an ConfiguredFeature) then use BiomeLoading Event with Event Priority#HIGH to addfeatures into a biome
IPS spam blocked by CleanTalk.