Skip to content

Commit

Permalink
datagen stufff
Browse files Browse the repository at this point in the history
  • Loading branch information
Thepigcat76 committed Sep 28, 2024
1 parent a15e14c commit dd8bb2f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit dd8bb2f

Please sign in to comment.