Started by
1ceDragon
on
Topic category: Help with MCreator software
Good afternoon.
In the mod I'm making there's a new dimension and I have created some ores for it. Currently I'm working on two ores, which are equivalent to the diamond and gold ores of the Overworld, but with a texture more according to the stone of my dimension.
When broken, they drop their corresponding item. They are almost exactly the same, set to generate at the same heights in my dimension. In fact, the gold ore is a duplicate of the diamond ore. But in-game only gold is spawning naturally. Diamond spawned correctly before I introduced the gold ore.
Any ideas? Maybe by duplicating the block I somehow overwrote(?) the diamond ore in the generation?
duplicating mod elements isnt a good idea. you shoud make a new one instead duplicating. this heppend to me before , i tried that and it worked , so you must a new block instead duplicating
srry if bad english
Original message by SparaxTheMod:
duplicating mod elements isnt a good idea. you shoud make a new one instead duplicating. this heppend to me before , i tried that and it worked , so you must a new block instead duplicating
Translated by me with better English:
Duplicating mod elements isn't a good idea. You should make a new one instead duplicating. This happened to me before, I tried that and it worked, so you must make a new block instead of duplicating.
thanks for translating
Sorry for seeing this so late! I have stopped duplicating blocks since I had this problem and it seems everything works now. Thank you anyway!