Skip to content

Commit b7af8a0

Browse files
committed
Add name and ui_name attributes to block configs
1 parent 675cda4 commit b7af8a0

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

assets/textures/blocks/dirt_block.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"id": 2,
3+
"name": "dirt_block",
4+
"ui_name": "dirt block",
35
"texture": {
46
"X+": "dirt_block",
57
"X-": "dirt_block",

assets/textures/blocks/grass_block.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"id": 1,
3+
"name": "grass_block",
4+
"ui_name": "grass block",
35
"texture": {
46
"X+": "grass_block_side",
57
"X-": "grass_block_side",

assets/textures/blocks/oak_leaves.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"id": 8,
3+
"name": "oak_leaves",
4+
"ui_name": "oak leaves",
35
"texture": {
46
"X+": "oak_leaves",
57
"X-": "oak_leaves",

assets/textures/blocks/oak_log.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"id": 9,
3+
"name": "oak_logs",
4+
"ui_name": "oak logs",
35
"texture": {
46
"X+": "oak_log_side",
57
"X-": "oak_log_side",

assets/textures/blocks/oak_planks.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"id": 10,
3+
"name": "oak_planks",
4+
"ui_name": "oak planks",
35
"texture": {
46
"X+": "oak_planks",
57
"X-": "oak_planks",

0 commit comments

Comments
 (0)