-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
catter1
committed
Jul 20, 2023
1 parent
7aa0ecc
commit cd917fb
Showing
29 changed files
with
510 additions
and
5 deletions.
There are no files selected for viewing
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 @@ | ||
loot give @s loot incendium:artifact/tool/cake_batter |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
tellraw @s ["", {"text": "[ Incendium Menu: Give (5/5) ]", "bold": true, "color": "#FF3F0D"}, {"text": "\n"}, {"text": "\u2192", "bold": true, "color": "gold"}, {"text": " "}, {"text": "Restless Nature", "color": "#E85302", "clickEvent": {"action": "run_command", "value": "/function incendium:admin/give/restless_nature"}}, {"text": "\n"}, {"text": "\u2192", "bold": true, "color": "gold"}, {"text": " "}, {"text": "Scroll of Returning", "color": "#FF870F", "clickEvent": {"action": "run_command", "value": "/function incendium:admin/give/scroll_of_returning"}}, {"text": "\n\n\n\n\n\n"}, {"text": "\u2190 Back", "bold": true, "color": "#FF3F0D", "clickEvent": {"action": "run_command", "value": "/function incendium:admin/menu/give/4"}}, {"text": " "}, {"text": "|", "bold": true, "color": "gray"}, {"text": " "}, {"text": "First \u2192", "bold": true, "color": "#FF3F0D", "clickEvent": {"action": "run_command", "value": "/function incendium:admin/menu/give/1"}}] | ||
tellraw @s ["", {"text": "[ Incendium Menu: Give (5/5) ]", "bold": true, "color": "#FF3F0D"}, {"text": "\n"}, {"text": "\u2192", "bold": true, "color": "gold"}, {"text": " "}, {"text": "Restless Nature", "color": "#E85302", "clickEvent": {"action": "run_command", "value": "/function incendium:admin/give/restless_nature"}}, {"text": "\n"}, {"text": "\u2192", "bold": true, "color": "gold"}, {"text": " "}, {"text": "Scroll of Returning", "color": "#FF870F", "clickEvent": {"action": "run_command", "value": "/function incendium:admin/give/scroll_of_returning"}}, {"text": "\n"}, {"text": "\u2192", "bold": true, "color": "gold"}, {"text": " "}, {"text": "Cake Batter", "color": "#E85302", "clickEvent": {"action": "run_command", "value": "/function incendium:admin/give/cake_batter"}}, {"text": "\n\n\n\n\n"}, {"text": "\u2190 Back", "bold": true, "color": "#FF3F0D", "clickEvent": {"action": "run_command", "value": "/function incendium:admin/menu/give/4"}}, {"text": " "}, {"text": "|", "bold": true, "color": "gray"}, {"text": " "}, {"text": "First \u2192", "bold": true, "color": "#FF3F0D", "clickEvent": {"action": "run_command", "value": "/function incendium:admin/menu/give/1"}}] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,4 +178,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,42 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:charcoal", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:bamboo_block" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:inverted", | ||
"term": { | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
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,42 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:charcoal", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:cherry_log" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:inverted", | ||
"term": { | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
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,42 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:charcoal", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:mangrove_log" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:inverted", | ||
"term": { | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
data/minecraft/loot_tables/blocks/stripped_acacia_log.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,42 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:charcoal", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:stripped_acacia_log" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:inverted", | ||
"term": { | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
data/minecraft/loot_tables/blocks/stripped_bamboo_block.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,42 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:charcoal", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:stripped_bamboo_block" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:inverted", | ||
"term": { | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
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,42 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:charcoal", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:stripped_birch_log" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:inverted", | ||
"term": { | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
data/minecraft/loot_tables/blocks/stripped_cherry_log.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,42 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:charcoal", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:stripped_cherry_log" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:inverted", | ||
"term": { | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
data/minecraft/loot_tables/blocks/stripped_dark_oak_log.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,42 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:charcoal", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:stripped_dark_oak_log" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:inverted", | ||
"term": { | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"nbt": "{incendium:{item:'blazing_hatchet'}}" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.