Skip to content

Commit

Permalink
Removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
kckarnige committed Aug 21, 2024
1 parent faf7196 commit 410ac48
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/kckarnige/oye/item/ModItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private static Item registerItem (String name, Item item) {
}

public static void registerModItems () {
oye.LOGGER.info("Registering End Catalyst item... - " + oye.MOD_ID);
oye.LOGGER.info("[Open Your Eye] Registering End Catalyst item...");

ItemGroupEvents.modifyEntriesEvent(ItemGroups.INGREDIENTS).register(ModItems::addItemToIngredientItemGroup);
}
Expand Down
9 changes: 0 additions & 9 deletions src/main/java/com/kckarnige/oye/oyeClient.java

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/java/com/kckarnige/oye/oyeDataGenerator.java

This file was deleted.

6 changes: 0 additions & 6 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"entrypoints": {
"main": [
"com.kckarnige.oye.oye"
],
"client": [
"com.kckarnige.oye.oyeClient"
],
"fabric-datagen": [
"com.kckarnige.oye.oyeDataGenerator"
]
},
"depends": {
Expand Down

0 comments on commit 410ac48

Please sign in to comment.