TinyModularThings / Chunk-Pregenerator-Issue-Tracker

Issue Tracker & Wiki For Chunk Pregenerator
16 stars 0 forks source link

block radius not working #50

Closed Meduris closed 6 months ago

Meduris commented 6 months ago

Chunk Pregen Version: 1.12-4.4.2 Minecraft Version: 1.12.2 Forge Version: 14.23.5.2859

both the old style of using b1600 nor 1600b (which would be what the command autocomplete suggests) work in this version. running either /pregen start gen radius asdf SQUARE 0 0 1600b or /pregen start gen radius asdf SQUARE 0 0 b1600

both just result in the following error message: Couldn't parse [1600b] to an Integer (Cause: java.lang.NumberFormatException: For input string: "1600b")

same for the second version of the command, just with the b before the number