Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
[change]move files.
Browse files Browse the repository at this point in the history
  • Loading branch information
peco2282 committed Apr 13, 2023
1 parent a22f446 commit fe13d99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

import com.github.peco2282.priceencyclopedia.config.ConfigHandler;
import com.github.peco2282.priceencyclopedia.config.Setting;
import com.github.peco2282.priceencyclopedia.event.KeyInputEvent;
import com.github.peco2282.priceencyclopedia.event.TooltipEvent;
import com.github.peco2282.priceencyclopedia.key.KeyHandler;
import com.github.peco2282.priceencyclopedia.key.KeyInputEvent;
import com.github.peco2282.priceencyclopedia.utils.ChatFormat;
import com.mojang.logging.LogUtils;
import net.minecraft.ChatFormatting;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

package com.github.peco2282.priceencyclopedia.key;
package com.github.peco2282.priceencyclopedia.event;

import com.github.peco2282.priceencyclopedia.PriceEncyclopedia;
import com.github.peco2282.priceencyclopedia.key.KeyHandler;
import net.minecraftforge.client.event.InputEvent;
import net.minecraftforge.eventbus.api.SubscribeEvent;
import org.jetbrains.annotations.NotNull;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

package com.github.peco2282.priceencyclopedia;
package com.github.peco2282.priceencyclopedia.event;

import com.github.peco2282.priceencyclopedia.PriceEncyclopedia;
import com.github.peco2282.priceencyclopedia.config.ConfigHandler;
import com.github.peco2282.priceencyclopedia.price.IPrice.ItemType;
import com.github.peco2282.priceencyclopedia.price.IPrice.PaymentType;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package com.github.peco2282.priceencyclopedia.event;

0 comments on commit fe13d99

Please sign in to comment.