merge
This commit is contained in:
commit
7519e85fea
125 changed files with 1699 additions and 38 deletions
|
|
@ -7,7 +7,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.item(item => {
|
||||
item.modelJson({ parent: 'tfg:block/marker/moon' })
|
||||
})
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
.tagBlock('c:hidden_from_recipe_viewers')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.item(item => {
|
||||
item.modelJson({ parent: 'tfg:block/marker/mars' })
|
||||
})
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
.tagBlock('c:hidden_from_recipe_viewers')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.item(item => {
|
||||
item.modelJson({ parent: 'tfg:block/marker/venus' })
|
||||
})
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
.tagBlock('c:hidden_from_recipe_viewers')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.item(item => {
|
||||
item.modelJson({ parent: 'tfg:block/marker/mercury' })
|
||||
})
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
.tagBlock('c:hidden_from_recipe_viewers')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue