how did this one even slip through

This commit is contained in:
Bob 2021-11-01 12:12:51 +01:00
parent c75f8fe564
commit 84dee87160
3 changed files with 3 additions and 3 deletions

View File

@ -518,7 +518,7 @@ public class AnvilRecipes {
constructionRecipes.add(new AnvilConstructionRecipe(
new ComparableStack(ModBlocks.rbmk_control), new AnvilOutput[] {
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))
}).setTier(4));
constructionRecipes.add(new AnvilConstructionRecipe(

View File

@ -3,7 +3,7 @@ package com.hbm.lib;
public class RefStrings {
public static final String MODID = "hbm";
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:
//V T (X)
//V -> next release version

View File

@ -3,7 +3,7 @@
"modid": "hbm",
"name": "Hbm's Nuclear Tech",
"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",
"url": "",
"updateUrl": "",