Changes

Summary

  1. Fixed dedicated server crash on drawbridge block place (details)
  2. Fixed unlocalized tooltip for firestarter block (details)
  3. Bump version to 2.0-beta2 (details)
Commit 622d2d1da89e77d23661f89c2d9e721549e34e54 by Arthur Uzulin
Fixed dedicated server crash on drawbridge block place

- Wrong type of StringUtils was used
The file was modifiedsrc/main/java/slimeknights/tmechworks/common/event/DrawbridgeSoundEventListener.java (diff)
Commit 013ce2a0b1f9d4af63dbf0ab72388c32efd47d99 by Arthur Uzulin
Fixed unlocalized tooltip for firestarter block

The file was modifiedsrc/main/java/slimeknights/tmechworks/common/blocks/FirestarterBlock.java (diff)
The file was modifiedsrc/main/java/slimeknights/tmechworks/common/blocks/tileentity/DrawbridgeTileEntity.java (diff)
The file was modifiedsrc/main/java/slimeknights/tmechworks/common/blocks/tileentity/FirestarterTileEntity.java (diff)
Commit 4fea653bd1f0e99fe9ba6bf0c5db5513f620b9e8 by Arthur Uzulin
Bump version to 2.0-beta2

The file was modifiedsrc/resources/META-INF/mods.toml (diff)
The file was modifiedgradle.properties (diff)