diff --git a/build.gradle b/build.gradle index 73a78d13b8..a746d0e905 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ plugins { id 'net.fabricmc.filament' version '0.3.0' } -def minecraft_version = "1.18_experimental-snapshot-6" +def minecraft_version = "1.18_experimental-snapshot-7" def ENV = System.getenv() // Fetch build number from Github Actions diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping index 4840cf485b..89f8ea5b32 100644 --- a/mappings/net/minecraft/entity/LivingEntity.mapping +++ b/mappings/net/minecraft/entity/LivingEntity.mapping @@ -153,8 +153,6 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity ARG 1 hand METHOD method_20237 getEquipmentBreakStatus (Lnet/minecraft/class_1304;)B ARG 0 slot - METHOD method_20238 (Lnet/minecraft/class_1309;)V - ARG 0 player METHOD method_21753 getStingerCount ()I METHOD method_21754 isHoldingOntoLadder ()Z COMMENT @return {@code true} if this entity should not lose height while in a climbing state diff --git a/mappings/net/minecraft/world/gen/chunk/NoodleCavesGenerator.mapping b/mappings/net/minecraft/world/gen/chunk/NoodleCavesGenerator.mapping index 0bc3758631..1ff4c4405e 100644 --- a/mappings/net/minecraft/world/gen/chunk/NoodleCavesGenerator.mapping +++ b/mappings/net/minecraft/world/gen/chunk/NoodleCavesGenerator.mapping @@ -1,5 +1,4 @@ CLASS net/minecraft/class_6358 net/minecraft/world/gen/chunk/NoodleCavesGenerator - FIELD field_33654 MAX_Y I FIELD field_33655 WEIGHT_NOISE_FACTOR D FIELD field_33656 HORIZONTAL_WEIGHT_NOISE_SCALE D FIELD field_33657 VERTICAL_WEIGHT_NOISE_SCALE D