Skip to content

Commit

Permalink
Fix texture locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Dec 29, 2023
1 parent d6b19e7 commit 291079e
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "allay_statue",
"particle": "allay_statue"
"0": "statues:block/allay_statue",
"particle": "statues:block/allay_statue"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "blue_axolotl_statue",
"particle": "blue_axolotl_statue"
"0": "statues:block/blue_axolotl_statue",
"particle": "statues:block/blue_axolotl_statue"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "cyan_axolotl_statue",
"particle": "cyan_axolotl_statue"
"0": "statues:block/cyan_axolotl_statue",
"particle": "statues:block/cyan_axolotl_statue"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "yellow_axolotl_statue",
"particle": "yellow_axolotl_statue"
"0": "statues:block/yellow_axolotl_statue",
"particle": "statues:block/yellow_axolotl_statue"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "pink_axolotl_statue",
"particle": "pink_axolotl_statue"
"0": "statues:block/pink_axolotl_statue",
"particle": "statues:block/pink_axolotl_statue"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "brown_axolotl_statue",
"particle": "brown_axolotl_statue"
"0": "statues:block/brown_axolotl_statue",
"particle": "statues:block/brown_axolotl_statue"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "cold_frog_statue",
"particle": "cold_frog_statue"
"0": "statues:block/cold_frog_statue",
"particle": "statues:block/cold_frog_statue"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "temperate_frog",
"particle": "temperate_frog"
"0": "statues:block/temperate_frog",
"particle": "statues:block/temperate_frog"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "warm_frog_statue",
"particle": "warm_frog_statue"
"0": "statues:block/warm_frog_statue",
"particle": "statues:block/warm_frog_statue"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "tadpole_statue",
"particle": "tadpole_statue"
"0": "statues:block/tadpole_statue",
"particle": "statues:block/tadpole_statue"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "warden_statue",
"particle": "warden_statue"
"0": "statues:block/warden_statue",
"particle": "statues:block/warden_statue"
},
"elements": [
{
Expand Down

0 comments on commit 291079e

Please sign in to comment.