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
8c6efb5
commit a762635
Showing
14 changed files
with
43 additions
and
269 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
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
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
219 changes: 0 additions & 219 deletions
219
src/generated/resources/assets/nautec/models/block/laser_engraver.json
This file was deleted.
Oops, something went wrong.
5 changes: 2 additions & 3 deletions
5
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"type": "nautec:simple", | ||
"id": "nautec:cyanobacteria", | ||
"stats": { | ||
"type": "minecraft:iron_ingot", | ||
"color": -13434881, | ||
"growth_rate": 0.0, | ||
"lifespan": 0, | ||
"mutation_resistance": 0.0, | ||
"production_rate": 0.0 | ||
"production_rate": 0.0, | ||
"resource": "minecraft:iron_ingot" | ||
} | ||
} |
5 changes: 2 additions & 3 deletions
5
src/generated/resources/data/nautec/nautec/bacteria/empty.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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"type": "nautec:simple", | ||
"id": "nautec:empty", | ||
"stats": { | ||
"type": "minecraft:air", | ||
"color": 0, | ||
"growth_rate": 0.0, | ||
"lifespan": 0, | ||
"mutation_resistance": 0.0, | ||
"production_rate": 0.0 | ||
"production_rate": 0.0, | ||
"resource": "minecraft:air" | ||
} | ||
} |
5 changes: 2 additions & 3 deletions
5
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"type": "nautec:simple", | ||
"id": "nautec:halobacteria", | ||
"stats": { | ||
"type": "minecraft:gold_ingot", | ||
"color": -6912, | ||
"growth_rate": 0.0, | ||
"lifespan": 0, | ||
"mutation_resistance": 0.0, | ||
"production_rate": 0.0 | ||
"production_rate": 0.0, | ||
"resource": "minecraft:gold_ingot" | ||
} | ||
} |
5 changes: 2 additions & 3 deletions
5
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"type": "nautec:simple", | ||
"id": "nautec:methanogens", | ||
"stats": { | ||
"type": "minecraft:cooked_beef", | ||
"color": -1328403, | ||
"growth_rate": 0.0, | ||
"lifespan": 0, | ||
"mutation_resistance": 0.0, | ||
"production_rate": 0.0 | ||
"production_rate": 0.0, | ||
"resource": "minecraft:cooked_beef" | ||
} | ||
} |
5 changes: 2 additions & 3 deletions
5
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"type": "nautec:simple", | ||
"id": "nautec:thermophiles", | ||
"stats": { | ||
"type": "minecraft:lava_bucket", | ||
"color": -65536, | ||
"growth_rate": 0.0, | ||
"lifespan": 0, | ||
"mutation_resistance": 0.0, | ||
"production_rate": 0.0 | ||
"production_rate": 0.0, | ||
"resource": "minecraft:lava_bucket" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
} | ||
], | ||
"result": { | ||
"count": 1, | ||
"count": 2, | ||
"id": "nautec:brown_polymer" | ||
} | ||
} |
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.