Fix typo.

master
kalle 2020-08-19 23:07:38 +02:00
parent 11cf488bef
commit 1b5cc25435
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ public class LogsToChests implements Tweak {
@Override @Override
public String getIdentifier() { public String getIdentifier() {
return "LogToChests"; return "LogsToChests";
} }
@Override @Override

View File

@ -4,7 +4,7 @@ AlternativeDispenserRecipe: true
DispensersCanPlantSaplings: true DispensersCanPlantSaplings: true
CraftableShulkerShell: true CraftableShulkerShell: true
IceDecompression: true IceDecompression: true
LogToChests: true LogsToChests: true
CraftableSponge: true CraftableSponge: true
PlayersCantTrampleCrops: true PlayersCantTrampleCrops: true
WoolToString: true WoolToString: true