Skip to content

Commit

Permalink
Updated to version 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
catter1 committed Jul 20, 2023
1 parent 7aa0ecc commit cd917fb
Show file tree
Hide file tree
Showing 29 changed files with 510 additions and 5 deletions.
1 change: 1 addition & 0 deletions data/incendium/functions/admin/give/cake_batter.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
loot give @s loot incendium:artifact/tool/cake_batter
2 changes: 1 addition & 1 deletion data/incendium/functions/admin/menu/give/5.allay
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[\[ Incendium Menu: Give (5/5) \]](bold, #FF3F0D)
[→](bold, gold) [Restless Nature](#E85302, run="/function incendium:admin/give/restless_nature")
[→](bold, gold) [Scroll of Returning](#FF870F, run="/function incendium:admin/give/scroll_of_returning")

[→](bold, gold) [Cake Batter](#E85302, run="/function incendium:admin/give/cake_batter")



Expand Down
2 changes: 1 addition & 1 deletion data/incendium/functions/admin/menu/give/5.mcfunction
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"}}]
2 changes: 1 addition & 1 deletion data/incendium/functions/sanctum/guardian/init.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ loot replace entity @s weapon.mainhand loot incendium:artifact/patron/holy_wrath

data modify entity @s CustomName set value '{"translate":"incendium.mob.sanctum.guardian.name","fallback":"Sanctum Guardian", "color": "#DAA520"}'
data modify entity @s HandDropChances set value [40.0f,40.0f]
data modify entity @s ArmorItems set value [{id:"minecraft:netherite_helmet", Count:1b}, {id:"minecraft:iron_chestplate", Count:1b, tag:{Enchantments:[{id:"minecraft:blast_resistance",lvl:10s}]}}, {id:"minecraft:iron_leggings", Count:1b}, {id:"minecraft:golden_boots"}]
data modify entity @s ArmorItems set value [{id:"minecraft:netherite_helmet", Count:1b, tag:{Enchantments:[{id:"minecraft:blast_resistance",lvl:15s}]}}, {id:"minecraft:iron_chestplate", Count:1b, tag:{Enchantments:[{id:"minecraft:blast_resistance",lvl:15s}]}}, {id:"minecraft:iron_leggings", Count:1b, tag:{Enchantments:[{id:"minecraft:blast_resistance",lvl:15s}]}}, {id:"minecraft:golden_boots", Count:1b, tag:{Enchantments:[{id:"minecraft:blast_resistance",lvl:15s}]}}]
data modify entity @s PersistenceRequired set value 1b

tag @s add in.ticking_entity
Expand Down
2 changes: 1 addition & 1 deletion data/incendium/loot_tables/castle/barrel/blacksmith.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@
]
}
]
}
}
Binary file modified data/incendium/structures/quartz_flats/quartz_tower1.nbt
Binary file not shown.
Binary file modified data/incendium/structures/quartz_flats/quartz_tower2.nbt
Binary file not shown.
Binary file modified data/incendium/structures/quartz_flats/quartz_tower3.nbt
Binary file not shown.
Binary file modified data/incendium/structures/sanctum/mobs/apostle.nbt
Binary file not shown.
Binary file modified data/incendium/structures/sanctum/mobs/cultist.nbt
Binary file not shown.
Binary file modified data/incendium/structures/sanctum/mobs/guardian.nbt
Binary file not shown.
Binary file modified data/incendium/structures/sanctum/mobs/illusionist.nbt
Binary file not shown.
Binary file modified data/incendium/structures/sanctum/mobs/inquisitor.nbt
Binary file not shown.
Binary file modified data/incendium/structures/sanctum/mobs/protector.nbt
Binary file not shown.
Binary file modified data/incendium/structures/sanctum/mobs/ravager.nbt
Binary file not shown.
Binary file modified data/incendium/structures/sanctum/mobs/ritualist.nbt
Binary file not shown.
42 changes: 42 additions & 0 deletions data/minecraft/loot_tables/blocks/bamboo_block.json
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'}}"
}
}
}
]
}
]
}
42 changes: 42 additions & 0 deletions data/minecraft/loot_tables/blocks/cherry_log.json
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'}}"
}
}
}
]
}
]
}
42 changes: 42 additions & 0 deletions data/minecraft/loot_tables/blocks/mangrove_log.json
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 data/minecraft/loot_tables/blocks/stripped_acacia_log.json
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 data/minecraft/loot_tables/blocks/stripped_bamboo_block.json
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'}}"
}
}
}
]
}
]
}
42 changes: 42 additions & 0 deletions data/minecraft/loot_tables/blocks/stripped_birch_log.json
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 data/minecraft/loot_tables/blocks/stripped_cherry_log.json
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 data/minecraft/loot_tables/blocks/stripped_dark_oak_log.json
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'}}"
}
}
}
]
}
]
}
Loading

0 comments on commit cd917fb

Please sign in to comment.