diff --git a/data/cursed/plasmid/game/spleef/explosive/omega.json b/data/cursed/plasmid/game/spleef/explosive/omega.json index b6bcd313..36065d8f 100644 --- a/data/cursed/plasmid/game/spleef/explosive/omega.json +++ b/data/cursed/plasmid/game/spleef/explosive/omega.json @@ -29,23 +29,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/cursed/plasmid/game/spleef/explosive/ring.json b/data/cursed/plasmid/game/spleef/explosive/ring.json index 025f9b59..0d33dc2b 100644 --- a/data/cursed/plasmid/game/spleef/explosive/ring.json +++ b/data/cursed/plasmid/game/spleef/explosive/ring.json @@ -30,23 +30,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/cursed/plasmid/game/spleef/explosive/run.json b/data/cursed/plasmid/game/spleef/explosive/run.json index 3880c006..c66e7d07 100644 --- a/data/cursed/plasmid/game/spleef/explosive/run.json +++ b/data/cursed/plasmid/game/spleef/explosive/run.json @@ -42,23 +42,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/cursed/plasmid/game/spleef/explosive/trapdoor.json b/data/cursed/plasmid/game/spleef/explosive/trapdoor.json index 857b9448..d4665bf9 100644 --- a/data/cursed/plasmid/game/spleef/explosive/trapdoor.json +++ b/data/cursed/plasmid/game/spleef/explosive/trapdoor.json @@ -38,23 +38,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:oak_trapdoor", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:oak_trapdoor" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/cursed/plasmid/game/spleef/explosive/true_checkerboard.json b/data/cursed/plasmid/game/spleef/explosive/true_checkerboard.json index f33f6598..327b9f0b 100644 --- a/data/cursed/plasmid/game/spleef/explosive/true_checkerboard.json +++ b/data/cursed/plasmid/game/spleef/explosive/true_checkerboard.json @@ -42,23 +42,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/cursed/plasmid/game/spleef/omega_bleef.json b/data/cursed/plasmid/game/spleef/omega_bleef.json index 55bd9441..6f8f6f14 100644 --- a/data/cursed/plasmid/game/spleef/omega_bleef.json +++ b/data/cursed/plasmid/game/spleef/omega_bleef.json @@ -17,21 +17,20 @@ "projectile": { "restock_interval": 1, "stack": { - "id": "arrow", - "Count": 1 + "id": "minecraft:arrow", + "count": 1 }, "radius": 3 }, "tool": { "id": "minecraft:bow", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:infinity", - "lvl": 1 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:infinity": 1 } - ] + } } }, "players": { diff --git a/data/cursed/plasmid/game/spleef/omega_ender.json b/data/cursed/plasmid/game/spleef/omega_ender.json index 61589042..6acee4c5 100644 --- a/data/cursed/plasmid/game/spleef/omega_ender.json +++ b/data/cursed/plasmid/game/spleef/omega_ender.json @@ -17,8 +17,8 @@ "projectile": { "restock_interval": 20, "stack": { - "id": "ender_pearl", - "Count": 1 + "id": "minecraft:ender_pearl", + "count": 1 }, "radius": 0 }, diff --git a/data/cursed/plasmid/game/spleef/omega_skeld.json b/data/cursed/plasmid/game/spleef/omega_skeld.json index 876e6c55..8950b5ac 100644 --- a/data/cursed/plasmid/game/spleef/omega_skeld.json +++ b/data/cursed/plasmid/game/spleef/omega_skeld.json @@ -357,14 +357,13 @@ }, "tool": { "id": "minecraft:netherite_pickaxe", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:efficiency", - "lvl": 100 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:efficiency": 100 } - ] + } } }, "icon": "minecraft:poisonous_potato" diff --git a/data/cursed/plasmid/game/spleef/trapdoor.json b/data/cursed/plasmid/game/spleef/trapdoor.json index 71cfce46..51e32428 100644 --- a/data/cursed/plasmid/game/spleef/trapdoor.json +++ b/data/cursed/plasmid/game/spleef/trapdoor.json @@ -30,7 +30,7 @@ }, "tool": { "id": "minecraft:netherite_axe", - "Count": 1 + "count": 1 }, "icon": "minecraft:oak_trapdoor" } \ No newline at end of file diff --git a/data/cursed/plasmid/game/spleef/true_checkerboard.json b/data/cursed/plasmid/game/spleef/true_checkerboard.json index b5f7567a..5afe990e 100644 --- a/data/cursed/plasmid/game/spleef/true_checkerboard.json +++ b/data/cursed/plasmid/game/spleef/true_checkerboard.json @@ -41,8 +41,8 @@ "projectile": { "restock_interval": 20, "stack": { - "id": "ender_pearl", - "Count": 1 + "id": "minecraft:ender_pearl", + "count": 1 }, "radius": 0 }, diff --git a/data/nucleoid/game_portals/beacon_breakers/keep_inventory/root.json b/data/nucleoid/game_portals/beacon_breakers/keep_inventory/root.json index c0612446..753cdf4a 100644 --- a/data/nucleoid/game_portals/beacon_breakers/keep_inventory/root.json +++ b/data/nucleoid/game_portals/beacon_breakers/keep_inventory/root.json @@ -1,14 +1,14 @@ { "type": "nucleoid_extras:styled/simple_menu", "icon": { - "id": "minecraft:beacon", - "Count": 1, "Enchantments": [ { "id": "minecraft:unbreaking", "lvl": 3 } - ] + ], + "id": "minecraft:beacon", + "count": 1 }, "games": [ "beaconbreakers:amplified_beacon_breakers_keep_inventory", diff --git a/data/nucleoid/game_portals/bedwars/eight_teams/root.json b/data/nucleoid/game_portals/bedwars/eight_teams/root.json index 5cbb58ea..271a7354 100644 --- a/data/nucleoid/game_portals/bedwars/eight_teams/root.json +++ b/data/nucleoid/game_portals/bedwars/eight_teams/root.json @@ -2,7 +2,7 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:red_bed", - "Count": 8 + "count": 8 }, "games": [ "bedwars:eight_teams/beach" diff --git a/data/nucleoid/game_portals/bedwars/four_teams/root.json b/data/nucleoid/game_portals/bedwars/four_teams/root.json index 41582265..fd44e212 100644 --- a/data/nucleoid/game_portals/bedwars/four_teams/root.json +++ b/data/nucleoid/game_portals/bedwars/four_teams/root.json @@ -2,7 +2,7 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:red_bed", - "Count": 4 + "count": 4 }, "games": [ "bedwars:four_teams/aspen_forest", diff --git a/data/nucleoid/game_portals/bedwars/two_teams/root.json b/data/nucleoid/game_portals/bedwars/two_teams/root.json index 19a3155b..1a214ab4 100644 --- a/data/nucleoid/game_portals/bedwars/two_teams/root.json +++ b/data/nucleoid/game_portals/bedwars/two_teams/root.json @@ -2,7 +2,7 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:red_bed", - "Count": 2 + "count": 2 }, "games": [ "bedwars:two_teams/aspen_forest", diff --git a/data/nucleoid/game_portals/cake_wars/four_teams/root.json b/data/nucleoid/game_portals/cake_wars/four_teams/root.json index bad42711..662bb92a 100644 --- a/data/nucleoid/game_portals/cake_wars/four_teams/root.json +++ b/data/nucleoid/game_portals/cake_wars/four_teams/root.json @@ -2,7 +2,7 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:cake", - "Count": 4 + "count": 4 }, "games": [ "cakewars:laboratory_cake_wars", diff --git a/data/nucleoid/game_portals/cake_wars/two_teams/root.json b/data/nucleoid/game_portals/cake_wars/two_teams/root.json index 511935a7..ced51364 100644 --- a/data/nucleoid/game_portals/cake_wars/two_teams/root.json +++ b/data/nucleoid/game_portals/cake_wars/two_teams/root.json @@ -2,7 +2,7 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:cake", - "Count": 2 + "count": 2 }, "games": [ "cakewars:beehive_cake_wars", diff --git a/data/nucleoid/game_portals/consolebox.json b/data/nucleoid/game_portals/consolebox.json index 7efc352f..e025fb94 100644 --- a/data/nucleoid/game_portals/consolebox.json +++ b/data/nucleoid/game_portals/consolebox.json @@ -2,22 +2,22 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:player_head", - "Count": 1, - "tag": { - "SkullOwner": { - "Id": [ + "count": 1, + "components": { + "minecraft:profile": { + "name": "", + "id": [ -2037993498, -535148877, -1690878860, 157595191 ], - "Properties": { - "textures": [ - { - "Value": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc0MTcwYzY2YmYzMTQwZjIzNGIzMjJhZGQ3MjRjNWRmNjk0OWE5MjA5ZjgwN2ViZjg2ZDRmOWM4YzFlMTc4In19fQ==" - } - ] - } + "properties": [ + { + "name": "textures", + "value": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc0MTcwYzY2YmYzMTQwZjIzNGIzMjJhZGQ3MjRjNWRmNjk0OWE5MjA5ZjgwN2ViZjg2ZDRmOWM4YzFlMTc4In19fQ==" + } + ] } } }, diff --git a/data/nucleoid/game_portals/destroy_the_monument/duels/root.json b/data/nucleoid/game_portals/destroy_the_monument/duels/root.json index 86b9a8f9..cd2552a3 100644 --- a/data/nucleoid/game_portals/destroy_the_monument/duels/root.json +++ b/data/nucleoid/game_portals/destroy_the_monument/duels/root.json @@ -2,7 +2,7 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:iron_sword", - "Count": 2 + "count": 2 }, "games": [ "destroy_the_monument:kupol_duels" diff --git a/data/nucleoid/game_portals/destroy_the_monument/four_teams/root.json b/data/nucleoid/game_portals/destroy_the_monument/four_teams/root.json index e495fe11..72169093 100644 --- a/data/nucleoid/game_portals/destroy_the_monument/four_teams/root.json +++ b/data/nucleoid/game_portals/destroy_the_monument/four_teams/root.json @@ -2,7 +2,7 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:diamond_sword", - "Count": 4 + "count": 4 }, "games": [ "destroy_the_monument:forest4" diff --git a/data/nucleoid/game_portals/destroy_the_monument/two_teams/root.json b/data/nucleoid/game_portals/destroy_the_monument/two_teams/root.json index 91a0c232..26e11bda 100644 --- a/data/nucleoid/game_portals/destroy_the_monument/two_teams/root.json +++ b/data/nucleoid/game_portals/destroy_the_monument/two_teams/root.json @@ -2,7 +2,7 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:diamond_sword", - "Count": 2 + "count": 2 }, "games": [ "destroy_the_monument:concrete", diff --git a/data/nucleoid/game_portals/skywars/duos/root.json b/data/nucleoid/game_portals/skywars/duos/root.json index 6c55dcdc..2089c3a1 100644 --- a/data/nucleoid/game_portals/skywars/duos/root.json +++ b/data/nucleoid/game_portals/skywars/duos/root.json @@ -2,7 +2,7 @@ "type": "nucleoid_extras:styled/simple_menu", "icon": { "id": "minecraft:ender_eye", - "Count": 2 + "count": 2 }, "games": [ "skywars:duos/baba", diff --git a/data/nucleoid/plasmid/game/koth/map_groups/stack.json b/data/nucleoid/plasmid/game/koth/map_groups/stack.json index 1ba85e2b..2a63e32b 100644 --- a/data/nucleoid/plasmid/game/koth/map_groups/stack.json +++ b/data/nucleoid/plasmid/game/koth/map_groups/stack.json @@ -6,13 +6,13 @@ "koth:stack_leap" ], "icon": { - "id": "minecraft:stick", - "Count": 1, "Enchantments": [ { "id": "minecraft:knockback", "lvl": 1 } - ] + ], + "id": "minecraft:stick", + "count": 1 } } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/amelia.json b/data/nucleoid/plasmid/game/spleef/amelia.json index 8dcfee18..5fb1fc99 100644 --- a/data/nucleoid/plasmid/game/spleef/amelia.json +++ b/data/nucleoid/plasmid/game/spleef/amelia.json @@ -39,14 +39,13 @@ }, "tool": { "id": "minecraft:shears", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:efficiency", - "lvl": 100 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:efficiency": 100 } - ] + } } }, "icon": "nucleoid_extras:trans_tater" diff --git a/data/nucleoid/plasmid/game/spleef/aperture.json b/data/nucleoid/plasmid/game/spleef/aperture.json index 2e69073c..700a009a 100644 --- a/data/nucleoid/plasmid/game/spleef/aperture.json +++ b/data/nucleoid/plasmid/game/spleef/aperture.json @@ -74,8 +74,8 @@ "projectile": { "restock_interval": 300, "stack": { - "id": "ender_pearl", - "Count": 1 + "id": "minecraft:ender_pearl", + "count": 1 } }, "players": { diff --git a/data/nucleoid/plasmid/game/spleef/bleef.json b/data/nucleoid/plasmid/game/spleef/bleef.json index 5569b903..94fd9f20 100644 --- a/data/nucleoid/plasmid/game/spleef/bleef.json +++ b/data/nucleoid/plasmid/game/spleef/bleef.json @@ -17,21 +17,20 @@ "projectile": { "restock_interval": 1, "stack": { - "id": "arrow", - "Count": 1 + "id": "minecraft:arrow", + "count": 1 }, "radius": 2 }, "tool": { "id": "minecraft:bow", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:infinity", - "lvl": 1 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:infinity": 1 } - ] + } } }, "players": { @@ -41,14 +40,13 @@ }, "icon": { "id": "minecraft:bow", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:infinity", - "lvl": 1 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:infinity": 1 } - ] + } } } } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/ender.json b/data/nucleoid/plasmid/game/spleef/ender.json index 19b1b1bd..b5687ecc 100644 --- a/data/nucleoid/plasmid/game/spleef/ender.json +++ b/data/nucleoid/plasmid/game/spleef/ender.json @@ -12,8 +12,8 @@ "projectile": { "restock_interval": 300, "stack": { - "id": "ender_pearl", - "Count": 1 + "id": "minecraft:ender_pearl", + "count": 1 } }, "players": { diff --git a/data/nucleoid/plasmid/game/spleef/explosive/aperture.json b/data/nucleoid/plasmid/game/spleef/explosive/aperture.json index c16cf507..8d81b787 100644 --- a/data/nucleoid/plasmid/game/spleef/explosive/aperture.json +++ b/data/nucleoid/plasmid/game/spleef/explosive/aperture.json @@ -80,23 +80,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/nucleoid/plasmid/game/spleef/explosive/donut.json b/data/nucleoid/plasmid/game/spleef/explosive/donut.json index ae6175d8..db2f084b 100644 --- a/data/nucleoid/plasmid/game/spleef/explosive/donut.json +++ b/data/nucleoid/plasmid/game/spleef/explosive/donut.json @@ -30,23 +30,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/nucleoid/plasmid/game/spleef/explosive/endless_tater.json b/data/nucleoid/plasmid/game/spleef/explosive/endless_tater.json index f07a2acf..247aa9e1 100644 --- a/data/nucleoid/plasmid/game/spleef/explosive/endless_tater.json +++ b/data/nucleoid/plasmid/game/spleef/explosive/endless_tater.json @@ -36,23 +36,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "level_break_interval": 400, diff --git a/data/nucleoid/plasmid/game/spleef/explosive/fast.json b/data/nucleoid/plasmid/game/spleef/explosive/fast.json index 1b67cb34..a2f7ba54 100644 --- a/data/nucleoid/plasmid/game/spleef/explosive/fast.json +++ b/data/nucleoid/plasmid/game/spleef/explosive/fast.json @@ -24,23 +24,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/nucleoid/plasmid/game/spleef/explosive/tall.json b/data/nucleoid/plasmid/game/spleef/explosive/tall.json index 51407c48..8743e898 100644 --- a/data/nucleoid/plasmid/game/spleef/explosive/tall.json +++ b/data/nucleoid/plasmid/game/spleef/explosive/tall.json @@ -23,23 +23,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/nucleoid/plasmid/game/spleef/explosive/tater.json b/data/nucleoid/plasmid/game/spleef/explosive/tater.json index ffb85981..c4295ae7 100644 --- a/data/nucleoid/plasmid/game/spleef/explosive/tater.json +++ b/data/nucleoid/plasmid/game/spleef/explosive/tater.json @@ -36,23 +36,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/nucleoid/plasmid/game/spleef/explosive/tnt.json b/data/nucleoid/plasmid/game/spleef/explosive/tnt.json index aaafaa11..ba4a003a 100644 --- a/data/nucleoid/plasmid/game/spleef/explosive/tnt.json +++ b/data/nucleoid/plasmid/game/spleef/explosive/tnt.json @@ -41,23 +41,35 @@ "restock_interval": 1, "stack": { "id": "minecraft:tnt", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:obsidian", - "minecraft:snow_block", - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:obsidian" + }, + { + "blocks": "minecraft:snow_block" + }, + { + "blocks": "minecraft:tnt" + } + ] + } } } }, "tool": { "id": "minecraft:flint_and_steel", - "Count": 1, - "tag": { - "CanPlaceOn": [ - "minecraft:tnt" - ] + "count": 1, + "components": { + "minecraft:can_place_on": { + "predicates": [ + { + "blocks": "minecraft:tnt" + } + ] + } } }, "lava_rise": { diff --git a/data/nucleoid/plasmid/game/spleef/frostburn.json b/data/nucleoid/plasmid/game/spleef/frostburn.json index c4fef0bc..78a2d2a0 100644 --- a/data/nucleoid/plasmid/game/spleef/frostburn.json +++ b/data/nucleoid/plasmid/game/spleef/frostburn.json @@ -33,14 +33,13 @@ }, "tool": { "id": "minecraft:diamond_pickaxe", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:efficiency", - "lvl": 100 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:efficiency": 100 } - ] + } } }, "icon": "minecraft:magma_block" diff --git a/data/nucleoid/plasmid/game/spleef/frosty_frontiers.json b/data/nucleoid/plasmid/game/spleef/frosty_frontiers.json index 19970478..cc1327a1 100644 --- a/data/nucleoid/plasmid/game/spleef/frosty_frontiers.json +++ b/data/nucleoid/plasmid/game/spleef/frosty_frontiers.json @@ -45,14 +45,13 @@ }, "tool": { "id": "minecraft:diamond_pickaxe", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:efficiency", - "lvl": 100 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:efficiency": 100 } - ] + } } }, "icon": "minecraft:blue_ice" diff --git a/data/nucleoid/plasmid/game/spleef/geared_up.json b/data/nucleoid/plasmid/game/spleef/geared_up.json index 9db2c49f..9cfffac4 100644 --- a/data/nucleoid/plasmid/game/spleef/geared_up.json +++ b/data/nucleoid/plasmid/game/spleef/geared_up.json @@ -93,14 +93,13 @@ }, "tool": { "id": "minecraft:gold_pickaxe", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:efficiency", - "lvl": 100 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:efficiency": 100 } - ] + } } }, "icon": "minecraft:copper_block" diff --git a/data/nucleoid/plasmid/game/spleef/honey.json b/data/nucleoid/plasmid/game/spleef/honey.json index 23de27aa..c46d4a00 100644 --- a/data/nucleoid/plasmid/game/spleef/honey.json +++ b/data/nucleoid/plasmid/game/spleef/honey.json @@ -22,7 +22,7 @@ }, "tool": { "id": "minecraft:shears", - "Count": 1 + "count": 1 }, "icon": "minecraft:honey_bottle" } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/leaf.json b/data/nucleoid/plasmid/game/spleef/leaf.json index e51c5e38..08ff2adf 100644 --- a/data/nucleoid/plasmid/game/spleef/leaf.json +++ b/data/nucleoid/plasmid/game/spleef/leaf.json @@ -26,7 +26,7 @@ }, "tool": { "id": "minecraft:shears", - "Count": 1 + "count": 1 }, "icon": "minecraft:oak_leaves" } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/nucleoid.json b/data/nucleoid/plasmid/game/spleef/nucleoid.json index 57c8906f..4d9d06fa 100644 --- a/data/nucleoid/plasmid/game/spleef/nucleoid.json +++ b/data/nucleoid/plasmid/game/spleef/nucleoid.json @@ -101,14 +101,13 @@ }, "tool": { "id": "minecraft:shears", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:efficiency", - "lvl": 100 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:efficiency": 100 } - ] + } } }, "icon": "nucleoid_extras:nucleoid_logo" diff --git a/data/nucleoid/plasmid/game/spleef/run/corridors.json b/data/nucleoid/plasmid/game/spleef/run/corridors.json index 4eec396f..90ff9f68 100644 --- a/data/nucleoid/plasmid/game/spleef/run/corridors.json +++ b/data/nucleoid/plasmid/game/spleef/run/corridors.json @@ -50,7 +50,7 @@ "level_break_interval": 1200, "tool": { "id": "minecraft:air", - "Count": 1 + "count": 1 }, "icon": "minecraft:stone_brick_wall" } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/run/feather_footed.json b/data/nucleoid/plasmid/game/spleef/run/feather_footed.json index dd8ad437..77476b81 100644 --- a/data/nucleoid/plasmid/game/spleef/run/feather_footed.json +++ b/data/nucleoid/plasmid/game/spleef/run/feather_footed.json @@ -50,16 +50,16 @@ "level_break_interval": 1200, "tool": { "id": "minecraft:air", - "Count": 1 + "count": 1 }, "icon": { - "id": "minecraft:iron_boots", - "Count": 1, "Enchantments": [ { "id": "minecraft:feather_falling", "lvl": 4 } - ] + ], + "id": "minecraft:iron_boots", + "count": 1 } } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/run/four_wings.json b/data/nucleoid/plasmid/game/spleef/run/four_wings.json index edfe238b..699c117e 100644 --- a/data/nucleoid/plasmid/game/spleef/run/four_wings.json +++ b/data/nucleoid/plasmid/game/spleef/run/four_wings.json @@ -66,7 +66,7 @@ "level_break_interval": 1200, "tool": { "id": "minecraft:air", - "Count": 1 + "count": 1 }, "icon": "minecraft:feather" } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/run/tnt_run.json b/data/nucleoid/plasmid/game/spleef/run/tnt_run.json index a7d38720..6e37caed 100644 --- a/data/nucleoid/plasmid/game/spleef/run/tnt_run.json +++ b/data/nucleoid/plasmid/game/spleef/run/tnt_run.json @@ -26,7 +26,7 @@ "level_break_interval": 1200, "tool": { "id": "minecraft:air", - "Count": 1 + "count": 1 }, "icon": "minecraft:tnt" } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/run/tntater.json b/data/nucleoid/plasmid/game/spleef/run/tntater.json index fa054abe..726f74ec 100644 --- a/data/nucleoid/plasmid/game/spleef/run/tntater.json +++ b/data/nucleoid/plasmid/game/spleef/run/tntater.json @@ -44,7 +44,7 @@ }, "tool": { "id": "minecraft:air", - "Count": 1 + "count": 1 }, "icon": "nucleoid_extras:tiny_potato" } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/sierpinski.json b/data/nucleoid/plasmid/game/spleef/sierpinski.json index 0234ecb7..05f8b72d 100644 --- a/data/nucleoid/plasmid/game/spleef/sierpinski.json +++ b/data/nucleoid/plasmid/game/spleef/sierpinski.json @@ -22,7 +22,7 @@ }, "tool": { "id": "minecraft:diamond_shovel", - "Count": 1 + "count": 1 }, "icon": "minecraft:moss_carpet" } diff --git a/data/nucleoid/plasmid/game/spleef/skeld.json b/data/nucleoid/plasmid/game/spleef/skeld.json index bc1e9e48..882a6b68 100644 --- a/data/nucleoid/plasmid/game/spleef/skeld.json +++ b/data/nucleoid/plasmid/game/spleef/skeld.json @@ -105,14 +105,13 @@ }, "tool": { "id": "minecraft:netherite_pickaxe", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:efficiency", - "lvl": 100 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:efficiency": 100 } - ] + } } }, "icon": "minecraft:poisonous_potato" diff --git a/data/nucleoid/plasmid/game/spleef/splegg.json b/data/nucleoid/plasmid/game/spleef/splegg.json index a9759ab4..cdc8e8ce 100644 --- a/data/nucleoid/plasmid/game/spleef/splegg.json +++ b/data/nucleoid/plasmid/game/spleef/splegg.json @@ -11,13 +11,13 @@ "projectile": { "restock_interval": 1, "stack": { - "id": "egg", - "Count": 1 + "id": "minecraft:egg", + "count": 1 } }, "tool": { "id": "minecraft:air", - "Count": 0 + "count": 0 }, "players": { "min": 1, diff --git a/data/nucleoid/plasmid/game/spleef/springy.json b/data/nucleoid/plasmid/game/spleef/springy.json index d378b9cb..8bc3fbeb 100644 --- a/data/nucleoid/plasmid/game/spleef/springy.json +++ b/data/nucleoid/plasmid/game/spleef/springy.json @@ -22,7 +22,7 @@ }, "tool": { "id": "minecraft:shears", - "Count": 1 + "count": 1 }, "icon": "minecraft:slime_block" } \ No newline at end of file diff --git a/data/nucleoid/plasmid/game/spleef/starry.json b/data/nucleoid/plasmid/game/spleef/starry.json index 9d09a657..93074ffa 100644 --- a/data/nucleoid/plasmid/game/spleef/starry.json +++ b/data/nucleoid/plasmid/game/spleef/starry.json @@ -69,14 +69,13 @@ }, "tool": { "id": "minecraft:shears", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:efficiency", - "lvl": 100 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:efficiency": 100 } - ] + } } }, "icon": "minecraft:nether_star" diff --git a/data/nucleoid/plasmid/game/spleef/suspicious/skeld.json b/data/nucleoid/plasmid/game/spleef/suspicious/skeld.json index 0c84ac1b..ac3d4696 100644 --- a/data/nucleoid/plasmid/game/spleef/suspicious/skeld.json +++ b/data/nucleoid/plasmid/game/spleef/suspicious/skeld.json @@ -106,14 +106,13 @@ "tool": { "stack": { "id": "minecraft:netherite_pickaxe", - "Count": 1, - "tag": { - "Enchantments": [ - { - "id": "minecraft:efficiency", - "lvl": 100 + "count": 1, + "components": { + "minecraft:enchantments": { + "levels": { + "minecraft:efficiency": 100 } - ] + } } }, "recipients": 1 diff --git a/data/nucleoid/plasmid/game/spleef/to_the_moon.json b/data/nucleoid/plasmid/game/spleef/to_the_moon.json index 3a33f97f..ea2a86fd 100644 --- a/data/nucleoid/plasmid/game/spleef/to_the_moon.json +++ b/data/nucleoid/plasmid/game/spleef/to_the_moon.json @@ -93,7 +93,7 @@ }, "tool": { "id": "minecraft:gold_shovel", - "Count": 1 + "count": 1 }, "icon": "minecraft:calcite" } \ No newline at end of file