thanks intellij
This commit is contained in:
parent
da71bcf1ad
commit
107119741b
7 changed files with 148 additions and 0 deletions
BIN
proj/block/keyboard_front.ase
Normal file
BIN
proj/block/keyboard_front.ase
Normal file
Binary file not shown.
BIN
proj/block/keyboard_side.ase
Normal file
BIN
proj/block/keyboard_side.ase
Normal file
Binary file not shown.
19
src/main/generated/assets/dawd3/blockstates/keyboard.json
Normal file
19
src/main/generated/assets/dawd3/blockstates/keyboard.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
126
src/main/generated/assets/dawd3/models/block/keyboard.json
Normal file
126
src/main/generated/assets/dawd3/models/block/keyboard.json
Normal 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"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "dawd3:block/keyboard"
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 331 B |
BIN
src/main/resources/assets/dawd3/textures/block/keyboard_side.png
Normal file
BIN
src/main/resources/assets/dawd3/textures/block/keyboard_side.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 233 B |
Reference in a new issue