Skip to content

Commit

Permalink
Merge pull request #73 from PowerNukkitX/feature/1.20.60
Browse files Browse the repository at this point in the history
feat: 1.20.60
  • Loading branch information
CoolLoong authored Feb 8, 2024
2 parents 8288fe5 + ac01a25 commit 1d80454
Show file tree
Hide file tree
Showing 27 changed files with 44,805 additions and 43,927 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
java-version: 17
- name: Build with Maven
run: mvn -B package -DskipTests=false -Darguments="-Dmaven.javadoc.skip=true"
run: mvn -B package -Darguments="-Dmaven.test.skip=true -Dmaven.javadoc.skip=true"
- name: Get version
id: getVersion
uses: entimaniac/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Join US:

What's new in PowerNukkitX? Let's See:

- Support for 1.20.50 protocol.
- Support for 1.20.60 protocol.
- Support for 384 world height.
- Support for The Nether world, no need to install additional plugin.
- Support 3D biomes.<!--Custom dimension interface TODO-->
Expand Down
2 changes: 1 addition & 1 deletion dumps/block-properties.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ cauldron_liquid=lava,powder_snow,water
chemistry_table_type=compound_creator,element_constructor,lab_table,material_reducer
chisel_type=chiseled,default,lines,smooth
cluster_count=0,1,2,3
color=black,blue,brown,cyan,gray,green,light_blue,lime,magenta,orange,pink,purple,red,silver,white,yellow
color_bit=0,1
composter_fill_level=0,1,2,3,4,5,6,7,8
conditional_bit=0,1
Expand Down Expand Up @@ -119,6 +118,7 @@ suspended_bit=0,1
tall_grass_type=default,fern,snow,tall
toggle_bit=0,1
torch_facing_direction=east,north,south,top,unknown,west
trial_spawner_state=0,1,2,3,4,5
triggered_bit=0,1
turtle_egg_count=four_egg,one_egg,three_egg,two_egg
twisting_vines_age=0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25
Expand Down
69 changes: 65 additions & 4 deletions dumps/block-states.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1369,15 +1369,73 @@ direction=0,1,2,3

[minecraft:hanging_roots]

[minecraft:hard_black_stained_glass]

[minecraft:hard_black_stained_glass_pane]

[minecraft:hard_blue_stained_glass]

[minecraft:hard_blue_stained_glass_pane]

[minecraft:hard_brown_stained_glass]

[minecraft:hard_brown_stained_glass_pane]

[minecraft:hard_cyan_stained_glass]

[minecraft:hard_cyan_stained_glass_pane]

[minecraft:hard_glass]

[minecraft:hard_glass_pane]

[minecraft:hard_stained_glass]
color=black,blue,brown,cyan,gray,green,light_blue,lime,magenta,orange,pink,purple,red,silver,white,yellow
[minecraft:hard_gray_stained_glass]

[minecraft:hard_gray_stained_glass_pane]

[minecraft:hard_green_stained_glass]

[minecraft:hard_green_stained_glass_pane]

[minecraft:hard_light_blue_stained_glass]

[minecraft:hard_light_blue_stained_glass_pane]

[minecraft:hard_light_gray_stained_glass]

[minecraft:hard_light_gray_stained_glass_pane]

[minecraft:hard_lime_stained_glass]

[minecraft:hard_stained_glass_pane]
color=black,blue,brown,cyan,gray,green,light_blue,lime,magenta,orange,pink,purple,red,silver,white,yellow
[minecraft:hard_lime_stained_glass_pane]

[minecraft:hard_magenta_stained_glass]

[minecraft:hard_magenta_stained_glass_pane]

[minecraft:hard_orange_stained_glass]

[minecraft:hard_orange_stained_glass_pane]

[minecraft:hard_pink_stained_glass]

[minecraft:hard_pink_stained_glass_pane]

[minecraft:hard_purple_stained_glass]

[minecraft:hard_purple_stained_glass_pane]

[minecraft:hard_red_stained_glass]

[minecraft:hard_red_stained_glass_pane]

[minecraft:hard_white_stained_glass]

[minecraft:hard_white_stained_glass_pane]

[minecraft:hard_yellow_stained_glass]

[minecraft:hard_yellow_stained_glass_pane]

[minecraft:hardened_clay]

Expand Down Expand Up @@ -2508,6 +2566,9 @@ upside_down_bit=0,1
[minecraft:trapped_chest]
minecraft:cardinal_direction=east,north,south,west

[minecraft:trial_spawner]
trial_spawner_state=0,1,2,3,4,5

[minecraft:trip_wire]
attached_bit=0,1
disarmed_bit=0,1
Expand Down
Loading

0 comments on commit 1d80454

Please sign in to comment.