mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
added turbine model to RM, fixed fluid textures
This commit is contained in:
parent
9c90d4fc61
commit
5a27d31441
5928
assets/hbm/models/turbofan_blades.obj
Normal file
5928
assets/hbm/models/turbofan_blades.obj
Normal file
File diff suppressed because it is too large
Load Diff
2413
assets/hbm/models/turbofan_body.obj
Normal file
2413
assets/hbm/models/turbofan_body.obj
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -366,6 +366,9 @@ public class ModBlocks {
|
|||||||
public static Block machine_pumpjack;
|
public static Block machine_pumpjack;
|
||||||
public static final int guiID_machine_pumpjack = 51;
|
public static final int guiID_machine_pumpjack = 51;
|
||||||
|
|
||||||
|
public static Block machine_turbofan;
|
||||||
|
public static final int guiID_machine_turbofan = 52;
|
||||||
|
|
||||||
public static Block turret_light;
|
public static Block turret_light;
|
||||||
public static Block turret_heavy;
|
public static Block turret_heavy;
|
||||||
public static Block turret_rocket;
|
public static Block turret_rocket;
|
||||||
|
|||||||
@ -25,4 +25,8 @@ public class ResourceManager {
|
|||||||
public static final IModelCustom pumpjack_head = AdvancedModelLoader.loadModel(new ResourceLocation(RefStrings.MODID, "models/pumpjack_head.obj"));
|
public static final IModelCustom pumpjack_head = AdvancedModelLoader.loadModel(new ResourceLocation(RefStrings.MODID, "models/pumpjack_head.obj"));
|
||||||
public static final IModelCustom pumpjack_rotor = AdvancedModelLoader.loadModel(new ResourceLocation(RefStrings.MODID, "models/pumpjack_rotor.obj"));
|
public static final IModelCustom pumpjack_rotor = AdvancedModelLoader.loadModel(new ResourceLocation(RefStrings.MODID, "models/pumpjack_rotor.obj"));
|
||||||
|
|
||||||
|
//Turbofan
|
||||||
|
public static final IModelCustom turbofan_body = AdvancedModelLoader.loadModel(new ResourceLocation(RefStrings.MODID, "models/turbofan_body.obj"));
|
||||||
|
public static final IModelCustom turbofan_blades = AdvancedModelLoader.loadModel(new ResourceLocation(RefStrings.MODID, "models/turbofan_blades.obj"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user