Eclipse doesn't check these for references

This commit is contained in:
Sollace 2019-11-23 23:58:31 +02:00
parent f7dd39e89a
commit b01eae5ed4
11 changed files with 24 additions and 24 deletions

View file

@ -2,7 +2,7 @@
"left_wing": { "left_wing": {
"type": "mson:slot", "type": "mson:slot",
"name": "wings", "name": "wings",
"implementation": "com.minelittlepony.client.model.components.PegasusWings$Wing", "implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
"content": { "content": {
"folded": { "folded": {
"texture": {"u": 56, "v": 32}, "texture": {"u": 56, "v": 32},
@ -32,7 +32,7 @@
"right_wing": { "right_wing": {
"type": "mson:slot", "type": "mson:slot",
"name": "wings", "name": "wings",
"implementation": "com.minelittlepony.client.model.components.PegasusWings$Wing", "implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
"content": { "content": {
"folded": { "folded": {
"texture": {"u": 56, "v": 16}, "texture": {"u": 56, "v": 16},
@ -62,7 +62,7 @@
"legacy_right_wing": { "legacy_right_wing": {
"type": "mson:slot", "type": "mson:slot",
"name": "wings", "name": "wings",
"implementation": "com.minelittlepony.client.model.components.PegasusWings$Wing", "implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
"content": { "content": {
"folded": { "folded": {
"texture": {"u": 56, "v": 16}, "texture": {"u": 56, "v": 16},

View file

@ -17,13 +17,13 @@
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "snout", "name": "snout",
"implementation": "com.minelittlepony.client.model.components.PonySnout", "implementation": "com.minelittlepony.client.model.part.PonySnout",
"content: "minelitlepony:components/snout" "content: "minelitlepony:components/snout"
}, },
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "ears", "name": "ears",
"implementation": "com.minelittlepony.client.model.components.PonyEars", "implementation": "com.minelittlepony.client.model.part.PonyEars",
"content": "minelittlepony:components/ears" "content": "minelittlepony:components/ears"
}, },
{ {
@ -103,5 +103,5 @@
"size": [ "#arm_width", "#arm_length", "#arm_depth" ] "size": [ "#arm_width", "#arm_length", "#arm_depth" ]
} }
] ]
}, }
} }

View file

@ -3,7 +3,7 @@
"wings": { "wings": {
"type": "mson:slot", "type": "mson:slot",
"name": "wings", "name": "wings",
"implementation": "com.minelittlepony.client.model.components.PegasusWings", "implementation": "com.minelittlepony.client.model.part.PegasusWings",
"content: "minelitlepony:components/pegasus_wings" "content: "minelitlepony:components/pegasus_wings"
} }
} }

View file

@ -10,13 +10,13 @@
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "snout", "name": "snout",
"implementation": "com.minelittlepony.client.model.components.PonySnout", "implementation": "com.minelittlepony.client.model.part.PonySnout",
"content: "minelitlepony:components/snout" "content: "minelitlepony:components/snout"
}, },
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "ears", "name": "ears",
"implementation": "com.minelittlepony.client.model.components.PonyEars", "implementation": "com.minelittlepony.client.model.part.PonyEars",
"content": "minelittlepony:components/bat_ears" "content": "minelittlepony:components/bat_ears"
} }
] ]
@ -24,7 +24,7 @@
"wings": { "wings": {
"type": "mson:slot", "type": "mson:slot",
"name": "wings", "name": "wings",
"implementation": "com.minelittlepony.client.model.components.BatWings", "implementation": "com.minelittlepony.client.model.part.BatWings",
"content: "minelitlepony:components/bat_wings" "content: "minelitlepony:components/bat_wings"
} }
} }

View file

@ -3,7 +3,7 @@
"wings": { "wings": {
"type": "mson:slot", "type": "mson:slot",
"name": "wings", "name": "wings",
"implementation": "com.minelittlepony.client.model.components.PegasusWings", "implementation": "com.minelittlepony.client.model.part.PegasusWings",
"content: "minelitlepony:components/bug_wings" "content: "minelitlepony:components/bug_wings"
} }
} }

View file

@ -3,7 +3,7 @@
"wings": { "wings": {
"type": "mson:slot", "type": "mson:slot",
"name": "wings", "name": "wings",
"implementation": "com.minelittlepony.client.model.components.PegasusWings", "implementation": "com.minelittlepony.client.model.part.PegasusWings",
"content: "minelitlepony:components/pegasus_wings" "content: "minelitlepony:components/pegasus_wings"
} }
} }

View file

@ -10,19 +10,19 @@
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "snout", "name": "snout",
"implementation": "com.minelittlepony.client.model.components.PonySnout", "implementation": "com.minelittlepony.client.model.part.PonySnout",
"content: "minelitlepony:components/snout" "content: "minelitlepony:components/snout"
}, },
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "ears", "name": "ears",
"implementation": "com.minelittlepony.client.model.components.PonyEars", "implementation": "com.minelittlepony.client.model.part.PonyEars",
"content": "minelittlepony:components/ears" "content": "minelittlepony:components/ears"
}, },
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "horn", "name": "horn",
"implementation": "com.minelittlepony.client.model.components.UnicornHorn", "implementation": "com.minelittlepony.client.model.part.UnicornHorn",
"content": "minelittlepony:components/horn" "content": "minelittlepony:components/horn"
} }
] ]

View file

@ -10,13 +10,13 @@
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "snout", "name": "snout",
"implementation": "com.minelittlepony.client.model.components.PonySnout", "implementation": "com.minelittlepony.client.model.part.PonySnout",
"content: "minelitlepony:components/snout" "content: "minelitlepony:components/snout"
}, },
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "ears", "name": "ears",
"implementation": "com.minelittlepony.client.model.components.PonyEars", "implementation": "com.minelittlepony.client.model.part.PonyEars",
"content": "minelittlepony:components/ears" "content": "minelittlepony:components/ears"
}, },
{ {

View file

@ -32,7 +32,7 @@
"tail": { "tail": {
"type": "mson:slot", "type": "mson:slot",
"name": "tail", "name": "tail",
"implementation": "com.minelittlepony.client.model.components.SeaponyTail", "implementation": "com.minelittlepony.client.model.part.SeaponyTail",
"content": "minelittlepony:components/fish_tail" "content": "minelittlepony:components/fish_tail"
} }
} }

View file

@ -24,13 +24,13 @@
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "snout", "name": "snout",
"implementation": "com.minelittlepony.client.model.components.PonySnout", "implementation": "com.minelittlepony.client.model.part.PonySnout",
"content: "minelitlepony:components/snout" "content: "minelitlepony:components/snout"
}, },
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "ears", "name": "ears",
"implementation": "com.minelittlepony.client.model.components.PonyEars", "implementation": "com.minelittlepony.client.model.part.PonyEars",
"content": "minelittlepony:components/ears" "content": "minelittlepony:components/ears"
} }
] ]
@ -245,7 +245,7 @@
"tail": { "tail": {
"type": "mson:slot", "type": "mson:slot",
"name": "tail", "name": "tail",
"implementation": "com.minelittlepony.client.model.components.PonyTail", "implementation": "com.minelittlepony.client.model.part.PonyTail",
"content": "minelittlepony:components/tail" "content": "minelittlepony:components/tail"
}, },
"right_arm": { "right_arm": {

View file

@ -10,13 +10,13 @@
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "snout", "name": "snout",
"implementation": "com.minelittlepony.client.model.components.PonySnout", "implementation": "com.minelittlepony.client.model.part.PonySnout",
"content: "minelitlepony:components/snout" "content: "minelitlepony:components/snout"
}, },
{ {
"type": "mson:slot", "type": "mson:slot",
"name": "ears", "name": "ears",
"implementation": "com.minelittlepony.client.model.components.PonyEars", "implementation": "com.minelittlepony.client.model.part.PonyEars",
"content": "minelittlepony:components/bat_ears" "content": "minelittlepony:components/bat_ears"
} }
] ]
@ -24,7 +24,7 @@
"bat_wings": { "bat_wings": {
"type": "mson:slot", "type": "mson:slot",
"name": "wings", "name": "wings",
"implementation": "com.minelittlepony.client.model.components.BatWings", "implementation": "com.minelittlepony.client.model.part.BatWings",
"content: "minelitlepony:components/bat_wings" "content: "minelitlepony:components/bat_wings"
} }
"apron": { "apron": {