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
5d0ac34
commit 19b235c
Showing
10 changed files
with
303 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/nautec/models/item/eldritch_heart.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "nautec:item/eldritch_heart" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/generated/resources/data/minecraft/recipe/eldritch_heart.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,11 @@ | ||
{ | ||
"type": "nautec:augmentation", | ||
"augmentItem": "nautec:eldritch_heart", | ||
"desc": "Increased health regeneration when underwater", | ||
"ingredients": [ | ||
{ | ||
"item": "nautec:eldritch_heart" | ||
} | ||
], | ||
"resultAugment": "nautec:eldritch_heart" | ||
} |
18 changes: 18 additions & 0 deletions
18
...d/resources/data/nautec/modonomicon/books/nautec_guide/categories/laser_augmentation.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,18 @@ | ||
{ | ||
"background": "modonomicon:textures/gui/dark_slate_seamless.png", | ||
"background_height": 512, | ||
"background_parallax_layers": [], | ||
"background_texture_zoom_multiplier": 1.0, | ||
"background_width": 512, | ||
"description": "", | ||
"display_mode": "node", | ||
"entry_textures": "modonomicon:textures/gui/entry_textures.png", | ||
"icon": { | ||
"item": "nautec:claw_robot_arm" | ||
}, | ||
"max_scroll_x": 512, | ||
"max_scroll_y": 512, | ||
"name": "book.nautec.nautec_guide.laser_augmentation.name", | ||
"show_category_button": true, | ||
"sort_number": 2 | ||
} |
36 changes: 36 additions & 0 deletions
36
...autec/modonomicon/books/nautec_guide/entries/laser_augmentation/aquarine_steel_armor.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,36 @@ | ||
{ | ||
"background_u_index": 0, | ||
"background_v_index": 0, | ||
"category": "laser_augmentation", | ||
"description": "book.nautec.nautec_guide.laser_augmentation.aquarine_steel_armor.description", | ||
"hide_while_locked": false, | ||
"icon": { | ||
"item": "nautec:aquarine_steel_chestplate" | ||
}, | ||
"name": "book.nautec.nautec_guide.laser_augmentation.aquarine_steel_armor.name", | ||
"pages": [ | ||
{ | ||
"type": "modonomicon:text", | ||
"anchor": "", | ||
"condition": { | ||
"type": "modonomicon:none" | ||
}, | ||
"show_title_separator": true, | ||
"text": "book.nautec.nautec_guide.laser_augmentation.aquarine_steel_armor.aquarine_steel_armor.text", | ||
"title": "book.nautec.nautec_guide.laser_augmentation.aquarine_steel_armor.aquarine_steel_armor.title", | ||
"use_markdown_in_title": false | ||
} | ||
], | ||
"parents": [ | ||
{ | ||
"draw_arrow": true, | ||
"entry": "laser_augmentation/laser_augmentation_introduction", | ||
"line_enabled": true, | ||
"line_reversed": false | ||
} | ||
], | ||
"show_when_any_parent_unlocked": false, | ||
"sort_number": 2, | ||
"x": 2, | ||
"y": 2 | ||
} |
36 changes: 36 additions & 0 deletions
36
...s/data/nautec/modonomicon/books/nautec_guide/entries/laser_augmentation/augmentation.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,36 @@ | ||
{ | ||
"background_u_index": 0, | ||
"background_v_index": 0, | ||
"category": "laser_augmentation", | ||
"description": "book.nautec.nautec_guide.laser_augmentation.augmentation.description", | ||
"hide_while_locked": false, | ||
"icon": { | ||
"item": "nautec:claw_robot_arm" | ||
}, | ||
"name": "book.nautec.nautec_guide.laser_augmentation.augmentation.name", | ||
"pages": [ | ||
{ | ||
"type": "modonomicon:text", | ||
"anchor": "", | ||
"condition": { | ||
"type": "modonomicon:none" | ||
}, | ||
"show_title_separator": true, | ||
"text": "book.nautec.nautec_guide.laser_augmentation.augmentation.augmentation.text", | ||
"title": "book.nautec.nautec_guide.laser_augmentation.augmentation.augmentation.title", | ||
"use_markdown_in_title": false | ||
} | ||
], | ||
"parents": [ | ||
{ | ||
"draw_arrow": true, | ||
"entry": "laser_augmentation/augmentation_station", | ||
"line_enabled": true, | ||
"line_reversed": false | ||
} | ||
], | ||
"show_when_any_parent_unlocked": false, | ||
"sort_number": 5, | ||
"x": 6, | ||
"y": 0 | ||
} |
36 changes: 36 additions & 0 deletions
36
...autec/modonomicon/books/nautec_guide/entries/laser_augmentation/augmentation_station.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,36 @@ | ||
{ | ||
"background_u_index": 0, | ||
"background_v_index": 0, | ||
"category": "laser_augmentation", | ||
"description": "book.nautec.nautec_guide.laser_augmentation.augmentation_station.description", | ||
"hide_while_locked": false, | ||
"icon": { | ||
"item": "nautec:augmentation_station" | ||
}, | ||
"name": "book.nautec.nautec_guide.laser_augmentation.augmentation_station.name", | ||
"pages": [ | ||
{ | ||
"type": "modonomicon:text", | ||
"anchor": "", | ||
"condition": { | ||
"type": "modonomicon:none" | ||
}, | ||
"show_title_separator": true, | ||
"text": "book.nautec.nautec_guide.laser_augmentation.augmentation_station.augmentation_station.text", | ||
"title": "book.nautec.nautec_guide.laser_augmentation.augmentation_station.augmentation_station.title", | ||
"use_markdown_in_title": false | ||
} | ||
], | ||
"parents": [ | ||
{ | ||
"draw_arrow": true, | ||
"entry": "laser_augmentation/mob_augments", | ||
"line_enabled": true, | ||
"line_reversed": false | ||
} | ||
], | ||
"show_when_any_parent_unlocked": false, | ||
"sort_number": 4, | ||
"x": 4, | ||
"y": 0 | ||
} |
15 changes: 15 additions & 0 deletions
15
...omicon/books/nautec_guide/entries/laser_augmentation/laser_augmentation_introduction.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,15 @@ | ||
{ | ||
"background_u_index": 0, | ||
"background_v_index": 0, | ||
"category": "laser_augmentation", | ||
"description": "book.nautec.nautec_guide.laser_augmentation.laser_augmentation_introduction.description", | ||
"hide_while_locked": false, | ||
"icon": { | ||
"item": "nautec:eldritch_heart" | ||
}, | ||
"name": "book.nautec.nautec_guide.laser_augmentation.laser_augmentation_introduction.name", | ||
"show_when_any_parent_unlocked": false, | ||
"sort_number": 0, | ||
"x": 0, | ||
"y": 0 | ||
} |
36 changes: 36 additions & 0 deletions
36
...nautec/modonomicon/books/nautec_guide/entries/laser_augmentation/long_distance_laser.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,36 @@ | ||
{ | ||
"background_u_index": 0, | ||
"background_v_index": 0, | ||
"category": "laser_augmentation", | ||
"description": "book.nautec.nautec_guide.laser_augmentation.long_distance_laser.description", | ||
"hide_while_locked": false, | ||
"icon": { | ||
"item": "nautec:long_distance_laser" | ||
}, | ||
"name": "book.nautec.nautec_guide.laser_augmentation.long_distance_laser.name", | ||
"pages": [ | ||
{ | ||
"type": "modonomicon:text", | ||
"anchor": "", | ||
"condition": { | ||
"type": "modonomicon:none" | ||
}, | ||
"show_title_separator": true, | ||
"text": "book.nautec.nautec_guide.laser_augmentation.long_distance_laser.long_distance_laser.text", | ||
"title": "book.nautec.nautec_guide.laser_augmentation.long_distance_laser.long_distance_laser.title", | ||
"use_markdown_in_title": false | ||
} | ||
], | ||
"parents": [ | ||
{ | ||
"draw_arrow": true, | ||
"entry": "laser_augmentation/laser_augmentation_introduction", | ||
"line_enabled": true, | ||
"line_reversed": false | ||
} | ||
], | ||
"show_when_any_parent_unlocked": false, | ||
"sort_number": 1, | ||
"x": 2, | ||
"y": -2 | ||
} |
73 changes: 73 additions & 0 deletions
73
...s/data/nautec/modonomicon/books/nautec_guide/entries/laser_augmentation/mob_augments.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,73 @@ | ||
{ | ||
"background_u_index": 0, | ||
"background_v_index": 0, | ||
"category": "laser_augmentation", | ||
"description": "book.nautec.nautec_guide.laser_augmentation.mob_augments.description", | ||
"hide_while_locked": false, | ||
"icon": { | ||
"item": "nautec:dolphin_fin" | ||
}, | ||
"name": "book.nautec.nautec_guide.laser_augmentation.mob_augments.name", | ||
"pages": [ | ||
{ | ||
"type": "modonomicon:spotlight", | ||
"anchor": "", | ||
"condition": { | ||
"type": "modonomicon:none" | ||
}, | ||
"item": { | ||
"item": "nautec:guardian_eye" | ||
}, | ||
"text": "book.nautec.nautec_guide.laser_augmentation.mob_augments.guardian_eye.text", | ||
"title": "book.nautec.nautec_guide.laser_augmentation.mob_augments.guardian_eye.title" | ||
}, | ||
{ | ||
"type": "modonomicon:spotlight", | ||
"anchor": "", | ||
"condition": { | ||
"type": "modonomicon:none" | ||
}, | ||
"item": { | ||
"item": "nautec:dolphin_fin" | ||
}, | ||
"text": "book.nautec.nautec_guide.laser_augmentation.mob_augments.dolphin_fin.text", | ||
"title": "book.nautec.nautec_guide.laser_augmentation.mob_augments.dolphin_fin.title" | ||
}, | ||
{ | ||
"type": "modonomicon:spotlight", | ||
"anchor": "", | ||
"condition": { | ||
"type": "modonomicon:none" | ||
}, | ||
"item": { | ||
"item": "nautec:drowned_lungs" | ||
}, | ||
"text": "book.nautec.nautec_guide.laser_augmentation.mob_augments.drowned_lung.text", | ||
"title": "book.nautec.nautec_guide.laser_augmentation.mob_augments.drowned_lung.title" | ||
}, | ||
{ | ||
"type": "modonomicon:spotlight", | ||
"anchor": "", | ||
"condition": { | ||
"type": "modonomicon:none" | ||
}, | ||
"item": { | ||
"item": "nautec:eldritch_heart" | ||
}, | ||
"text": "book.nautec.nautec_guide.laser_augmentation.mob_augments.eldritch_heart.text", | ||
"title": "book.nautec.nautec_guide.laser_augmentation.mob_augments.eldritch_heart.title" | ||
} | ||
], | ||
"parents": [ | ||
{ | ||
"draw_arrow": true, | ||
"entry": "laser_augmentation/laser_augmentation_introduction", | ||
"line_enabled": true, | ||
"line_reversed": false | ||
} | ||
], | ||
"show_when_any_parent_unlocked": false, | ||
"sort_number": 3, | ||
"x": 2, | ||
"y": 0 | ||
} |
36 changes: 36 additions & 0 deletions
36
...data/nautec/modonomicon/books/nautec_guide/entries/laser_chemistry/prismatic_battery.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,36 @@ | ||
{ | ||
"background_u_index": 0, | ||
"background_v_index": 0, | ||
"category": "laser_chemistry", | ||
"description": "book.nautec.nautec_guide.laser_chemistry.prismatic_battery.description", | ||
"hide_while_locked": false, | ||
"icon": { | ||
"item": "nautec:prismatic_battery" | ||
}, | ||
"name": "book.nautec.nautec_guide.laser_chemistry.prismatic_battery.name", | ||
"pages": [ | ||
{ | ||
"type": "modonomicon:text", | ||
"anchor": "", | ||
"condition": { | ||
"type": "modonomicon:none" | ||
}, | ||
"show_title_separator": true, | ||
"text": "book.nautec.nautec_guide.laser_chemistry.prismatic_battery.prismatic_battery.text", | ||
"title": "book.nautec.nautec_guide.laser_chemistry.prismatic_battery.prismatic_battery.title", | ||
"use_markdown_in_title": false | ||
} | ||
], | ||
"parents": [ | ||
{ | ||
"draw_arrow": true, | ||
"entry": "laser_chemistry/crystal_shards", | ||
"line_enabled": true, | ||
"line_reversed": false | ||
} | ||
], | ||
"show_when_any_parent_unlocked": false, | ||
"sort_number": 7, | ||
"x": 8, | ||
"y": -2 | ||
} |