thanks intellij

This commit is contained in:
りき萌 2023-05-03 15:11:10 +02:00
parent da71bcf1ad
commit 107119741b
7 changed files with 148 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,19 @@
{
"variants": {
"facing=east": {
"model": "dawd3:block/keyboard",
"y": 90
},
"facing=north": {
"model": "dawd3:block/keyboard"
},
"facing=south": {
"model": "dawd3:block/keyboard",
"y": 180
},
"facing=west": {
"model": "dawd3:block/keyboard",
"y": 270
}
}
}

View file

@ -0,0 +1,126 @@
{
"parent": "block/block",
"elements": [
{
"faces": {
"down": {
"cullface": "down",
"texture": "#bottom"
},
"east": {
"cullface": "east",
"texture": "#right"
},
"north": {
"cullface": "north",
"texture": "#front"
},
"south": {
"cullface": "south",
"texture": "#back"
},
"up": {
"cullface": "up",
"rotation": 180,
"texture": "#top"
},
"west": {
"cullface": "west",
"texture": "#left"
}
},
"from": [
0.0,
0.0,
0.0
],
"to": [
16.0,
16.0,
16.0
]
},
{
"faces": {
"north": {
"cullface": "north",
"texture": "#port",
"uv": [
4.0,
0.0,
8.0,
4.0
]
}
},
"from": [
3.0,
9.0,
-0.01
],
"to": [
7.0,
13.0,
0.01
]
},
{
"faces": {
"north": {
"cullface": "north",
"texture": "#port",
"uv": [
4.0,
0.0,
8.0,
4.0
]
}
},
"from": [
9.0,
9.0,
-0.01
],
"to": [
13.0,
13.0,
0.01
]
},
{
"faces": {
"north": {
"cullface": "north",
"texture": "#port",
"uv": [
4.0,
0.0,
8.0,
4.0
]
}
},
"from": [
6.0,
3.0,
-0.01
],
"to": [
10.0,
7.0,
0.01
]
}
],
"textures": {
"back": "dawd3:block/keyboard_side",
"bottom": "dawd3:block/keyboard_side",
"front": "dawd3:block/keyboard_front",
"left": "dawd3:block/keyboard_side",
"particle": "dawd3:block/keyboard_side",
"port": "dawd3:device/port",
"right": "dawd3:block/keyboard_side",
"top": "dawd3:block/keyboard_side"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "dawd3:block/keyboard"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B