mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
spell check
This commit is contained in:
parent
41045ae8aa
commit
0091e5b785
@ -45,7 +45,7 @@ public class MinecraftWorldHandle implements WorldHandle {
|
||||
data = "minecraft:short_grass";
|
||||
logger.warn(
|
||||
"Translating minecraft:grass to minecraft:short_grass. In 1.20.3 minecraft:grass was renamed to minecraft:short_grass" +
|
||||
". You are advised to preform this rename in your config backs as this translation will be removed in the next major " +
|
||||
". You are advised to preform this rename in your config packs as this translation will be removed in the next major " +
|
||||
"version of Terra.");
|
||||
}
|
||||
net.minecraft.block.BlockState state = BlockArgumentParser.block(Registries.BLOCK.getReadOnlyWrapper(), data, true)
|
||||
@ -68,7 +68,7 @@ public class MinecraftWorldHandle implements WorldHandle {
|
||||
String newid = "minecraft:" + id.toLowerCase();;
|
||||
logger.warn(
|
||||
"Translating " + id + " to " + newid + ". In 1.20.3 entity parsing was reworked" +
|
||||
". You are advised to preform this rename in your config backs as this translation will be removed in the next major " +
|
||||
". You are advised to preform this rename in your config packs as this translation will be removed in the next major " +
|
||||
"version of Terra.");
|
||||
id = newid;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user