is there any way to change properties of vanilla blocks?

Started by Trinity on

Topic category: Help with MCreator software

Active 7 months ago
Joined Oct 2023
Points:
120

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
is there any way to change properties of vanilla blocks?

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

Active 1 month ago
Joined May 2022
Points:
1159

User statistics:

  • Modifications: 14
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
Not directly, but there are…
Mon, 04/08/2024 - 13:16

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.) 

Active 7 months ago
Joined Oct 2023
Points:
120

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
yeah i knew that i could do…
Mon, 04/08/2024 - 15:30

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

Active 1 month ago
Joined May 2022
Points:
1159

User statistics:

  • Modifications: 14
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
For that you'd just need to…
Mon, 04/08/2024 - 18:42

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.