big tidying of startup scripts!
This commit is contained in:
parent
bda35f7f6c
commit
0916fd2e21
50 changed files with 2767 additions and 2841 deletions
22
kubejs/startup_scripts/tfg/worldgen/blocks.beneath_deco.js
Normal file
22
kubejs/startup_scripts/tfg/worldgen/blocks.beneath_deco.js
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
"use strict";
|
||||
|
||||
function registerTFGWorldGenBeneathDecoBlocks(event) {
|
||||
|
||||
event.create('tfg:mushroom_roots', 'tfg:decorative_plant')
|
||||
.soundType('nether_wart')
|
||||
.tagItem('tfc:plants')
|
||||
|
||||
event.create('tfg:mushroom_sprouts', 'tfg:decorative_plant')
|
||||
.soundType('nether_wart')
|
||||
.tagItem('tfc:plants')
|
||||
|
||||
event.create('tfg:charred_log')
|
||||
.fullBlock(true)
|
||||
.woodSoundType()
|
||||
.property(BlockProperties.AXIS)
|
||||
.tagBoth('minecraft:mineable/axe')
|
||||
.tagBoth('tfc:logs_that_log')
|
||||
.tagBoth('afc:logs_that_log')
|
||||
.tagBoth('minecraft:logs')
|
||||
.mapColor('black')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue