-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make mobs of bucket texture reusable for other mods
- Loading branch information
Showing
37 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/barracuda_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/barracuda_bucket" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/barracuda" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/crab_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/crab_bucket" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/crab" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/eel_freshwater_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/eel_freshwater_bucket" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/eel_freshwater" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/eel_saltwater_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/eel_saltwater_bucket" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/eel_saltwater" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...on/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_purple.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...on/src/main/resources/assets/betteranimalsplus/models/item/flying_fish_bucket_yellow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/flying_fish_bucket_yellow" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/flying_fish_yellow" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/horseshoecrab_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/horseshoecrab_bucket" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/horseshoecrab" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/jellyfish_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/jellyfish_bucket" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/jellyfish" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/lamprey_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/lamprey_bucket" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/lamprey" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/nautilus_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/nautilus_bucket" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/nautilus" | ||
} | ||
} |
3 changes: 2 additions & 1 deletion
3
common/src/main/resources/assets/betteranimalsplus/models/item/piranha_bucket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "betteranimalsplus:items/piranha_bucket" | ||
"layer0": "betteranimalsplus:items/lower_bucket", | ||
"layer1": "betteranimalsplus:items/bucket_content/piranha" | ||
} | ||
} |
Binary file removed
BIN
-546 Bytes
...src/main/resources/assets/betteranimalsplus/textures/items/barracuda_bucket.png
Binary file not shown.
Binary file added
BIN
+270 Bytes
.../resources/assets/betteranimalsplus/textures/items/bucket_content/barracuda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+263 Bytes
.../main/resources/assets/betteranimalsplus/textures/items/bucket_content/crab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+277 Bytes
...urces/assets/betteranimalsplus/textures/items/bucket_content/eel_freshwater.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+284 Bytes
...ources/assets/betteranimalsplus/textures/items/bucket_content/eel_saltwater.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+272 Bytes
...esources/assets/betteranimalsplus/textures/items/bucket_content/flying_fish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+272 Bytes
...s/assets/betteranimalsplus/textures/items/bucket_content/flying_fish_purple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+272 Bytes
...s/assets/betteranimalsplus/textures/items/bucket_content/flying_fish_yellow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+258 Bytes
...ources/assets/betteranimalsplus/textures/items/bucket_content/horseshoecrab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+250 Bytes
.../resources/assets/betteranimalsplus/textures/items/bucket_content/jellyfish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+307 Bytes
...in/resources/assets/betteranimalsplus/textures/items/bucket_content/lamprey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+281 Bytes
...n/resources/assets/betteranimalsplus/textures/items/bucket_content/nautilus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+264 Bytes
...in/resources/assets/betteranimalsplus/textures/items/bucket_content/piranha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-330 Bytes
common/src/main/resources/assets/betteranimalsplus/textures/items/crab_bucket.png
Binary file not shown.
Binary file removed
BIN
-553 Bytes
...ain/resources/assets/betteranimalsplus/textures/items/eel_freshwater_bucket.png
Binary file not shown.
Binary file removed
BIN
-531 Bytes
...main/resources/assets/betteranimalsplus/textures/items/eel_saltwater_bucket.png
Binary file not shown.
Binary file removed
BIN
-509 Bytes
...c/main/resources/assets/betteranimalsplus/textures/items/flying_fish_bucket.png
Binary file not shown.
Binary file removed
BIN
-506 Bytes
...resources/assets/betteranimalsplus/textures/items/flying_fish_bucket_purple.png
Binary file not shown.
Binary file removed
BIN
-510 Bytes
...resources/assets/betteranimalsplus/textures/items/flying_fish_bucket_yellow.png
Binary file not shown.
Binary file removed
BIN
-323 Bytes
...main/resources/assets/betteranimalsplus/textures/items/horseshoecrab_bucket.png
Binary file not shown.
Binary file removed
BIN
-471 Bytes
...src/main/resources/assets/betteranimalsplus/textures/items/jellyfish_bucket.png
Binary file not shown.
Binary file removed
BIN
-550 Bytes
...n/src/main/resources/assets/betteranimalsplus/textures/items/lamprey_bucket.png
Binary file not shown.
Binary file added
BIN
+262 Bytes
common/src/main/resources/assets/betteranimalsplus/textures/items/lower_bucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-572 Bytes
.../src/main/resources/assets/betteranimalsplus/textures/items/nautilus_bucket.png
Binary file not shown.
Binary file removed
BIN
-316 Bytes
...n/src/main/resources/assets/betteranimalsplus/textures/items/piranha_bucket.png
Binary file not shown.