Skip to content

Commit

Permalink
Update to 1.21.3 (#30)
Browse files Browse the repository at this point in the history
* set pack format

* 1.21.3 fixes

- renamed attributes
- update boat entity
- add `minecraft:empty` loot table
- clear carvers
- bump minor version of every pack

* add overlay to mcmeta of compat packs
  • Loading branch information
BPR02 authored Nov 16, 2024
1 parent cf92fa0 commit 211c601
Show file tree
Hide file tree
Showing 86 changed files with 323 additions and 54 deletions.
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_0-MC_1_21.zip
Binary file not shown.
Binary file added build/skyvoid_worldgen_empty_v2_0_1-MC_1_21.zip
Binary file not shown.
Binary file removed build/skyvoid_worldgen_full_lava_v2_0_0-MC_1_21.zip
Binary file not shown.
Binary file not shown.
Binary file removed build/skyvoid_worldgen_normal_end_v2_0_0-MC_1_21.zip
Binary file not shown.
Binary file not shown.
Binary file removed build/skyvoid_worldgen_noxiousvex_v1_0_0-MC_1_21.zip
Binary file not shown.
Binary file not shown.
Binary file removed build/skyvoid_worldgen_pinu_v2_0_0-MC_1_21.zip
Binary file not shown.
Binary file added build/skyvoid_worldgen_pinu_v2_0_1-MC_1_21.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_0-MC_1_21.zip
Binary file not shown.
Binary file added build/skyvoid_worldgen_v2_0_1-MC_1_21.zip
Binary file not shown.
34 changes: 19 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
beet = ">=0.108.4"
beet = { git = "https://github.com/misode/beet.git", rev = "fix-overlay-folders" }
mecha = ">=0.95.2"
bolt = ">=0.49.1"
requests = "^2.32.3"
Expand Down
5 changes: 5 additions & 0 deletions spyglass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"gameVersion": "1.21.3"
}
}
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.0
version: 2.0.1

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.0.0
version: 2.0.1

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.0
version: 2.0.1

pipeline:
- src.plugins.bundle.vanilla_oneblock
2 changes: 1 addition & 1 deletion src/packs/compat/skyvoid_amplified_nether_compat/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 'skyvoid_compat_amplified_nether'
name: 'SkyBlock Amplified Nether'
author: 'BPR'
version: 1.0.0+nullscape-1.2.5
version: 1.0.1+nullscape-1.2.5

pipeline:
- src.plugins.worldgen.compat.amplified_nether
Expand Down
7 changes: 6 additions & 1 deletion src/packs/compat/skyvoid_nullscape_compat/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
id: 'skyvoid_compat_nullscape'
name: 'SkyBlock Nullscape Compat'
author: 'BPR'
version: 1.0.0+nullscape-1.2.8
version: 1.0.1+nullscape-1.2.8

pipeline:
- src.plugins.worldgen.compat.nullscape

data_pack:
load: .
overlays:
- formats:
min_inclusive: 48
max_inclusive: 48
directory: skyvoid_1_21
13 changes: 13 additions & 0 deletions src/packs/compat/skyvoid_nullscape_compat/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"overlays": {
"entries": [
{
"formats": {
"min_inclusive": 48,
"max_inclusive": 48
},
"directory": "skyvoid_1_21"
}
]
}
}
7 changes: 6 additions & 1 deletion src/packs/compat/skyvoid_terralith_compat/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
id: 'skyvoid_compat_terralith'
name: 'SkyBlock Terralith Compat'
author: 'BPR'
version: 1.0.1+terralith-2.5.5
version: 1.0.2+terralith-2.5.5

pipeline:
- src.plugins.worldgen.compat.terralith

data_pack:
load: .
overlays:
- formats:
min_inclusive: 48
max_inclusive: 48
directory: skyvoid_1_21
13 changes: 13 additions & 0 deletions src/packs/compat/skyvoid_terralith_compat/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"overlays": {
"entries": [
{
"formats": {
"min_inclusive": 48,
"max_inclusive": 48
},
"directory": "skyvoid_1_21"
}
]
}
}
7 changes: 6 additions & 1 deletion src/packs/extras/skyvoid_additions/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
id: 'skyvoid_additions'
name: 'Sky Void Additions'
author: 'BPR'
version: 1.2.4
version: 1.2.5

require:
- bolt
- mecha.contrib.relative_location
- mecha.contrib.nesting
data_pack:
load: .
overlays:
- formats:
min_inclusive: 48
max_inclusive: 48
directory: skyvoid_1_21
pipeline:
- mecha

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "minecraft:empty"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# run from skyvoid_additions:mechanices/end_phantoms/clock

