-
-
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.
Update 20240712 - Refactor and Clean Up
Refactored some packages from having plural names into singular. Furthermore, unused directories and files are removed. [CHANGELOG] 🟡 Renamed `com.virus5600.defensive_measures.entities` package into `.entity`. 🟡 Renamed `com.virus5600.defensive_measures.items` package into `.item`. 🟡 Updated some values in Gradle properties. 🔴 Removed mixins in fabric mod JSON file. 🔴 Removed the entire `src.client` package. 🔴 Removed unused Loom configurations in Gradle build.
- Loading branch information
Showing
24 changed files
with
133 additions
and
103 deletions.
There are no files selected for viewing
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
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
22 changes: 0 additions & 22 deletions
22
src/client/java/com/virus5600/defensive_measures/DefensiveMeasuresClient.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
src/main/java/com/virus5600/defensive_measures/DefensiveMeasures.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
6 changes: 0 additions & 6 deletions
6
src/main/java/com/virus5600/defensive_measures/entities/TurretMaterial.java
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ensive_measures/entities/ModEntities.java → ...efensive_measures/entity/ModEntities.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
6 changes: 6 additions & 0 deletions
6
src/main/java/com/virus5600/defensive_measures/entity/TurretMaterial.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package com.virus5600.defensive_measures.entity; | ||
|
||
public enum TurretMaterial { | ||
METAL, | ||
WOOD | ||
} |
4 changes: 2 additions & 2 deletions
4
...entities/ai/goal/TargetOtherTeamGoal.java → ...s/entity/ai/goal/TargetOtherTeamGoal.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
4 changes: 2 additions & 2 deletions
4
...es/entities/ai/goal/TargetPlayerGoal.java → ...ures/entity/ai/goal/TargetPlayerGoal.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
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
3 changes: 1 addition & 2 deletions
3
...e_measures/entities/turrets/Itemable.java → ...ive_measures/entity/turrets/Itemable.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
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
2 changes: 1 addition & 1 deletion
2
...fensive_measures/items/ModItemGroups.java → ...efensive_measures/item/ModItemGroups.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
8 changes: 4 additions & 4 deletions
8
...00/defensive_measures/items/ModItems.java → ...600/defensive_measures/item/ModItems.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
2 changes: 1 addition & 1 deletion
2
...sive_measures/items/ModToolMaterials.java → ...nsive_measures/item/ModToolMaterials.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
2 changes: 1 addition & 1 deletion
2
...s/items/equipments/TurretRemoverItem.java → ...es/item/equipments/TurretRemoverItem.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
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
2 changes: 1 addition & 1 deletion
2
.../items/turrets/cannon/CannonBaseItem.java → ...s/item/turrets/cannon/CannonBaseItem.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
2 changes: 1 addition & 1 deletion
2
.../items/turrets/cannon/CannonHeadItem.java → ...s/item/turrets/cannon/CannonHeadItem.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
2 changes: 1 addition & 1 deletion
2
...items/turrets/cannon/CannonStandItem.java → .../item/turrets/cannon/CannonStandItem.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
4 changes: 2 additions & 2 deletions
4
...tems/turrets/cannon/CannonTurretItem.java → ...item/turrets/cannon/CannonTurretItem.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
2 changes: 1 addition & 1 deletion
2
...rets/cannon/UnfinishedCannonHeadItem.java → ...rets/cannon/UnfinishedCannonHeadItem.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
Oops, something went wrong.