VoxelEngine/res/content/base/content.json
2024-07-09 18:41:03 +03:00

36 lines
463 B
JSON

{
"entities": [
"drop",
"player",
"falling_block"
],
"blocks": [
"dirt",
"grass_block",
"lamp",
"glass",
"planks",
"wood",
"leaves",
"stone",
"water",
"sand",
"bazalt",
"grass",
"flower",
"brick",
"metal",
"rust",
"red_lamp",
"green_lamp",
"blue_lamp",
"pane",
"pipe",
"lightbulb",
"torch",
"wooden_door"
],
"items": [
"bazalt_breaker"
]
}