added mars dirt path, moved mars dirt/grass blocks to java, fixed snowy variants and made the clay/kaolin blocks have proper connected textures

This commit is contained in:
Pyritie 2025-09-28 18:00:31 +01:00
parent 7c8caf3732
commit 1a8172e27a
23 changed files with 1451 additions and 164 deletions

View file

@ -1440,76 +1440,6 @@ function registerTFGSpaceBlocks(event) {
.fullBlock(true)
.opaque(true)
event.create('tfg:grass/amber_clay_mycelium')
.property(BlockProperties.SNOWY)
.soundType('wart_block')
.requiresTool(false)
.mapColor('terracotta_yellow')
.tagBlock('minecraft:mineable/shovel')
.tagBoth('tfc:dirt')
.fullBlock(true)
.opaque(true)
event.create('tfg:grass/amber_kaolin_mycelium')
.property(BlockProperties.SNOWY)
.soundType('wart_block')
.requiresTool(false)
.mapColor('terracotta_yellow')
.tagBlock('minecraft:mineable/shovel')
.tagBoth('tfc:kaolin_clay')
.fullBlock(true)
.opaque(true)
event.create('tfg:grass/rusticus_clay_mycelium')
.property(BlockProperties.SNOWY)
.soundType('wart_block')
.requiresTool(false)
.mapColor('terracotta_orange')
.tagBlock('minecraft:mineable/shovel')
.tagBoth('tfc:dirt')
.fullBlock(true)
.opaque(true)
event.create('tfg:grass/rusticus_kaolin_mycelium')
.property(BlockProperties.SNOWY)
.soundType('wart_block')
.requiresTool(false)
.mapColor('terracotta_orange')
.tagBlock('minecraft:mineable/shovel')
.tagBoth('tfc:kaolin_clay')
.fullBlock(true)
.opaque(true)
event.create('tfg:grass/sangnum_clay_mycelium')
.property(BlockProperties.SNOWY)
.soundType('wart_block')
.requiresTool(false)
.mapColor('terracotta_red')
.tagBlock('minecraft:mineable/shovel')
.tagBoth('tfc:dirt')
.fullBlock(true)
.opaque(true)
event.create('tfg:grass/sangnum_kaolin_mycelium')
.property(BlockProperties.SNOWY)
.soundType('wart_block')
.requiresTool(false)
.mapColor('terracotta_red')
.tagBlock('minecraft:mineable/shovel')
.tagBoth('tfc:kaolin_clay')
.fullBlock(true)
.opaque(true)
event.create('tfg:grass/mars_clay_dirt')
.property(BlockProperties.SNOWY)
.soundType('gravel')
.requiresTool(false)
.mapColor('dirt')
.tagBlock('minecraft:mineable/shovel')
.tagBoth('tfc:dirt')
.fullBlock(true)
.opaque(true)
event.create('tfg:groundcover/glider_feather', 'tfc:ground_cover')
.box(4, 0, 4, 12, 2, 12)
.soundType('wool')