-
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.
feat: it compiles, more testing and data gen to do
- Loading branch information
Showing
51 changed files
with
1,008 additions
and
823 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
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
42 changes: 0 additions & 42 deletions
42
src/generated/resources/.cache/910218e7c3efcae493640079456ad43bd5253459
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,14 @@ | ||
package se.gory_moon.chargers; | ||
|
||
import net.minecraft.resources.ResourceLocation; | ||
|
||
public class Constants { | ||
public static final String MOD_ID = "chargers"; | ||
|
||
public static ResourceLocation NET_ID = ResourceLocation.fromNamespaceAndPath(MOD_ID, "net"); | ||
|
||
public static final String CHARGER_T1_BLOCK = "charger_t1"; | ||
public static final String CHARGER_T1_NAME = "Charger Tier I"; | ||
|
||
public static final String CHARGER_T2_BLOCK = "charger_t2"; | ||
public static final String CHARGER_T2_NAME = "Charger Tier II"; | ||
|
||
public static final String CHARGER_T3_BLOCK = "charger_t3"; | ||
public static final String CHARGER_T3_NAME = "Charger Tier III"; | ||
|
||
public static final String CHARGER_T4_BLOCK = "charger_t4"; | ||
public static final String CHARGER_T4_NAME = "Charger Tier IV"; | ||
|
||
public static final String CHARGER_CREATIVE_BLOCK = "charger_creative"; | ||
public static final String CHARGER_CREATIVE_NAME = "Creative Charger"; | ||
|
||
public static final String CHARGER_BLOCK_ENTITY = "charger"; | ||
public static final String CHARGER_CONTAINER = "charger"; | ||
|
||
public static final String WIRELESS_CHARGER_BLOCK = "wireless_charger"; | ||
public static final String WIRELESS_CHARGER_NAME = "Wireless Charger"; | ||
public static final String WIRELESS_CHARGER_BLOCK_ENTITY = WIRELESS_CHARGER_BLOCK; | ||
|
||
public static final String CHARGER_BLOCK = "charger"; | ||
} |
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
Oops, something went wrong.