Skip to content
Open

26.2 #94

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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 removed build/skyvoid_worldgen_empty_v2_0_11-MC_26_1.zip
Binary file not shown.
Binary file added build/skyvoid_worldgen_empty_v2_0_12-MC_26_2.zip
Binary file not shown.
Binary file removed build/skyvoid_worldgen_full_lava_v2_0_11-MC_26_1.zip
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 removed build/skyvoid_worldgen_pinu_v2_0_11-MC_26_1.zip
Binary file not shown.
Binary file added build/skyvoid_worldgen_pinu_v2_0_12-MC_26_2.zip
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 removed build/skyvoid_worldgen_v2_0_11-MC_26_1.zip
Binary file not shown.
Binary file added build/skyvoid_worldgen_v2_0_12-MC_26_2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion spyglass.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"env": {
"gameVersion": "26.1",
"gameVersion": "26.2",
"exclude": [
".*/**",
"out/**",
Expand Down
2 changes: 1 addition & 1 deletion src/bundles/skyvoid_skyblock_dirt/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 'skyvoid_skyblock_dirt'
name: 'SkyBlock Dirt Hardcore'
author: 'BPR'
version: 2.0.11
version: 2.0.12

pipeline:
- src.plugins.bundle.skyblock_dirt
2 changes: 1 addition & 1 deletion src/bundles/skyvoid_standard_skyblock/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 'skyvoid_standard_skyblock'
name: 'Standard SkyBlock'
author: 'BPR'
version: 2.1.6
version: 2.1.7

pipeline:
- src.plugins.bundle.standard_skyblock
2 changes: 1 addition & 1 deletion src/bundles/skyvoid_vanilla_oneblock/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 'skyvoid_vanilla_oneblock'
name: 'Vanilla One Block'
author: 'BPR'
version: 2.0.12
version: 2.0.13

pipeline:
- src.plugins.bundle.vanilla_oneblock
2 changes: 1 addition & 1 deletion src/packs/extras/skyvoid_additions/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 'skyvoid_additions'
name: 'Sky Void Additions'
author: 'BPR'
version: 1.5.2
version: 1.5.3

require:
- bolt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
],
"source_entity": {
"type": "minecraft:creeper",
"entity_type": "minecraft:creeper",
"nbt": "{powered:1b}"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
"source_entity": {
"type": "minecraft:warden"
"entity_type": "minecraft:warden"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"condition": "minecraft:damage_source_properties",
"predicate": {
"source_entity": {
"type": "minecraft:player",
"entity_type": "minecraft:player",
"effects": {
"minecraft:bad_omen": {
"amplifier": 4
Expand Down Expand Up @@ -109,8 +109,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:raider",
"type_specific/raider": {
"has_raid": true,
"is_captain": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:raider",
"type_specific/raider": {
"is_captain": true
}
}
Expand Down Expand Up @@ -60,7 +59,7 @@
"condition": "minecraft:damage_source_properties",
"predicate": {
"source_entity": {
"type": "minecraft:player",
"entity_type": "minecraft:player",
"effects": {
"minecraft:bad_omen": {
"amplifier": 4
Expand Down Expand Up @@ -101,8 +100,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:raider",
"type_specific/raider": {
"has_raid": true,
"is_captain": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"condition": "minecraft:damage_source_properties",
"predicate": {
"source_entity": {
"type": "minecraft:player",
"entity_type": "minecraft:player",
"effects": {
"minecraft:bad_omen": {
"amplifier": 4
Expand Down Expand Up @@ -99,8 +99,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:raider",
"type_specific/raider": {
"has_raid": true,
"is_captain": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
],
"entity": {
"type": "minecraft:breeze",
"entity_type": "minecraft:breeze",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down Expand Up @@ -92,7 +92,7 @@
}
],
"entity": {
"type": "minecraft:zombie",
"entity_type": "minecraft:zombie",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down Expand Up @@ -143,7 +143,7 @@
}
],
"entity": {
"type": "minecraft:husk",
"entity_type": "minecraft:husk",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down Expand Up @@ -194,7 +194,7 @@
}
],
"entity": {
"type": "minecraft:spider",
"entity_type": "minecraft:spider",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down Expand Up @@ -245,7 +245,7 @@
}
],
"entity": {
"type": "minecraft:slime",
"entity_type": "minecraft:slime",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down Expand Up @@ -296,7 +296,7 @@
}
],
"entity": {
"type": "minecraft:silverfish",
"entity_type": "minecraft:silverfish",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down Expand Up @@ -347,7 +347,7 @@
}
],
"entity": {
"type": "minecraft:zombie",
"entity_type": "minecraft:zombie",
"flags": {
"is_baby": true
}
Expand Down Expand Up @@ -395,7 +395,7 @@
}
],
"entity": {
"type": "minecraft:cave_spider",
"entity_type": "minecraft:cave_spider",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down Expand Up @@ -446,7 +446,7 @@
}
],
"entity": {
"type": "minecraft:stray",
"entity_type": "minecraft:stray",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down Expand Up @@ -497,7 +497,7 @@
}
],
"entity": {
"type": "minecraft:skeleton",
"entity_type": "minecraft:skeleton",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down Expand Up @@ -548,7 +548,7 @@
}
],
"entity": {
"type": "minecraft:bogged",
"entity_type": "minecraft:bogged",
"stepping_on": {
"structures": "minecraft:trial_chambers",
"block": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"entity": "this",
"predicate": {
"passenger": {
"type": "minecraft:drowned"
"entity_type": "minecraft:drowned"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:raider",
"type_specific/raider": {
"has_raid": true,
"is_captain": true
},
"location": {
"structures": "minecraft:trial_chambers"
},
"vehicle": {
"type": "minecraft:ravager"
"entity_type": "minecraft:ravager"
}
}
}
2 changes: 1 addition & 1 deletion src/packs/extras/skyvoid_advancements/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 'skyvoid_advancements'
name: 'SkyBlock Advancements'
author: 'EpyonProjects'
version: 1.0.12
version: 1.0.13

data_pack:
load: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:pig"
"entity_type": "minecraft:pig"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:enderman",
"entity_type": "minecraft:enderman",
"nbt": "{carriedBlockState:{Name:\"minecraft:grass_block\"}}"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
"trigger": "minecraft:lightning_strike",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"type_specific/player": {
"looking_at": {
"type": "minecraft:zombified_piglin"
"entity_type": "minecraft:zombified_piglin"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,42 +30,42 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:creeper"
"entity_type": "minecraft:creeper"
}
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:enderman"
"entity_type": "minecraft:enderman"
}
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:skeleton"
"entity_type": "minecraft:skeleton"
}
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:spider"
"entity_type": "minecraft:spider"
}
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:witch"
"entity_type": "minecraft:witch"
}
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:zombie"
"entity_type": "minecraft:zombie"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:skeleton"
"entity_type": "minecraft:skeleton"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:spider"
"entity_type": "minecraft:spider"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"type_specific/player": {
"advancements": {
"skyvoid_advancements:overworld/obsidian": true,
"skyvoid_advancements:overworld/cobble_gen": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"entity": "this",
"predicate": {
"vehicle": {
"type": "#minecraft:boat",
"entity_type": "#minecraft:boat",
"passenger": {
"type": "minecraft:witch"
"entity_type": "minecraft:witch"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:zombie"
"entity_type": "minecraft:zombie"
}
}
]
Expand Down
Loading