mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
how did this one even slip through
This commit is contained in:
parent
c75f8fe564
commit
84dee87160
@ -518,7 +518,7 @@ public class AnvilRecipes {
|
|||||||
constructionRecipes.add(new AnvilConstructionRecipe(
|
constructionRecipes.add(new AnvilConstructionRecipe(
|
||||||
new ComparableStack(ModBlocks.rbmk_control), new AnvilOutput[] {
|
new ComparableStack(ModBlocks.rbmk_control), new AnvilOutput[] {
|
||||||
new AnvilOutput(new ItemStack(ModBlocks.rbmk_absorber, 1)),
|
new AnvilOutput(new ItemStack(ModBlocks.rbmk_absorber, 1)),
|
||||||
new AnvilOutput(new ItemStack(ModBlocks.block_graphite, 2)),
|
new AnvilOutput(new ItemStack(ModItems.ingot_graphite, 2)),
|
||||||
new AnvilOutput(new ItemStack(ModItems.motor, 2))
|
new AnvilOutput(new ItemStack(ModItems.motor, 2))
|
||||||
}).setTier(4));
|
}).setTier(4));
|
||||||
constructionRecipes.add(new AnvilConstructionRecipe(
|
constructionRecipes.add(new AnvilConstructionRecipe(
|
||||||
|
|||||||
@ -3,7 +3,7 @@ package com.hbm.lib;
|
|||||||
public class RefStrings {
|
public class RefStrings {
|
||||||
public static final String MODID = "hbm";
|
public static final String MODID = "hbm";
|
||||||
public static final String NAME = "Hbm's Nuclear Tech Mod";
|
public static final String NAME = "Hbm's Nuclear Tech Mod";
|
||||||
public static final String VERSION = "1.0.27 BETA (4026)";
|
public static final String VERSION = "1.0.27 BETA (4040)";
|
||||||
//HBM's Beta Naming Convention:
|
//HBM's Beta Naming Convention:
|
||||||
//V T (X)
|
//V T (X)
|
||||||
//V -> next release version
|
//V -> next release version
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"modid": "hbm",
|
"modid": "hbm",
|
||||||
"name": "Hbm's Nuclear Tech",
|
"name": "Hbm's Nuclear Tech",
|
||||||
"description": "A mod that adds weapons, nuclear themed stuff and machines",
|
"description": "A mod that adds weapons, nuclear themed stuff and machines",
|
||||||
"version":"1.0.27_X4026",
|
"version":"1.0.27_X4040",
|
||||||
"mcversion": "1.7.10",
|
"mcversion": "1.7.10",
|
||||||
"url": "",
|
"url": "",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user