Skip to content

Commit

Permalink
datagen
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu committed Jan 29, 2025
1 parent c1f37f1 commit 6979cae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,40 @@
"face=floor,facing=east": {
"model": "frostedheart:block/ruined_machine_buttons",
"x": 180,
"y": 270
"y": 90
},
"face=floor,facing=north": {
"model": "frostedheart:block/ruined_machine_buttons",
"x": 180,
"y": 180
"x": 180
},
"face=floor,facing=south": {
"model": "frostedheart:block/ruined_machine_buttons",
"x": 180
"x": 180,
"y": 180
},
"face=floor,facing=west": {
"model": "frostedheart:block/ruined_machine_buttons",
"x": 180,
"y": 90
"y": 270
},
"face=wall,facing=east": {
"model": "frostedheart:block/ruined_machine_buttons",
"x": 90,
"y": 270
"y": 90
},
"face=wall,facing=north": {
"model": "frostedheart:block/ruined_machine_buttons",
"x": 90,
"y": 180
"x": 90
},
"face=wall,facing=south": {
"model": "frostedheart:block/ruined_machine_buttons",
"x": 90
"x": 90,
"y": 180
},
"face=wall,facing=west": {
"model": "frostedheart:block/ruined_machine_buttons",
"x": 90,
"y": 90
"y": 270
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,40 @@
"face=floor,facing=east": {
"model": "frostedheart:block/ruined_machine_switch",
"x": 180,
"y": 270
"y": 90
},
"face=floor,facing=north": {
"model": "frostedheart:block/ruined_machine_switch",
"x": 180,
"y": 180
"x": 180
},
"face=floor,facing=south": {
"model": "frostedheart:block/ruined_machine_switch",
"x": 180
"x": 180,
"y": 180
},
"face=floor,facing=west": {
"model": "frostedheart:block/ruined_machine_switch",
"x": 180,
"y": 90
"y": 270
},
"face=wall,facing=east": {
"model": "frostedheart:block/ruined_machine_switch",
"x": 90,
"y": 270
"y": 90
},
"face=wall,facing=north": {
"model": "frostedheart:block/ruined_machine_switch",
"x": 90,
"y": 180
"x": 90
},
"face=wall,facing=south": {
"model": "frostedheart:block/ruined_machine_switch",
"x": 90
"x": 90,
"y": 180
},
"face=wall,facing=west": {
"model": "frostedheart:block/ruined_machine_switch",
"x": 90,
"y": 90
"y": 270
}
}
}

0 comments on commit 6979cae

Please sign in to comment.