From fa883b2fd44dca7235ea9873d17cf0fed9ca7f80 Mon Sep 17 00:00:00 2001 From: sten104 Date: Mon, 23 Mar 2026 19:30:26 +0100 Subject: [PATCH] the effects of drugs on your brain --- src/main/java/com/hbm/main/ResourceManager.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/hbm/main/ResourceManager.java b/src/main/java/com/hbm/main/ResourceManager.java index 53e973e9c..c8b8c7898 100644 --- a/src/main/java/com/hbm/main/ResourceManager.java +++ b/src/main/java/com/hbm/main/ResourceManager.java @@ -865,10 +865,10 @@ public class ResourceManager { public static final ResourceLocation fluid_pump_tex = new ResourceLocation(RefStrings.MODID, "textures/models/network/fluid_diode.png"); //Barrels - public static ResourceLocation barrel_plastic_tex = new ResourceLocation("hbm:textures/blocks/barrel_plastic.png"); - public static ResourceLocation barrel_steel_tex = new ResourceLocation("hbm:textures/blocks/barrel_steel.png"); - public static ResourceLocation barrel_tcalloy_tex = new ResourceLocation("hbm:textures/blocks/barrel_tcalloy.png"); - public static ResourceLocation barrel_antimatter_tex = new ResourceLocation("hbm:textures/blocks/barrel_antimatter.png"); + public static ResourceLocation barrel_plastic_tex = new ResourceLocation(RefStrings.MODID, "textures/blocks/barrel_plastic.png"); + public static ResourceLocation barrel_steel_tex = new ResourceLocation(RefStrings.MODID, "textures/blocks/barrel_steel.png"); + public static ResourceLocation barrel_tcalloy_tex = new ResourceLocation(RefStrings.MODID, "textures/blocks/barrel_tcalloy.png"); + public static ResourceLocation barrel_antimatter_tex = new ResourceLocation(RefStrings.MODID, "textures/blocks/barrel_antimatter.png"); //Radiolysis public static final ResourceLocation radiolysis_tex = new ResourceLocation(RefStrings.MODID, "textures/models/radiolysis.png");