execute store result score $air_count skyvoid_additions run clone ~-1 ~-1 ~-1 ~1 ~1 ~1 ~-1 ~-1 ~-1 filtered air force
execute if score $air_count skyvoid_additions matches 27 run summon phantom ~ ~ ~ {DeathLootTable:"skyvoid_additions:entities/end_phantoms/end_phantom",Health:60.0f,Size:3,Tags:["skyvoid_additions_end_phantom"],attributes:[{id:"minecraft:generic.max_health",base:60.0d}]}
execute if score $air_count skyvoid_additions matches 27 run summon phantom ~ ~ ~ {DeathLootTable:"skyvoid_additions:entities/end_phantoms/end_phantom",Health:60.0f,Size:3,Tags:["skyvoid_additions_end_phantom"],attributes:[{id:"minecraft:max_health",base:60.0d}]}
13 changes: 13 additions & 0 deletions src/packs/extras/skyvoid_additions/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"overlays": {
"entries": [
{
"formats": {
"min_inclusive": 48,
"max_inclusive": 48
},
"directory": "skyvoid_1_21"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# spawns a phantom if there's enough space
# @s = player in the end barrens
# located 30 blocks above player
# run from skyvoid_additions:mechanices/end_phantoms/clock

execute store result score $air_count skyvoid_additions run clone ~-1 ~-1 ~-1 ~1 ~1 ~1 ~-1 ~-1 ~-1 filtered air force
execute if score $air_count skyvoid_additions matches 27 run summon phantom ~ ~ ~ {DeathLootTable:"skyvoid_additions:entities/end_phantoms/end_phantom",Health:60.0f,Size:3,Tags:["skyvoid_additions_end_phantom"],attributes:[{id:"minecraft:generic.max_health",base:60.0d}]}
8 changes: 7 additions & 1 deletion src/packs/extras/skyvoid_advancements/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
id: 'skyvoid_advancements'
name: 'SkyBlock Advancements'
author: 'EpyonProjects'
version: 1.0.5
version: 1.0.6

data_pack:
load: .
overlays:
- formats:
min_inclusive: 48
max_inclusive: 48
directory: skyvoid_1_21

resource_pack:
load: .
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"entity": "this",
"predicate": {
"vehicle": {
"type": "minecraft:boat",
"type": "#minecraft:boat",
"passenger": {
"type": "minecraft:witch"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"entity": "this",
"predicate": {
"vehicle": {
"type": "minecraft:boat",
"type": "#minecraft:boat",
"passenger": {
"type": "minecraft:zombie_villager"
}
Expand Down
13 changes: 13 additions & 0 deletions src/packs/extras/skyvoid_advancements/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"overlays": {
"entries": [
{
"formats": {
"min_inclusive": 48,
"max_inclusive": 48
},
"directory": "skyvoid_1_21"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"display": {
"icon": {
"id": "minecraft:potion",
"components": {
"minecraft:potion_contents": "healing"
}
},
"title": {
"translate": "advancements.skyvoid.overworld.witch.title",
"fallback": "Dangerous Passenger"
},
"description": {
"translate": "advancements.skyvoid.overworld.witch.description",
"fallback": "Capture a Witch in a Boat"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": false,
"hidden": false
},
"parent": "skyvoid_advancements:overworld/mob_farm",
"criteria": {
"witch_passenger": {
"trigger": "minecraft:started_riding",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"vehicle": {
"type": "minecraft:boat",
"passenger": {
"type": "minecraft:witch"
}
}
}
}
]
}
}
},
"sends_telemetry_event": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"display": {
"icon": {
"id": "minecraft:splash_potion",
"components": {
"minecraft:potion_contents": {
"potion": "minecraft:weakness"
}
}
},
"title": {
"translate": "advancements.skyvoid.overworld.zombie_villager.title",
"fallback": "(Slightly Less) Dangerous Passenger"
},
"description": {
"translate": "advancements.skyvoid.overworld.zombie_villager.description",
"fallback": "Capture a Zombie Villager in a Boat"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": false,
"hidden": false
},
"parent": "skyvoid_advancements:overworld/witch",
"criteria": {
"zombie_villager_passenger": {
"trigger": "minecraft:started_riding",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"vehicle": {
"type": "minecraft:boat",
"passenger": {
"type": "minecraft:zombie_villager"
}
}
}
}
]
}
}
},
"sends_telemetry_event": true
}
2 changes: 1 addition & 1 deletion src/packs/extras/skyvoid_biome_islands/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 'skyvoid_biome_islands'
name: 'SkyBlock Biome Islands'
author: 'BPR'
version: 1.0.1
version: 1.0.2

data_pack:
load: .
2 changes: 1 addition & 1 deletion src/packs/extras/skyvoid_no_end_ship/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 'skyvoid_no_end_ship'
name: 'Sky Void No End Ship'
author: 'BPR'
version: 1.1.0
version: 1.1.1

data_pack:
load: .
Expand Down
2 changes: 1 addition & 1 deletion src/packs/extras/skyvoid_sand_island/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 'skyvoid_sand_island'
name: 'Sky Void Sand Island'
author: 'BPR'
version: 1.0.2
version: 1.0.3

data_pack:
load: .
Loading

0 comments on commit 211c601

Please sign in to comment.