tag fixes, collapse recipes
This commit is contained in:
parent
a2bfae2f53
commit
d16b4288af
2 changed files with 14 additions and 7 deletions
|
|
@ -66,5 +66,12 @@ function registerTFGCollapseRecipes(event) {
|
|||
event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/amber_mycelium')
|
||||
event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/rusticus_mycelium')
|
||||
event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/sangnum_mycelium')
|
||||
event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/mars_clay_dirt')
|
||||
event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/amber_clay_mycelium')
|
||||
event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/rusticus_clay_mycelium')
|
||||
event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/sangnum_clay_mycelium')
|
||||
event.recipes.tfc.landslide('tfc:red_kaolin_clay', 'tfg:grass/amber_kaolin_mycelium')
|
||||
event.recipes.tfc.landslide('tfc:red_kaolin_clay', 'tfg:grass/rusticus_kaolin_mycelium')
|
||||
event.recipes.tfc.landslide('tfc:red_kaolin_clay', 'tfg:grass/sangnum_kaolin_mycelium')
|
||||
// #endregion
|
||||
}
|
||||
|
|
@ -353,7 +353,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.requiresTool(false)
|
||||
.mapColor('terracotta_yellow')
|
||||
.tagBlock('minecraft:mineable/shovel')
|
||||
.tagBoth('forge:dirt')
|
||||
.tagBoth('tfc:dirt')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
@ -363,7 +363,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.requiresTool(false)
|
||||
.mapColor('terracotta_yellow')
|
||||
.tagBlock('minecraft:mineable/shovel')
|
||||
.tagBoth('forge:dirt')
|
||||
.tagBoth('tfc:kaolin_clay')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
@ -373,7 +373,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.requiresTool(false)
|
||||
.mapColor('terracotta_orange')
|
||||
.tagBlock('minecraft:mineable/shovel')
|
||||
.tagBoth('forge:dirt')
|
||||
.tagBoth('tfc:dirt')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
@ -383,7 +383,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.requiresTool(false)
|
||||
.mapColor('terracotta_orange')
|
||||
.tagBlock('minecraft:mineable/shovel')
|
||||
.tagBoth('forge:dirt')
|
||||
.tagBoth('tfc:kaolin_clay')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
@ -393,7 +393,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.requiresTool(false)
|
||||
.mapColor('terracotta_red')
|
||||
.tagBlock('minecraft:mineable/shovel')
|
||||
.tagBoth('forge:dirt')
|
||||
.tagBoth('tfc:dirt')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
@ -403,7 +403,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.requiresTool(false)
|
||||
.mapColor('terracotta_red')
|
||||
.tagBlock('minecraft:mineable/shovel')
|
||||
.tagBoth('forge:dirt')
|
||||
.tagBoth('tfc:kaolin_clay')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
@ -413,7 +413,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
.requiresTool(false)
|
||||
.mapColor('dirt')
|
||||
.tagBlock('minecraft:mineable/shovel')
|
||||
.tagBoth('forge:dirt')
|
||||
.tagBoth('tfc:dirt')
|
||||
.fullBlock(true)
|
||||
.opaque(true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue