add iron sandwiches to creative menu

This commit is contained in:
GearShocky 2025-02-28 19:20:42 +05:00
parent 18252cf800
commit b1930bc93d
3 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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

View File

@ -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,