spike cleanup
This commit is contained in:
parent
f5b549b1da
commit
521fc19ce5
46 changed files with 55 additions and 385 deletions
|
|
@ -217,36 +217,68 @@ function registerTFGSpaceBlocks(event) {
|
|||
// Spikes
|
||||
|
||||
event.create('tfg:spike/moon_stone_spike', 'tfc:rock_spike')
|
||||
.textureAll('ad_astra:block/moon_stone')
|
||||
.stoneSoundType()
|
||||
.noItem()
|
||||
.hardness(0.8)
|
||||
.resistance(0.8)
|
||||
.requiresTool(true)
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
|
||||
event.create('tfg:spike/moon_deepslate_spike', 'tfc:rock_spike')
|
||||
.textureAll('ad_astra:block/moon_deepslate')
|
||||
.soundType('deepslate')
|
||||
.noItem()
|
||||
.hardness(0.8)
|
||||
.resistance(0.8)
|
||||
.requiresTool(true)
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
|
||||
event.create('tfg:spike/mars_stone_spike', 'tfc:rock_spike')
|
||||
.textureAll('ad_astra:block/mars_stone')
|
||||
.stoneSoundType()
|
||||
.noItem()
|
||||
.hardness(0.8)
|
||||
.resistance(0.8)
|
||||
.requiresTool(true)
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
|
||||
event.create('tfg:spike/venus_stone_spike', 'tfc:rock_spike')
|
||||
.textureAll('ad_astra:block/venus_stone')
|
||||
.stoneSoundType()
|
||||
.noItem()
|
||||
.hardness(0.8)
|
||||
.resistance(0.8)
|
||||
.requiresTool(true)
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
|
||||
event.create('tfg:spike/mercury_stone_spike', 'tfc:rock_spike')
|
||||
.textureAll('ad_astra:block/mercury_stone')
|
||||
.stoneSoundType()
|
||||
.noItem()
|
||||
.hardness(0.8)
|
||||
.resistance(0.8)
|
||||
.requiresTool(true)
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
|
||||
event.create('tfg:spike/glacio_stone_spike', 'tfc:rock_spike')
|
||||
.textureAll('ad_astra:block/glacio_stone')
|
||||
.stoneSoundType()
|
||||
.noItem()
|
||||
.hardness(0.8)
|
||||
.resistance(0.8)
|
||||
.requiresTool(true)
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
|
||||
event.create('tfg:spike/permafrost_spike', 'tfc:rock_spike')
|
||||
.textureAll('ad_astra:block/permafrost')
|
||||
.stoneSoundType()
|
||||
.noItem()
|
||||
.hardness(0.8)
|
||||
.resistance(0.8)
|
||||
.requiresTool(true)
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
|
||||
event.create('tfg:spike/red_granite_spike', 'tfc:rock_spike')
|
||||
.textureAll('gtceu:block/stones/red_granite/stone')
|
||||
.stoneSoundType()
|
||||
.noItem()
|
||||
.hardness(0.8)
|
||||
.resistance(0.8)
|
||||
.requiresTool(true)
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
|
||||
// #region Plants
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue