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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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