-
Posts
2617 -
Joined
-
Last visited
-
Days Won
37
Everything posted by Ugdhar
-
how do i add my custom tulips to a vanilla-biome?
Ugdhar replied to Drachenbauer's topic in Modder Support
Have you tried anything? Have you looked anywhere to see how vanilla stuff works? I'd start with BoneMealItem and work back from there. -
how do i add my custom tulips to a vanilla-biome?
Ugdhar replied to Drachenbauer's topic in Modder Support
Search the forums for "runLater", and you will find examples/discussion how to use DeferredWorkQueue, but essentially yes. -
how do i add my custom tulips to a vanilla-biome?
Ugdhar replied to Drachenbauer's topic in Modder Support
Use DeferredWorkQueue to add features to the biomes you want during the FMLCommonSetupEvent. Check out classes in the net.minecraft.world.gen.feature package and the DefaultBiomeFeatures class in net.minecraft.world.biome. -
This topic is old, please start your own thread with details of what you need help with, as well as what you have tried. Please also keep in mind that 1.12 is no longer supported on these forums due to age, see the LTS link at the top of ever page for more information on supported versions.
-
[1.15.2]How do I detect spawning Villager's baby by breeding?
Ugdhar replied to kyazuki's topic in Modder Support
Could you show that entire class please? Just trying to see how/where/which event bus it's registered on -
[1.15.2]How do I detect spawning Villager's baby by breeding?
Ugdhar replied to kyazuki's topic in Modder Support
Show code please, pref a github link to a working project. :) -
That's the version Minecraft/Forge has used for a while, I think the actual game uses that version as well.
-
Use Java 8
-
Game Crash during start (initializing game)
Ugdhar replied to Stero's topic in Support & Bug Reports
Does it work if you remove Optifine? -
1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
-
Looks neat, you should put a link to the curseforge/github/home page in there somewhere!
-
Honestly I would go right for 1.15.2, although 1.14.4 would be an option as well. My reasoning for this is that these are the only versions that you will be able to receive support for on these forums if you need help. Anything lower, and you would be on your own if you have trouble.
-
Please post logs in spoiler tags, or even better, on a github gist or something and link to it here. Also, don't format your text in your posts, making it black like that makes it near impossible to see in the dark theme.
-
1.8 is no longer supported on these forums due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
-
That is not a log, that is just the crash error message. Logs are in the logs folder of your game/installation folder.
-
I couldn't tell you why, but I have to run the eclipse task twice to get it to let me view sources.
-
Please post logs as described in the EAQ
-
If i open the forge installer, it will quickly close.
Ugdhar replied to Babecido's topic in Support & Bug Reports
Use Java 8 with forge, I do not believe it is compatible with newer versions. The original post has nothing to do with a batch file, you should create your own thread with more information (i.e. contents of said batch file) -
How do I create a block with different textures on each side
Ugdhar replied to Elite_Puddle's topic in Modder Support
Did you find the client-extra.jar? Look at the json for the crafting table as an example. That's what I would do if I were trying to do what you are doing. What is working/not working? (be specific) If you're getting missing textures (black/purple squares), you should also post logs so it shows what it is looking for. -
How do I create a block with different textures on each side
Ugdhar replied to Elite_Puddle's topic in Modder Support
There should be a reference to client-extra.jar that's where the json models and stuff are. -
How do I create a block with different textures on each side
Ugdhar replied to Elite_Puddle's topic in Modder Support
The minecraft wiki has a good breakdown of the model json format: https://minecraft.gamepedia.com/Model#Block_models Also, check the vanilla model files for things with different faces to see how they did it. The vanilla sources are a very good reference, and should be viewable through your IDE. -
Not 100% sure if it matters, but in your model file, where you specify the texture, you have a capital L on layer, and all my model files are all lowercase. You also have the texture looking in exemplemod:items/exemple_item, but I believe it should be exemplemod:item/exemple_item. also, you should always post/read the latest.log, it likely tells you it can't load the texture somewhere.
-
1.12 is no longer supported on this forum due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.
-
1.12 is no longer supported on this forum due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information.