Started by
Trinity
on
Topic category: Help with MCreator software
is there any way i can tweak or edit the properties of already existing blocks like
chaning the hardness of a block or the resistance
Topic category: Help with MCreator software
is there any way i can tweak or edit the properties of already existing blocks like
chaning the hardness of a block or the resistance
Not directly, but there are workarounds. A simple one would be to replace the block with a modded copy of the block whenever anything interacts with it. (If you wanted to increase the hardness of stone, for example, you could create a modded block that uses the vanilla stone texture, and replace normal stone with modded stone whenever the player clicks on it.)
yeah i knew that i could do that, but i am mainly looking forward to changing the ore blocks, and with changing that i also want their blocks to be dropped with silk touch aswell as the fortune drops
For that you'd just need to change the loot tables. You can make one of your loot tables override a vanilla loot table by giving them the same registry name.