Update readme, release v1.0.3

This commit is contained in:
Stachelbeere1248 2023-11-07 17:01:02 +01:00
parent ba64f4bd1b
commit c4109607c3
3 changed files with 8 additions and 3 deletions

View file

@ -14,7 +14,13 @@ The Timer automatically splits every round. The Personal-Best-recorder automatic
- /sla toggle - Enables / disables the overlay
- default state: disabled
- /sla set \<de|bb|aa> - forcefully set the map
- /sla rotate - rotates all windows around the axis (0,y,0)
- /sla mirror \<x|z> - mirrors all windows along the plane (0,y,z) or (x,y,0)
- /sla offset \<x> \<y> \<z> - set an offset, allowing you to use sla on map-recreations, such as housings
- Mogi_a: 41 -35 22
### Extra
- Migration of split-category names: In your minecraft folder is a folder called "zombies". You can simply rename the sub-folders.
- Mogi_a housing (quick-command might be released):
- rotations: 1
- x mirrored: yes
- y mirrored: yes
- offset: -3 35 -9

View file

@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xmx2g
baseGroup = com.github.stachelbeere1248.zombiesutils
mcVersion = 1.8.9
modid = zombiesutils
version = 1.0.2
version = 1.0.3

View file

@ -4,7 +4,6 @@ import com.github.stachelbeere1248.zombiesutils.ZombiesUtils;
import com.github.stachelbeere1248.zombiesutils.game.Map;
import net.minecraft.client.Minecraft;
import net.minecraft.client.entity.EntityPlayerSP;
import org.jetbrains.annotations.Contract;
import org.jetbrains.annotations.NotNull;
import java.util.Arrays;