diff --git a/mappings/net/minecraft/item/FoodComponent.mapping b/mappings/net/minecraft/item/FoodComponent.mapping index b931518c06..1f6125161f 100644 --- a/mappings/net/minecraft/item/FoodComponent.mapping +++ b/mappings/net/minecraft/item/FoodComponent.mapping @@ -18,7 +18,7 @@ CLASS net/minecraft/class_4174 net/minecraft/item/FoodComponent COMMENT COMMENT

One hunger is equivalent to half of a hunger bar icon. METHOD method_19231 getSaturationModifier ()F - COMMENT Gets the staturation modifier of a food item. + COMMENT Gets the saturation modifier of a food item. COMMENT COMMENT

This value is typically used to determine how long a player can sustain the current hunger value before the hunger is used. METHOD method_19232 isMeat ()Z diff --git a/mappings/net/minecraft/world/gen/feature/StructureFeature.mapping b/mappings/net/minecraft/world/gen/feature/StructureFeature.mapping index 903d4bbf40..be3eecc284 100644 --- a/mappings/net/minecraft/world/gen/feature/StructureFeature.mapping +++ b/mappings/net/minecraft/world/gen/feature/StructureFeature.mapping @@ -51,7 +51,7 @@ CLASS net/minecraft/class_3195 net/minecraft/world/gen/feature/StructureFeature ARG 5 chunkX ARG 6 chunkY METHOD method_27219 isUniformDistribution ()Z - COMMENT If true, this structure's start position will be uniformy distributed within + COMMENT If true, this structure's start position will be uniformly distributed within COMMENT a placement grid cell. If false, the structure's starting point will be biased COMMENT towards the center of the cell. METHOD method_28656 createStart (IILnet/minecraft/class_3341;IJ)Lnet/minecraft/class_3449;