Skip to content

Commit

Permalink
Emerald Items (#66)
Browse files Browse the repository at this point in the history
* feat: linking grub texture

* feat: giving texture cmd 50004

* feat: adding new update items

adding items for a new update, unfortunately not working.

* fix: attempting to fix major bug

* fix: initial scroll and wand textures working

* feat: added fish textures

* feat: added emerald fishing rod textures
  • Loading branch information
Xavbeat03 authored Nov 9, 2024
1 parent 96b0d67 commit 128b7ca
Show file tree
Hide file tree
Showing 100 changed files with 515 additions and 3 deletions.
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/burn_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/burn_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/cat_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/cat_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/cleanse_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/cleanse_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/doppleganger_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/doppleganger_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/elder_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/elder_scroll"
}
}
12 changes: 12 additions & 0 deletions assets/emeraldstuff/models/item/emerald_rod_cast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/emerald_rod_cast"
},
"display": {
"thirdperson_righthand": {
"rotation": [ 0, -90, -40 ],
"translation": [ 0, 5, 3 ]
}
}
}
12 changes: 12 additions & 0 deletions assets/emeraldstuff/models/item/emerald_rod_uncast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/emerald_rod_uncast"
},
"display": {
"thirdperson_righthand": {
"rotation": [ 0, -90, -40 ],
"translation": [ 0, 5, 3 ]
}
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/explosion_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/explosion_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/extinguish_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/extinguish_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/fireball_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/fireball_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/fox_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/fox_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/glowing_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/glowing_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/heal_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/heal_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/iceball_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/iceball_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/levitation_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/levitation_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/lightning_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/lightning_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/nightvision_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/nightvision_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/poisoncloud_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/poisoncloud_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/smoke_scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/smoke_scroll"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/sparkly_platinum_bait.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/sparkly_platinum_bait"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/wand_of_burn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/wand_of_burn"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/wand_of_cleanse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/wand_of_cleanse"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/wand_of_dash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/wand_of_dash"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/wand_of_earth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/wand_of_earth"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/wand_of_extinguish.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/wand_of_extinguish"
}
}
6 changes: 6 additions & 0 deletions assets/emeraldstuff/models/item/wand_of_pull.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "emeraldstuff:item/wand_of_pull"
}
}
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/burn_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/cat_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/cleanse_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/doppleganger_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/elder_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/emerald_rod_cast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/emerald_rod_uncast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/explosion_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/extinguish_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/fireball_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/fox_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/glowing_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/heal_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/iceball_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/levitation_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/lightning_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/nightvision_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/poisoncloud_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/smoke_scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/sparkly_platinum_bait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/wand_of_burn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/wand_of_cleanse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/wand_of_dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/wand_of_earth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/wand_of_extinguish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/emeraldstuff/textures/item/wand_of_pull.png
14 changes: 14 additions & 0 deletions assets/minecraft/models/item/fishing_rod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@
"custom_model_data": 47100
},
"model": "item/fishing_rod_cast"
},
{
"predicate": {
"cast": 0,
"custom_model_data": 50000
},
"model": "emeraldstuff:item/emerald_rod_uncast"
},
{
"predicate": {
"cast": 1,
"custom_model_data": 50000
},
"model": "emeraldstuff:item/emerald_rod_cast"
}
]
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/paper.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@
"custom_model_data": 50004
},
"model": "fish:item/bait/4"
},
{
"predicate": {
"custom_model_data": 50005
},
"model": "emeraldstuff:item/sparkly_platinum_bait"
}
]
}
25 changes: 24 additions & 1 deletion assets/minecraft/models/item/salmon.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@
{ "predicate": { "custom_model_data": 47001}, "model": "item/fishing/salmon/common_carp" },
{ "predicate": { "custom_model_data": 47002}, "model": "item/fishing/salmon/channel_catfish"},
{ "predicate": { "custom_model_data": 47003}, "model": "item/fishing/salmon/striped_bass"},
{ "predicate": { "custom_model_data": 69000}, "model": "netherfish:item/asphodian_angler" },
{ "predicate": { "custom_model_data": 69001}, "model": "netherfish:item/emberfish" },
{ "predicate": { "custom_model_data": 69002}, "model": "netherfish:item/hellbass" },
{ "predicate": { "custom_model_data": 69003}, "model": "netherfish:item/hellmouth" },
{ "predicate": { "custom_model_data": 69004}, "model": "netherfish:item/imp_fish" },
{ "predicate": { "custom_model_data": 69005}, "model": "netherfish:item/lava_cod" },
{ "predicate": { "custom_model_data": 69006}, "model": "netherfish:item/molten_loach" },
{ "predicate": { "custom_model_data": 69007}, "model": "netherfish:item/molten_perch" },
{ "predicate": { "custom_model_data": 69008}, "model": "netherfish:item/soul_perch" },
{ "predicate": { "custom_model_data": 69009}, "model": "netherfish:item/soul_salmon" },
{ "predicate": { "custom_model_data": 69010}, "model": "netherfish:item/soul_snail" },
{ "predicate": { "custom_model_data": 69011}, "model": "netherfish:item/striderhead" },
{ "predicate": { "custom_model_data": 69012}, "model": "netherfish:item/toxic_eel" },
{ "predicate": { "custom_model_data": 69013}, "model": "netherfish:item/toxic_perch" },
{ "predicate": { "custom_model_data": 69014}, "model": "netherfish:item/toxic_pike" },
{ "predicate": { "custom_model_data": 69015}, "model": "netherfish:item/toxic_scad" },
{ "predicate": { "custom_model_data": 69016}, "model": "netherfish:item/warped_crappie" },
{ "predicate": { "custom_model_data": 69017}, "model": "netherfish:item/warped_perch" },
{ "predicate": { "custom_model_data": 69018}, "model": "netherfish:item/warped_shad" },
{ "predicate": { "custom_model_data": 69019}, "model": "netherfish:item/warped_striderhead" },
{ "predicate": { "custom_model_data": 69020}, "model": "netherfish:item/wither_croaker" },
{ "predicate": { "custom_model_data": 69021}, "model": "netherfish:item/wither_mullet" },
{ "predicate": { "custom_model_data": 70004}, "model": "fish:item/cod/4" },
{ "predicate": { "custom_model_data": 70004}, "model": "fish:item/cod/4" },
{ "predicate": { "custom_model_data": 70005}, "model": "fish:item/cod/5" },
{ "predicate": { "custom_model_data": 70104}, "model": "fish:item/cod/24" },
Expand All @@ -21,4 +44,4 @@
{ "predicate": { "custom_model_data": 76014}, "model": "fish:item/cod/19" },
{ "predicate": { "custom_model_data": 76015}, "model": "fish:item/cod/20" }
]
}
}
Loading

0 comments on commit 128b7ca

Please sign in to comment.