Skip to content

Commit

Permalink
Item Models
Browse files Browse the repository at this point in the history
  • Loading branch information
a0a7 committed Sep 25, 2023
1 parent f2ff6f6 commit 14ea32e
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"model": "bellsandwhistles:block/headlight/headlight_floor",
"x": 180
},
"face=wall, facing=east": {
"facing=east, face=wall": {
"model": "bellsandwhistles:block/headlight/headlight_wall",
"y": 90
},
"face=wall, facing=north": {
"facing=north, face=wall": {
"model": "bellsandwhistles:block/headlight/headlight_wall"
},
"face=wall, facing=south": {
"facing=south, face=wall": {
"model": "bellsandwhistles:block/headlight/headlight_wall",
"y": 180
},
"face=floor": {
"model": "bellsandwhistles:block/headlight/headlight_floor"
},
"face=wall, facing=west": {
"facing=west, face=wall": {
"model": "bellsandwhistles:block/headlight/headlight_wall",
"y": 270
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"textures": {
"0": "bellsandwhistles:block/metro/door/metro_door_side",
"1": "bellsandwhistles:block/metro/metro_window",
"particle": "bellsandwhistles:block/metro/metro_window",

"particle": "bellsandwhistles:block/metro/metro_window"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bellsandwhistles:block/metal_rails/step_andesite"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bellsandwhistles:block/metal_rails/step_brass"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bellsandwhistles:block/metal_rails/step_copper"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "bellsandwhistles:block/metro/corrugated_metro_casing"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bellsandwhistles:item/folding_metro_door"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "bellsandwhistles:block/metro/metro_casing"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "bellsandwhistles:block/metro/trapdoor/block_top"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "bellsandwhistles:block/metro/window/block_top"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bellsandwhistles:item/sliding_metro_door"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14ea32e

Please sign in to comment.