Skip to content

Commit

Permalink
Fix game configs (using haykam's DuckFixerUpper)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Dec 22, 2024
1 parent 28bd54a commit 60857cc
Show file tree
Hide file tree
Showing 51 changed files with 415 additions and 283 deletions.
36 changes: 24 additions & 12 deletions data/cursed/plasmid/game/spleef/explosive/omega.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
36 changes: 24 additions & 12 deletions data/cursed/plasmid/game/spleef/explosive/ring.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
36 changes: 24 additions & 12 deletions data/cursed/plasmid/game/spleef/explosive/run.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
36 changes: 24 additions & 12 deletions data/cursed/plasmid/game/spleef/explosive/trapdoor.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
36 changes: 24 additions & 12 deletions data/cursed/plasmid/game/spleef/explosive/true_checkerboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
17 changes: 8 additions & 9 deletions data/cursed/plasmid/game/spleef/omega_bleef.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions data/cursed/plasmid/game/spleef/omega_ender.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"projectile": {
"restock_interval": 20,
"stack": {
"id": "ender_pearl",
"Count": 1
"id": "minecraft:ender_pearl",
"count": 1
},
"radius": 0
},
Expand Down
13 changes: 6 additions & 7 deletions data/cursed/plasmid/game/spleef/omega_skeld.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion data/cursed/plasmid/game/spleef/trapdoor.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"tool": {
"id": "minecraft:netherite_axe",
"Count": 1
"count": 1
},
"icon": "minecraft:oak_trapdoor"
}
4 changes: 2 additions & 2 deletions data/cursed/plasmid/game/spleef/true_checkerboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"projectile": {
"restock_interval": 20,
"stack": {
"id": "ender_pearl",
"Count": 1
"id": "minecraft:ender_pearl",
"count": 1
},
"radius": 0
},
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/nucleoid/game_portals/bedwars/eight_teams/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "nucleoid_extras:styled/simple_menu",
"icon": {
"id": "minecraft:red_bed",
"Count": 8
"count": 8
},
"games": [
"bedwars:eight_teams/beach"
Expand Down
2 changes: 1 addition & 1 deletion data/nucleoid/game_portals/bedwars/four_teams/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/nucleoid/game_portals/bedwars/two_teams/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/nucleoid/game_portals/cake_wars/four_teams/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "nucleoid_extras:styled/simple_menu",
"icon": {
"id": "minecraft:cake",
"Count": 4
"count": 4
},
"games": [
"cakewars:laboratory_cake_wars",
Expand Down
2 changes: 1 addition & 1 deletion data/nucleoid/game_portals/cake_wars/two_teams/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "nucleoid_extras:styled/simple_menu",
"icon": {
"id": "minecraft:cake",
"Count": 2
"count": 2
},
"games": [
"cakewars:beehive_cake_wars",
Expand Down
Loading

0 comments on commit 60857cc

Please sign in to comment.