Skip to content

Commit a6c3e50

Browse files
committed
CEu f6d8ae8
1 parent f6d8ae8 commit a6c3e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ modGroup = gregtech
77

88
# Version of your mod.
99
# This field can be left empty if you want your mod's version to be determined by the latest git tag instead.
10-
modVersion = 2.7.2-beta
10+
modVersion = 2.7.2-beta-f6d8ae
1111

1212
# Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version)
1313
includeMCVersionJar = true

src/main/java/gregtech/loaders/recipe/MachineRecipeLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ private static void registerNBTRemoval() {
10541054
ModHandler.addShapelessRecipe("fluid_jetpack_clear", SEMIFLUID_JETPACK.getStackForm(), SEMIFLUID_JETPACK.getStackForm());
10551055

10561056
// ClipBoard
1057-
ModHandler.addShapedNBTClearingRecipe("clipboard_nbt", CLIPBOARD.getStackForm(), CLIPBOARD.getStackForm());
1057+
//ModHandler.addShapedNBTClearingRecipe("clipboard_nbt", CLIPBOARD.getStackForm(), CLIPBOARD.getStackForm());
10581058

10591059
}
10601060

0 commit comments

Comments
 (0)