Skip to content

Commit

Permalink
make mobs of bucket texture reusable for other mods
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 authored and itsmeow committed Dec 21, 2022
1 parent 2fa42e1 commit 1efe7ee
Show file tree
Hide file tree
Showing 37 changed files with 24 additions and 12 deletions.
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"
}
}
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"
}
}
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"
}
}
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"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betteranimalsplus:items/flying_fish_bucket"
"layer0": "betteranimalsplus:items/lower_bucket",
"layer1": "betteranimalsplus:items/bucket_content/flying_fish"
},
"overrides": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betteranimalsplus:items/flying_fish_bucket_purple"
"layer0": "betteranimalsplus:items/lower_bucket",
"layer1": "betteranimalsplus:items/bucket_content/flying_fish_purple"
},
"overrides": [
{
Expand Down
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"
}
}
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"
}
}
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"
}
}
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"
}
}
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"
}
}
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 not shown.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit 1efe7ee

Please sign in to comment.