convert the nether mushrooms into the new plant block builder type too

This commit is contained in:
Pyritie 2025-06-29 20:11:31 +01:00
parent 39c847a561
commit 2c564ab3f3
2 changed files with 19 additions and 5 deletions

View file

@ -212,6 +212,19 @@ function registerTFGSpaceBlocks(event) {
.stoneSoundType()
.noItem()
// #region Plants
event.create('tfg:lunar_roots', 'tfg:decorative_plant')
.soundType('nether_wart')
.lightLevel(0.4)
.tagItem('tfg:moon_plants')
event.create('tfg:lunar_sprouts', 'tfg:decorative_plant')
.soundType('nether_wart')
.tagItem('tfg:moon_plants')
// #endregion
//#region Venus Blocks
//Fluorapatite
const fluorapatite_colors = ['blue', 'green', 'brown', 'orange', 'white', 'yellow'];