parent
32b8215435
commit
3ea3dbd6b1
@ -2,6 +2,7 @@ package ru.dbotthepony.mc.otm.datagen.recipes
|
||||
|
||||
import net.minecraft.data.recipes.*
|
||||
import net.minecraft.resources.ResourceLocation
|
||||
import net.minecraft.tags.ItemTags
|
||||
import net.minecraft.world.item.DyeColor
|
||||
import net.minecraft.world.item.Items
|
||||
import net.minecraft.world.item.crafting.Ingredient
|
||||
@ -116,6 +117,14 @@ fun addDecorativesRecipes(provider: MatteryRecipeProvider, consumer: Consumer<Fi
|
||||
.build(consumer)
|
||||
}
|
||||
|
||||
MatteryRecipe(MItems.DANGER_STRIPE_BLOCK, 24)
|
||||
.rowAB(Tags.Items.DYES_YELLOW, MItemTags.IRON_PLATES)
|
||||
.row(MItemTags.IRON_PLATES, Tags.Items.COBBLESTONE, MItemTags.IRON_PLATES)
|
||||
.rowBC(MItemTags.IRON_PLATES, Tags.Items.DYES_BLACK)
|
||||
.unlockedBy(MItemTags.IRON_PLATES)
|
||||
.unlockedBy(Tags.Items.DYES_BLACK)
|
||||
.build(consumer)
|
||||
|
||||
MatteryRecipe(MRegistry.VENT.item, 24)
|
||||
.rowB(MItemTags.TRITANIUM_PLATES)
|
||||
.row(MItemTags.TRITANIUM_PLATES, Items.IRON_BARS, MItemTags.TRITANIUM_PLATES)
|
||||
|
Loading…
Reference in New Issue
Block a user