Skip to content

Commit

Permalink
Loot table handler
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed May 16, 2024
1 parent edcaa73 commit 6aa8ea4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.mobiusflip.crimsonrevelations.init;

import com.mobiusflip.crimsonrevelations.CrimsonRevelations;

import net.minecraft.util.ResourceLocation;

public class LootTableHandler {
public static final ResourceLocation CULTIST = new ResourceLocation(CrimsonRevelations.MODID, ("entities/cultist"));
}

0 comments on commit 6aa8ea4

Please sign in to comment.