Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 committed Feb 10, 2025
1 parent f950586 commit 2579a60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public static class ModpackFlag {
@Config.Comment({
"1. When enabled, the following recipes will be changed to Peaceful difficulty: ",
"Nether Star Dust, Skeleton Skull, Wither Skeleton Skull, Zombie Head, Creeper Head, Enderman Head",
"2. When enabled, some machine recipes are for Peaceful: ",
"Electric Spawner",
"Default: false" })
public boolean peacefulFlag = false;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -762,14 +762,6 @@ private static void items() {
}

private static void blocks() {
// Large Rock Breaker
ModHandler.addShapedRecipe(true, "gtexpert.machine.large_rock_breaker",
GTEMetaTileEntities.LARGE_ROCK_BREAKER.getStackForm(), "PCP", "MSM", "PCP",
'C', new UnificationEntry(circuit, MarkerMaterials.Tier.LuV),
'S', MetaTileEntities.ROCK_BREAKER[LuV].getStackForm(),
'P', MetaItems.ELECTRIC_PISTON_LUV.getStackForm(),
'M', MetaItems.ELECTRIC_MOTOR_LuV.getStackForm());

// Large Oil Cracking Unit
ModHandler.addShapedRecipe(true, "gtexpert.machine.large_oil_cracking_unit",
GTEMetaTileEntities.LARGE_CRACKER.getStackForm(), "PCP", "FSF", "PCP",
Expand Down

0 comments on commit 2579a60

Please sign in to comment.