From dd8bb2fc87c59dc105b5d08569383c97739596a9 Mon Sep 17 00:00:00 2001 From: thepigcat Date: Sat, 28 Sep 2024 19:08:59 +0200 Subject: [PATCH] datagen stufff --- .../loot_modifiers/dolphin_modifier.json | 14 ++++++++++ .../entries/getting_started/structures.json | 28 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 src/generated/resources/data/nautec/loot_modifiers/dolphin_modifier.json create mode 100644 src/generated/resources/data/nautec/modonomicon/books/nautec_guide/entries/getting_started/structures.json diff --git a/src/generated/resources/data/nautec/loot_modifiers/dolphin_modifier.json b/src/generated/resources/data/nautec/loot_modifiers/dolphin_modifier.json new file mode 100644 index 00000000..0833c25d --- /dev/null +++ b/src/generated/resources/data/nautec/loot_modifiers/dolphin_modifier.json @@ -0,0 +1,14 @@ +{ + "type": "neoforge:add_table", + "conditions": [ + { + "condition": "neoforge:loot_table_id", + "loot_table_id": "minecraft:entities/dolphin" + }, + { + "chance": 0.2, + "condition": "minecraft:random_chance" + } + ], + "table": "nautec:entities/dolphin" +} \ No newline at end of file diff --git a/src/generated/resources/data/nautec/modonomicon/books/nautec_guide/entries/getting_started/structures.json b/src/generated/resources/data/nautec/modonomicon/books/nautec_guide/entries/getting_started/structures.json new file mode 100644 index 00000000..b49a9dd4 --- /dev/null +++ b/src/generated/resources/data/nautec/modonomicon/books/nautec_guide/entries/getting_started/structures.json @@ -0,0 +1,28 @@ +{ + "background_u_index": 0, + "background_v_index": 0, + "category": "getting_started", + "description": "book.nautec.nautec_guide.getting_started.structures.description", + "hide_while_locked": false, + "icon": { + "item": "nautec:prismarine_crystal" + }, + "name": "book.nautec.nautec_guide.getting_started.structures.name", + "pages": [ + { + "type": "modonomicon:text", + "anchor": "", + "condition": { + "type": "modonomicon:none" + }, + "show_title_separator": true, + "text": "book.nautec.nautec_guide.getting_started.structures.structures.text", + "title": "book.nautec.nautec_guide.getting_started.structures.structures.title", + "use_markdown_in_title": false + } + ], + "show_when_any_parent_unlocked": false, + "sort_number": 1, + "x": 0, + "y": 0 +} \ No newline at end of file