Skip to content

Commit

Permalink
🐛 修复仍然依赖build53模块化的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
warmthdawn committed Sep 27, 2021
1 parent 9c881e3 commit 82d34c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mcp_mappings=stable_39
mod_core_plugin=com.warmthdawn.mod.gugu_utils.asm.GuGuUtilsCore
jei_version=4.16.1.302
mcjtylib_version=3.5.4
modularmachinery_version=1.11.1-v53
modularmachinery_version=1.11.1-v52
botania_version=r1.10-364.1
psi_version=r1.1-78.77
arl_version=1.3-27.13
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package com.warmthdawn.mod.gugu_utils.modularmachenary;

import hellfirepvp.modularmachinery.common.tiles.base.ColorableMachineTile;

public interface IColorableTileEntity extends ColorableMachineTile {
public interface IColorableTileEntity {
int getMachineColor();

void setMachineColor(int newColor);
Expand Down
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Sat Sep 25 21:49:40 CST 2021
SAVED_VERSION=0.7.4
BUILD_NUMBER=4
#Mon Sep 27 17:38:38 CST 2021
SAVED_VERSION=0.7.6
BUILD_NUMBER=1

0 comments on commit 82d34c0

Please sign in to comment.