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

Commit

Permalink
Fixed TOP compat ID
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyyTV committed Jan 15, 2019
1 parent 6c09941 commit a398ceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public Void apply(ITheOneProbe theOneProbe) {
probe.registerProvider(new IProbeInfoProvider() {
@Override
public String getID() {
return DimensionalEdibles.MODID + "cake";
return DimensionalEdibles.MODID + ":cake";
}
@Override
public void addProbeInfo(ProbeMode mode, IProbeInfo probeInfo, EntityPlayer player, World world, IBlockState blockState, IProbeHitData data) {
Expand Down

0 comments on commit a398ceb

Please sign in to comment.