Skip to content

Commit

Permalink
fix: wrong id made the schematics and text not show thanks zelophed
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 2, 2023
1 parent 8ac104d commit 7e68f7c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
package com.railwayteam.railways.registry;

import com.railwayteam.railways.Railways;
import com.railwayteam.railways.ponder.ConductorScenes;
import com.railwayteam.railways.ponder.DoorScenes;
import com.railwayteam.railways.ponder.TrainScenes;
import com.simibubi.create.AllBlocks;
import com.simibubi.create.Create;
import com.tterrag.registrate.util.entry.ItemProviderEntry;
import com.tterrag.registrate.util.entry.RegistryEntry;
import net.createmod.ponder.foundation.CustomPonderRegistrationHelper;
import net.minecraft.resources.ResourceLocation;


public class CRPonderIndex {
static final CustomPonderRegistrationHelper<ItemProviderEntry<?>> HELPER = new CustomPonderRegistrationHelper<>(Create.ID, RegistryEntry::getId);
static final CustomPonderRegistrationHelper<ItemProviderEntry<?>> HELPER = new CustomPonderRegistrationHelper<>(Railways.MODID, RegistryEntry::getId);

public static void register() {
HELPER.forComponents(CRBlocks.SEMAPHORE)
Expand Down

0 comments on commit 7e68f7c

Please sign in to comment.