generated from NeoForgeMDKs/MDK-1.21-NeoGradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
018a040
commit 5d45470
Showing
20 changed files
with
160 additions
and
89 deletions.
There are no files selected for viewing
8 changes: 6 additions & 2 deletions
8
src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924
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
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/nautec/nautec/bacteria/cyanobacteria.json
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,12 @@ | ||
{ | ||
"type": "nautec:simple", | ||
"id": "nautec:cyanobacteria", | ||
"stats": { | ||
"type": "minecraft:air", | ||
"color": 0, | ||
"growth_rate": 0.0, | ||
"lifespan": 0, | ||
"mutation_resistance": 0.0, | ||
"production_rate": 0.0 | ||
} | ||
} |
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
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/nautec/nautec/bacteria/halobacteria.json
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,12 @@ | ||
{ | ||
"type": "nautec:simple", | ||
"id": "nautec:halobacteria", | ||
"stats": { | ||
"type": "minecraft:air", | ||
"color": 0, | ||
"growth_rate": 0.0, | ||
"lifespan": 0, | ||
"mutation_resistance": 0.0, | ||
"production_rate": 0.0 | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/nautec/nautec/bacteria/methanogens.json
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,12 @@ | ||
{ | ||
"type": "nautec:simple", | ||
"id": "nautec:methanogens", | ||
"stats": { | ||
"type": "minecraft:air", | ||
"color": 0, | ||
"growth_rate": 0.0, | ||
"lifespan": 0, | ||
"mutation_resistance": 0.0, | ||
"production_rate": 0.0 | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/nautec/nautec/bacteria/thermophiles.json
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,12 @@ | ||
{ | ||
"type": "nautec:simple", | ||
"id": "nautec:thermophiles", | ||
"stats": { | ||
"type": "minecraft:air", | ||
"color": 0, | ||
"growth_rate": 0.0, | ||
"lifespan": 0, | ||
"mutation_resistance": 0.0, | ||
"production_rate": 0.0 | ||
} | ||
} |
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
5 changes: 3 additions & 2 deletions
5
src/main/java/com/portingdeadmods/nautec/capabilities/bacteria/IBacteriaStorage.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
4 changes: 1 addition & 3 deletions
4
...ds/nautec/api/bacteria/BacteriaStats.java → ...autec/content/bacteria/BacteriaStats.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
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
Oops, something went wrong.