Skip to content

Commit

Permalink
Remove example multiblock
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Aug 13, 2024
1 parent 23d7506 commit cc60506
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package net.slqmy.template_paper_plugin.custom_multiblock;

public enum CustomMultiblock {
MultiFurnace;

}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import net.slqmy.template_paper_plugin.custom_multiblock.AbstractCustomMultiblock;
import net.slqmy.template_paper_plugin.custom_multiblock.CustomMultiblock;
import net.slqmy.template_paper_plugin.custom_multiblock.blocks.MultiFurnace;
import net.slqmy.template_paper_plugin.TemplatePaperPlugin;

public class CustomMultiblockManager {
Expand All @@ -35,8 +34,6 @@ public class CustomMultiblockManager {
public CustomMultiblockManager(TemplatePaperPlugin plugin) {
this.plugin = plugin;

new MultiFurnace(plugin, this);

multiblocksFilePath = plugin.getDataFolder() + File.separator + multiblocksResourceFilePath;
multiblocksFile = new File(multiblocksFilePath);

Expand Down

This file was deleted.

0 comments on commit cc60506

Please sign in to comment.