Skip to content

Commit

Permalink
Fix missing unique pkg name prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
soir20 committed May 17, 2022
1 parent a47273e commit 5bb7cb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package forge.client.event;
package io.github.soir20.moremcmeta.forge.client.event;

import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import io.github.soir20.moremcmeta.forge.client.event.ClientTicker;
import net.minecraftforge.event.TickEvent;
import org.junit.After;
import org.junit.Rule;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package forge.client.event;
package io.github.soir20.moremcmeta.forge.client.event;

import net.minecraftforge.eventbus.api.Event;
import net.minecraftforge.eventbus.api.EventPriority;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package forge.client.event;
package io.github.soir20.moremcmeta.forge.client.event;

import io.github.soir20.moremcmeta.client.texture.CustomTickable;

Expand Down

0 comments on commit 5bb7cb8

Please sign in to comment.