This repository has been archived by the owner on May 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert machine colors to data attachments
- Loading branch information
1 parent
8311e04
commit 780abb6
Showing
7 changed files
with
5 additions
and
126 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
core-api/src/main/java/dev/compactmods/machines/api/machine/IColoredMachine.java
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
core-api/src/main/java/dev/compactmods/machines/api/machine/MachineCreator.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...main/java/dev/compactmods/machines/api/machine/block/IBoundCompactMachineBlockEntity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
package dev.compactmods.machines.api.machine.block; | ||
|
||
public interface IBoundCompactMachineBlockEntity extends ICompactMachineBlockEntity { | ||
|
||
String NBT_OWNER = "owner"; | ||
String NBT_COLOR = "machine_color"; | ||
String NBT_ROOM_CODE = "room_code"; | ||
String NBT_ROOM_COLOR = "room_color"; | ||
|
||
} |
4 changes: 1 addition & 3 deletions
4
.../src/main/java/dev/compactmods/machines/api/machine/block/ICompactMachineBlockEntity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
package dev.compactmods.machines.api.machine.block; | ||
|
||
public interface ICompactMachineBlockEntity { | ||
String NBT_COLOR = "machine_color"; | ||
} | ||
public interface ICompactMachineBlockEntity {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
core/src/main/java/dev/compactmods/machines/machine/client/MachineColors.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters