update language data, blocks and items
This commit is contained in:
@ -33,7 +33,7 @@ func init() {
|
||||
BitsPerBlock = int(math.Ceil(math.Log2(blockStatesLen)))
|
||||
}
|
||||
|
||||
const blockStatesLen = 11270 + 1
|
||||
const blockStatesLen = 11336 + 1
|
||||
|
||||
// Generate with follow steps:
|
||||
// java -cp minecraft_server.1.15.jar net.minecraft.data.Main --all
|
||||
|
Reference in New Issue
Block a user