From bc946f7ecce1f592de152296f6a4b1333d993c86 Mon Sep 17 00:00:00 2001 From: joserobjr Date: Sat, 1 Jun 2019 18:04:42 -0300 Subject: [PATCH] Fixes #59 smooth_red_sandstone_slab becomes acacia_slab instead of red_sandstone_slab --- CHANGELOG.md | 4 +++- REPLACEMENTS.md | 2 +- src/main/resources/bedrock-2-nukkit.properties | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d5d4d..0863382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Colored signs will be colored using text color instead of dye color. Some colors will be a little different and all them will be very bright. - [#54] Player heads with custom skins will now be skipped by default. This can be changed using `--keep-custom-heads` or `WorldConverter.skipSkinHeads` +- [#59] `smooth_red_sandstone_slab` is now replaced with `red_sandstone_slab` instead of `acacia_slab`. ### Fixed - [#38] The entire path is shown in Usage at --help @@ -71,4 +72,5 @@ them will be very bright. [#55]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/issues/55 [#56]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/issues/56 [#57]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/issues/57 -[#58]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/issues/57 +[#58]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/issues/58 +[#58]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/issues/59 diff --git a/REPLACEMENTS.md b/REPLACEMENTS.md index d270150..ff8faba 100644 --- a/REPLACEMENTS.md +++ b/REPLACEMENTS.md @@ -125,7 +125,7 @@ See also [the list of missing features](MISSING_FEATURES.md). | conduit | water | Nukkit | | turtle_egg | air | Nukkit | | end_stone_brick_slab | smooth_sandstone_slab | Nukkit | -| smooth_red_sandstone_slab | acacia_slab | Nukkit | +| smooth_red_sandstone_slab | red_sandstone_slab | Nukkit | | polished_andesite_slab | smooth_stone_slab | Nukkit | | andesite_slab | smooth_stone_slab | Nukkit | | diorite_slab | quartz_slab | Nukkit | diff --git a/src/main/resources/bedrock-2-nukkit.properties b/src/main/resources/bedrock-2-nukkit.properties index 6b0716f..020e63f 100644 --- a/src/main/resources/bedrock-2-nukkit.properties +++ b/src/main/resources/bedrock-2-nukkit.properties @@ -773,10 +773,10 @@ B,417,8=182,14 B,417,0=182,6 B,422,0=181,6 -#smooth_red_sandstone_slab -> acacia_slab -B,417,9=158,12 -B,417,1=158,4 -B,422,1=157,4 +#smooth_red_sandstone_slab -> red_sandstone_slab +B,417,9=182,8 +B,417,1=182,0 +B,422,1=181,0 #polished_andesite_slab -> smooth_stone_slab B,417,10=44,8