add iron sandwiches to creative menu
This commit is contained in:
parent
18252cf800
commit
b1930bc93d
@ -135,7 +135,7 @@ fun addMultiblockRecipes(consumer: RecipeOutput) {
|
||||
.row(MItems.MATTER_CAPACITOR_PARTS, Tags.Items.GEMS_DIAMOND, MItems.MATTER_CAPACITOR_PARTS)
|
||||
.build(consumer)
|
||||
|
||||
MatteryRecipe(MItems.TRITANIUM_HULL, count = 4, category = machinesCategory)
|
||||
MatteryRecipe(MItems.TRITANIUM_HULL, count = 2, category = machinesCategory)
|
||||
.row(MItemTags.TRITANIUM_PLATES, MItemTags.IRON_PLATES, MItemTags.TRITANIUM_PLATES)
|
||||
.row(MItemTags.IRON_PLATES, MItems.MODULAR_FRAME, MItemTags.IRON_PLATES)
|
||||
.row(MItemTags.TRITANIUM_PLATES, MItemTags.IRON_PLATES, MItemTags.TRITANIUM_PLATES)
|
||||
|
@ -58,7 +58,7 @@ public class BreadMonsterModel {
|
||||
|
||||
// this.applyStatic(BreadMonsterAnimation.IDLE);
|
||||
this.animate(entity.getIdleState(), BreadMonsterAnimation.IDLE, ageInTicks, 1.0F);
|
||||
this.animateWalk(BreadMonsterAnimation.MOVE, limbSwing, limbSwingAmount, 1.0F, 5.5F);
|
||||
this.animateWalk(BreadMonsterAnimation.MOVE, limbSwing, limbSwingAmount, 1.0F, 2.5F);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -582,6 +582,7 @@ object MItems {
|
||||
MItems::CARBON_MESH,
|
||||
MItems::ARMOR_ASSEMBLY,
|
||||
MItems::REINFORCED_TRITANIUM_PLATE,
|
||||
MItems::REINFORCED_IRON_PLATE,
|
||||
|
||||
MachineUpgrades.Basic::BLANK,
|
||||
MachineUpgrades.Normal::BLANK,
|
||||
|
Loading…
Reference in New Issue
Block a user