Move the floating artefact entity renderer to the correct package

This commit is contained in:
Sollace 2023-09-02 20:02:28 +01:00
parent 77d6e6d1b0
commit e923882ebf
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -1,5 +1,6 @@
package com.minelittlepony.unicopia.client.render;
package com.minelittlepony.unicopia.client.render.entity;
import com.minelittlepony.unicopia.client.render.RenderLayers;
import com.minelittlepony.unicopia.entity.mob.FloatingArtefactEntity;
import com.minelittlepony.unicopia.item.UItems;
import net.minecraft.client.MinecraftClient;