Skip to content

Commit

Permalink
Fix rendering issue with plushies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Injourn committed Mar 4, 2023
1 parent 4d166c9 commit e45cf32
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void registerItems(final RegisterEvent event){
@SubscribeEvent
public static void buildContents(CreativeModeTabEvent.BuildContents event) {
// Add to ingredients tab
if (event.getTab() == CreativeModeTabs.INGREDIENTS) {
if (event.getTab() == CreativeModeTabs.TOOLS_AND_UTILITIES) {
//event.accept(ITEM);
event.accept(TENNIS_BALL);
event.accept(FLYING_DISK);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "upgradedwolves:entity/creeper_plush"
"0": "upgradedwolves:item/creeper_plush"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "upgradedwolves:entity/skeleton_plush"
"0": "upgradedwolves:item/skeleton_plush"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "upgradedwolves:entity/zombie_plush"
"0": "upgradedwolves:item/zombie_plush"
},
"elements": [
{
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 e45cf32

Please sign in to comment.