Started by
neur01
on
Topic category: Help with Minecraft modding (Java Edition)
I was testing my mod but some things didnt work
1.I added a new ore called Lavatite which you can make armor and it gives you fire resistance.Not to mention the placing fire where you walk.But none of these worked
2. I created a miner mob which when right clicked with ruby , it would drop a random thing(kind of like bartering) but i couldnt make the procedures
3. I added 2 new biomes but they were extremely rare and they should have been common.the biomes are in the nether .
Please if you have answers for these problems, share with me
On armor tick update trigger,
There is a procedure block for effecting, but I don’t remember what It’s called though. Only change the effect, the rest is fine. (I think)
And in the same procedure,
If: block at x y z is air
Do: place at x y z fire
Thanks!
Oh, and also, for number 3, did you try raising the spawn weight of the biomes? Make it like 20 or something and it should work.
Thanks Trolmaso, you're the best!
How do you get biomes to spawn somewhere else than the overworld or a custom dimension?
That is not possible yet, as there is no current support for that yet in Minecraft, but since 1.16 adds biomes to the Nether, we will see once MCreator gets 1.16.
yep, noticed it a while ago when i tested it