Skip to content

Commit

Permalink
Added item model for ominous bottle
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Mar 28, 2024
1 parent 0b675b3 commit 6c57905
Show file tree
Hide file tree
Showing 20 changed files with 748 additions and 607 deletions.
594 changes: 2 additions & 592 deletions assets/minecraft/models/block/copper_bulb.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/minecraft/models/block/copper_bulb_lit.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/copper_bulb_lit"
}
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/copper_bulb_lit_powered.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/copper_bulb_lit_powered"
}
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/copper_bulb_powered.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/copper_bulb_powered"
}
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/exposed_copper_bulb.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/exposed_copper_bulb"
}
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/exposed_copper_bulb_lit.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/exposed_copper_bulb_lit"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/exposed_copper_bulb_lit_powered"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/exposed_copper_bulb_powered"
}
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/models/block/oxidized_copper_bulb.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/oxidized_copper_bulb"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/oxidized_copper_bulb_lit"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/oxidized_copper_bulb_lit_powered"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"parent":"block/copper_bulb",
"parent":"block/template_copper_bulb",
"textures":{
"all":"block/oxidized_copper_bulb_powered"
}
Expand Down
Loading

0 comments on commit 6c57905

Please sign in to comment.