Skip to content

Commit

Permalink
Clean traces of unused config system
Browse files Browse the repository at this point in the history
  • Loading branch information
WerySkok committed Jun 2, 2023
1 parent 870bec4 commit b794a28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
2 changes: 0 additions & 2 deletions common/src/main/java/ru/weryskok/mtrrumetro/MainClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.RenderType;
import ru.weryskok.mtrrumetro.render.*;
//import ru.weryskok.mtrrumetro.config.Config;

public class MainClient {
public static void init() {
Expand All @@ -20,7 +19,6 @@ public static void init() {

RegistryClient.registerBlockRenderType(RenderType.cutoutMipped(), Blocks.SPB_HORIZONTAL_ELEVATOR_DOOR.get());
RegistryClient.registerTileEntityRenderer(BlockEntityTypes.SPB_HORIZONTAL_ELEVATOR_DOOR_TILE_ENTITY.get(), RenderSPBHorizontalElevatorDoor::new);
// Config.refreshProperties();
}

public static void registerItemModelPredicates() {
Expand Down
49 changes: 0 additions & 49 deletions common/src/main/java/ru/weryskok/mtrrumetro/config/Config.java

This file was deleted.

12 changes: 0 additions & 12 deletions fabric/src/main/java/ru/weryskok/mtrrumetro/ModMenuConfig.java

This file was deleted.

0 comments on commit b794a28

Please sign in to comment.