Vanilla Blocks ore like generating

Started by VolcanoBoy on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Vanilla Blocks ore like generating

i want create vanilla block generating in vanilla biomes (example: Ice generating in ice biome caves wall, or cobblestone generating stains instead of stone, and i want add custom ambient or mood music for a vanilla biomes. sorry bad english

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in my mod, i created a…
Sat, 04/03/2021 - 13:39

in my mod, i created a custom block that has same texture as the vanilla one but when you break it it drops the vanilla block

The above is a good work…
Sun, 05/02/2021 - 02:20

The above is a good work around. Without using custom block generation you may have to resort to using commands that run on worldgen, which might not look good (but then again, it might).