lunar foliage

This commit is contained in:
Pyritie 2025-05-08 23:42:53 +01:00
parent ec576813c2
commit 73fe3f160c
10 changed files with 31 additions and 31 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "tfg:block/lunar_roots"
}
}
}

View file

@ -1,7 +0,0 @@
{
"variants": {
"": {
"model": "tfg:block/lunar_warped_roots"
}
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/warped_roots",
"render_type": "cutout_mipped",
"ambientocclusion": "false",
"textures": {
"cross": "tfg:block/lunar_roots"
}
}

View file

@ -1,8 +1,8 @@
{
"parent": "minecraft:block/dead_tube_coral",
"parent": "minecraft:block/nether_sprouts",
"render_type": "cutout_mipped",
"ambientocclusion": "false",
"textures": {
"cross": "minecraft:block/nether_sprouts"
"cross": "tfg:block/lunar_sprouts"
}
}

View file

@ -1,8 +0,0 @@
{
"parent": "minecraft:block/dead_tube_coral",
"render_type": "cutout_mipped",
"ambientocclusion": "false",
"textures": {
"cross": "minecraft:block/warped_roots"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

View file

@ -8,7 +8,7 @@
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "tfg:lunar_warped_roots"
"Name": "tfg:lunar_roots"
}
}
}

View file

@ -1,19 +1,19 @@
function registerTFGSpaceBlocks(event) {
// TODO: replace these two with new blocks from tfg-core so they have a proper CanSurvive
event.create('tfg:lunar_warped_roots')
.soundType('nether_sprouts')
.hardness(0.2)
.item(item => {
item.modelJson({ parent: 'minecraft:item/warped_roots' })
})
.tagBlock('tfc:can_carve')
.fullBlock(false)
.defaultCutout()
.model('tfg:block/lunar_warped_roots')
.box(3, 0, 3, 12, 12, 12, true)
.noCollision()
.noDrops()
//event.create('tfg:lunar_warped_roots')
// .soundType('nether_sprouts')
// .hardness(0.2)
// .item(item => {
// item.modelJson({ parent: 'minecraft:item/warped_roots' })
// })
// .tagBlock('tfc:can_carve')
// .fullBlock(false)
// .defaultCutout()
// .model('tfg:block/lunar_warped_roots')
// .box(3, 0, 3, 12, 12, 12, true)
// .noCollision()
// .noDrops()
event.create('tfg:lunar_sprouts')
.soundType('nether_sprouts')