removed horse accessor
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
package cloudburst.rejects.mixin;
|
|
||||||
|
|
||||||
import net.minecraft.entity.passive.HorseBaseEntity;
|
|
||||||
import net.minecraft.inventory.SimpleInventory;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.gen.Accessor;
|
|
||||||
|
|
||||||
@Mixin(HorseBaseEntity.class)
|
|
||||||
public interface HorseBaseEntityAccessor {
|
|
||||||
@Accessor("items")
|
|
||||||
SimpleInventory getItems();
|
|
||||||
}
|
|
||||||
@@ -7,8 +7,7 @@
|
|||||||
"client": [
|
"client": [
|
||||||
"EntityMixin",
|
"EntityMixin",
|
||||||
"ClientWorldMixin",
|
"ClientWorldMixin",
|
||||||
"StructureVoidBlockMixin",
|
"StructureVoidBlockMixin"
|
||||||
"HorseBaseEntityAccessor"
|
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
|
|||||||
Reference in New Issue
Block a user