Fix Typo
minecraft-pi-docker/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-11-20 13:37:54 -05:00
parent 99aac006f4
commit ffe7b0e363
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ extern "C" {
overwrite_call((void *) 0x8e0fc, (void *) FillingContainer_addItem_injection);
}
if (extra_has_feature("Animated Watter")) {
if (extra_has_feature("Animated Water")) {
// Tick Dynamic Textures (Animated Water)
overwrite_calls((void *) Minecraft_tick, (void *) Minecraft_tick_injection);
}