mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-26 19:44:27 +00:00
Migrates the entire package nomenclature to be more direct and straightforward. (#17)
Signed-off-by: Paul Reilly <pawereus@gmail.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package me.totalfreedom.corvo;
|
||||
package fns.corvo;
|
||||
|
||||
import me.totalfreedom.base.Patchwork;
|
||||
import fns.patchwork.base.Patchwork;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public class Corvo extends JavaPlugin
|
@ -1,4 +1,4 @@
|
||||
package me.totalfreedom.corvo.listener;
|
||||
package fns.corvo.listener;
|
||||
|
||||
import io.papermc.paper.event.block.BlockBreakBlockEvent;
|
||||
import org.bukkit.event.EventHandler;
|
Reference in New Issue
Block a user