-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By ChampionAsh5357 · Posted
I would try increasing the size of the model to around 0.005 compared to a flat plane. -
By ChampionAsh5357 · Posted
Since this mod is uses a library that is present within Forge, yes it is possible. Although, you should prioritize handling these items in events if possible. -
By ChampionAsh5357 · Posted
I would say don't do that and just register multiple dimensions. Each 'world' is a dimension, so having multiple 'world' with the same dimension qualifier will make it problematic to handle when saving or loading data. However, you can have two JSONs holding the same information under different dimension names. -
By ChampionAsh5357 · Posted
Whenever trying to use RenderSystem, a good reference is the RenderState class as it shows you the startup and teardown methods needed to handle what you need. In this case, I would suggest looking at RenderState#TRANSLUCENT_TRANSPARENCY. As a side note, whenever possible, IRenderTypeBuffer should be used to handle drawing objects to the screen, although in this case it is not that applicable. -
By ChampionAsh5357 · Posted
On the Forge discord, the following appears as a trick: 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/ As a side note, the language on the forums should be English and that you will not receive support until you have a proper grasp of Java. Good luck, and I hope you come to ask more questions once you have spent a good amount of time learning and practicing the language.
-
-
Topics
-
Who's Online (See full list)