diff --git a/assets/minecraft/models/item/fish/outlander.json b/assets/minecraft/models/item/fish/outlander.json new file mode 100644 index 0000000..80ebf07 --- /dev/null +++ b/assets/minecraft/models/item/fish/outlander.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/fish/outlander" + } + } \ No newline at end of file diff --git a/assets/minecraft/models/item/phantom_membrane.json b/assets/minecraft/models/item/phantom_membrane.json index f0ca400..9fd6261 100644 --- a/assets/minecraft/models/item/phantom_membrane.json +++ b/assets/minecraft/models/item/phantom_membrane.json @@ -69,6 +69,12 @@ "custom_model_data": 11 }, "model": "item/fish/void_piranha" + }, + { + "predicate": { + "custom_model_data": 12 + }, + "model": "item/fish/outlander" } ] } \ No newline at end of file diff --git a/assets/minecraft/textures/item/fish/outlander.png b/assets/minecraft/textures/item/fish/outlander.png new file mode 100644 index 0000000..5cb27fd Binary files /dev/null and b/assets/minecraft/textures/item/fish/outlander.png differ