Export the blocks data

This commit is contained in:
Tnze
2022-03-13 17:49:08 +08:00
parent cc1cd6874d
commit 1116d87fa0
4 changed files with 3 additions and 22 deletions

View File

@ -3664,7 +3664,7 @@ func (RawGoldBlock) ID() string { return "minecraft:raw_gold_bloc
func (PottedAzaleaBush) ID() string { return "minecraft:potted_azalea_bush" }
func (PottedFloweringAzaleaBush) ID() string { return "minecraft:potted_flowering_azalea_bush" }
var fromID = map[string]Block{
var FromID = map[string]Block{
"minecraft:air": Air{},
"minecraft:stone": Stone{},
"minecraft:granite": Granite{},