lunar foliage
This commit is contained in:
parent
ec576813c2
commit
73fe3f160c
10 changed files with 31 additions and 31 deletions
7
kubejs/assets/tfg/blockstates/lunar_roots.json
Normal file
7
kubejs/assets/tfg/blockstates/lunar_roots.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tfg:block/lunar_roots"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tfg:block/lunar_warped_roots"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
kubejs/assets/tfg/models/block/lunar_roots.json
Normal file
8
kubejs/assets/tfg/models/block/lunar_roots.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/warped_roots",
|
||||
"render_type": "cutout_mipped",
|
||||
"ambientocclusion": "false",
|
||||
"textures": {
|
||||
"cross": "tfg:block/lunar_roots"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:block/dead_tube_coral",
|
||||
"render_type": "cutout_mipped",
|
||||
"ambientocclusion": "false",
|
||||
"textures": {
|
||||
"cross": "minecraft:block/warped_roots"
|
||||
}
|
||||
}
|
||||
BIN
kubejs/assets/tfg/textures/block/lunar_roots.png
Normal file
BIN
kubejs/assets/tfg/textures/block/lunar_roots.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 398 B |
Binary file not shown.
|
After Width: | Height: | Size: 190 B |
BIN
kubejs/assets/tfg/textures/block/lunar_sprouts.png
Normal file
BIN
kubejs/assets/tfg/textures/block/lunar_sprouts.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 154 B |
|
|
@ -8,7 +8,7 @@
|
|||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfg:lunar_warped_roots"
|
||||
"Name": "tfg:lunar_roots"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue