Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"name": "common",
"palette": [
{
"char": "!",
"block": "minecraft:spawner",
"mob": "easymobs"
},
{
"char": "~",
"block": "minecraft:air"
},
{
"char": "G",
"block": "minecraft:grass_block"
},
{
"char": "H",
"block": "immersivepetroleum:asphalt"
},
{
"char": "=",
"block": "immersiveengineering:concrete"
},
{
"char": "_",
"block": "embellishcraft:gneiss_large_bricks_wall"
},
{
"char": "v",
"block": "minecraft:stone_bricks"
},
{
"char": "z",
"block": "biomesoplenty:dried_salt"
},
{
"char": " ",
"block": "minecraft:air"
}
]
}