mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-08-10 17:55:44 +00:00
the effects of drugs on your brain
This commit is contained in:
parent
c40156d5f6
commit
fa883b2fd4
@ -865,10 +865,10 @@ public class ResourceManager {
|
|||||||
public static final ResourceLocation fluid_pump_tex = new ResourceLocation(RefStrings.MODID, "textures/models/network/fluid_diode.png");
|
public static final ResourceLocation fluid_pump_tex = new ResourceLocation(RefStrings.MODID, "textures/models/network/fluid_diode.png");
|
||||||
|
|
||||||
//Barrels
|
//Barrels
|
||||||
public static ResourceLocation barrel_plastic_tex = new ResourceLocation("hbm:textures/blocks/barrel_plastic.png");
|
public static ResourceLocation barrel_plastic_tex = new ResourceLocation(RefStrings.MODID, "textures/blocks/barrel_plastic.png");
|
||||||
public static ResourceLocation barrel_steel_tex = new ResourceLocation("hbm:textures/blocks/barrel_steel.png");
|
public static ResourceLocation barrel_steel_tex = new ResourceLocation(RefStrings.MODID, "textures/blocks/barrel_steel.png");
|
||||||
public static ResourceLocation barrel_tcalloy_tex = new ResourceLocation("hbm:textures/blocks/barrel_tcalloy.png");
|
public static ResourceLocation barrel_tcalloy_tex = new ResourceLocation(RefStrings.MODID, "textures/blocks/barrel_tcalloy.png");
|
||||||
public static ResourceLocation barrel_antimatter_tex = new ResourceLocation("hbm:textures/blocks/barrel_antimatter.png");
|
public static ResourceLocation barrel_antimatter_tex = new ResourceLocation(RefStrings.MODID, "textures/blocks/barrel_antimatter.png");
|
||||||
|
|
||||||
//Radiolysis
|
//Radiolysis
|
||||||
public static final ResourceLocation radiolysis_tex = new ResourceLocation(RefStrings.MODID, "textures/models/radiolysis.png");
|
public static final ResourceLocation radiolysis_tex = new ResourceLocation(RefStrings.MODID, "textures/models/radiolysis.png");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user