Skip to content

Commit

Permalink
Merge pull request #1976 from VT-14/log_cleaning
Browse files Browse the repository at this point in the history
Removed Some Log Spam
  • Loading branch information
WayofTime committed Oct 1, 2023
2 parents 3f45c35 + 3a82082 commit bccdf6c
Show file tree
Hide file tree
Showing 36 changed files with 288 additions and 266 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"__comment": "Copyright © InsomniaKitten 2017",
"textures": {
"particle": "bloodmagic:blocks/BlankRune",
"texture": "bloodmagic:blocks/BloodTank"
"particle": "bloodmagic:block/blankrune",
"texture": "bloodmagic:block/bloodtank"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"textures": {
"particle": "bloodmagic:blocks/lifeEssenceFlowing",
"portal": "bloodmagic:blocks/lifeEssenceFlowing"
"particle": "bloodmagic:block/lifeessenceflowing",
"portal": "bloodmagic:block/lifeessenceflowing"
},
"elements": [
{ "from": [ 6, 0, 0 ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"textures": {
"particle": "bloodmagic:blocks/lifeEssenceFlowing",
"portal": "bloodmagic:blocks/lifeEssenceFlowing"
"particle": "bloodmagic:block/lifeessenceflowing",
"portal": "bloodmagic:block/lifeessenceflowing"
},
"elements": [
{ "from": [ 6, 0, 0 ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"textures": {
"particle": "bloodmagic:blocks/lifeEssenceFlowing",
"portal": "bloodmagic:blocks/lifeEssenceFlowing"
"particle": "bloodmagic:block/lifeessenceflowing",
"portal": "bloodmagic:block/lifeessenceflowing"
},
"elements": [
{ "from": [ 0, 0, 6 ],
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:blocks/PhantomBlock"
"all": "bloodmagic:block/phantomblock"
}
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_corrosive"
"layer0": "bloodmagic:item/sentientbow_corrosive"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_corrosive_pulling_0"
"layer0": "bloodmagic:item/sentientbow_corrosive_pulling_0"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_corrosive_pulling_1"
"layer0": "bloodmagic:item/sentientbow_corrosive_pulling_1"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_corrosive_pulling_2"
"layer0": "bloodmagic:item/sentientbow_corrosive_pulling_2"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_destructive"
"layer0": "bloodmagic:item/sentientbow_destructive"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_destructive_pulling_0"
"layer0": "bloodmagic:item/sentientbow_destructive_pulling_0"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_destructive_pulling_1"
"layer0": "bloodmagic:item/sentientbow_destructive_pulling_1"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_destructive_pulling_2"
"layer0": "bloodmagic:item/sentientbow_destructive_pulling_2"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_pulling_0"
"layer0": "bloodmagic:item/sentientbow_pulling_0"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_pulling_1"
"layer0": "bloodmagic:item/sentientbow_pulling_1"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_pulling_2"
"layer0": "bloodmagic:item/sentientbow_pulling_2"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_steadfast"
"layer0": "bloodmagic:item/sentientbow_steadfast"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_steadfast_pulling_0"
"layer0": "bloodmagic:item/sentientbow_steadfast_pulling_0"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_steadfast_pulling_1"
"layer0": "bloodmagic:item/sentientbow_steadfast_pulling_1"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_steadfast_pulling_2"
"layer0": "bloodmagic:item/sentientbow_steadfast_pulling_2"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_vengeful"
"layer0": "bloodmagic:item/sentientbow_vengeful"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_vengeful_pulling_0"
"layer0": "bloodmagic:item/sentientbow_vengeful_pulling_0"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_vengeful_pulling_1"
"layer0": "bloodmagic:item/sentientbow_vengeful_pulling_1"
},
"display": {
"thirdperson_righthand": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "bloodmagic:items/SentientBow_vengeful_pulling_2"
"layer0": "bloodmagic:item/sentientbow_vengeful_pulling_2"
},
"display": {
"thirdperson_righthand": {
Expand Down

0 comments on commit bccdf6c

Please sign in to comment.