Skip to content

Commit

Permalink
add new pottery sherds
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Mar 14, 2024
1 parent e7e28cd commit 9367dac
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "renderchest:item/decorated_pot",
"textures": {
"north": "#brick",
"south": "#brick",
"west": "#flow_pottery_sherd",
"east": "#brick"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "renderchest:item/decorated_pot",
"textures": {
"north": "#brick",
"south": "#brick",
"west": "#guster_pottery_sherd",
"east": "#brick"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "renderchest:item/decorated_pot",
"textures": {
"north": "#brick",
"south": "#brick",
"west": "#scrape_pottery_sherd",
"east": "#brick"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "renderchest:item/decorated_pot_overlay",
"textures": {
"south": "#flow_pottery_sherd"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "renderchest:item/decorated_pot_overlay",
"textures": {
"south": "#guster_pottery_sherd"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "renderchest:item/decorated_pot_overlay",
"textures": {
"south": "#scrape_pottery_sherd"
}
}
3 changes: 3 additions & 0 deletions builtin/renderchest/models/item/decorated_pot_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"skull_pottery_sherd": "minecraft:entity/decorated_pot/skull_pottery_pattern",
"friend_pottery_sherd": "minecraft:entity/decorated_pot/friend_pottery_pattern",
"snort_pottery_sherd": "minecraft:entity/decorated_pot/snort_pottery_pattern",
"flow_pottery_sherd": "minecraft:entity/decorated_pot/flow_pottery_pattern",
"guster_pottery_sherd": "minecraft:entity/decorated_pot/guster_pottery_pattern",
"scrape_pottery_sherd": "minecraft:entity/decorated_pot/scrape_pottery_pattern",

"base": "minecraft:entity/decorated_pot/decorated_pot_base"
},
Expand Down
5 changes: 4 additions & 1 deletion src/Output/ItemStyle/DecoratedPotItemStyleGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ class DecoratedPotItemStyleGenerator extends ItemStyleGenerator
"sheaf_pottery_sherd",
"shelter_pottery_sherd",
"skull_pottery_sherd",
"snort_pottery_sherd"
"snort_pottery_sherd",
"flow_pottery_sherd",
"guster_pottery_sherd",
"scrape_pottery_sherd"
];

/**
Expand Down

0 comments on commit 9367dac

Please sign in to comment.