-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By Spacerulerwill · Posted
Hello! I am making a special pickaxe made out of crimson wood. What's the best way to make a recipe so when you make a wooden pickaxe out of crimson planks, it gives you my pickaxe instead of a generic wooden one. I would like it to be other mod compatible too. -
I don't much about this, but I do know you can't use the fog for this. The fog is designed to limit the player's view distance, e.g. if they are in lava or water, but mainly so the game doesn't have to draw all the way to "infinity". This means all the fog rendering code is based on the distance to camera. It's an illusion, it's not based on something physically in the world at some position. Spit balling: I would guess you want something more like how clouds are drawn? But again these are partially an illusion. They are procedurally generated rather than being physically in the world, but they are kind of drawn at a location. You can use forge's RenderLevelLastEvent to draw over the world. Look at LevelRenderer.renderClouds() for how clouds are drawn.
-
here is my github if you want to check what I did https://github.com/Socrateee/Mist
-
-
Topics
-
Who's Online (See full list)
Recommended Posts