Update
This commit is contained in:
parent
c7da687185
commit
3243c8c5bd
@ -29,6 +29,10 @@ public class ExampleMod implements ModInitializer {
|
|||||||
// Implemented by Jerbyl
|
// Implemented by Jerbyl
|
||||||
public static final Block BLOCK_OF_CHARCOAL = new Block(FabricBlockSettings.of(Material.STONE).hardness(5.0f));
|
public static final Block BLOCK_OF_CHARCOAL = new Block(FabricBlockSettings.of(Material.STONE).hardness(5.0f));
|
||||||
|
|
||||||
|
// Charcoal block
|
||||||
|
// Implemented by Jerbyl
|
||||||
|
public static final Block EXPERIENCE_CAGE = new Block(FabricBlockSettings.of(Material.STONE).hardness(5.0f));
|
||||||
|
|
||||||
// Gold-plated diamond armor items
|
// Gold-plated diamond armor items
|
||||||
// Implemented by Jerbyl
|
// Implemented by Jerbyl
|
||||||
public static final Item GOLD_DIAMOND_HELMET = new ArmorItem(GoldDiamond.GOLD_DIAMOND, EquipmentSlot.HEAD, (new Item.Settings().group(ItemGroup.COMBAT)));
|
public static final Item GOLD_DIAMOND_HELMET = new ArmorItem(GoldDiamond.GOLD_DIAMOND, EquipmentSlot.HEAD, (new Item.Settings().group(ItemGroup.COMBAT)));
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"B": {
|
"B": {
|
||||||
"item": "minecraft:iron_bars"
|
"item": "minecraft:iron_bars"
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
"item": "examplemod:experience_cage"
|
"item": "examplemod:experience_cage"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"type": "minecraft:smelting",
|
"type": "minecraft:smelting",
|
||||||
"ingredients": {
|
"ingredient": {
|
||||||
"item": "minecraft:rotten_flesh"
|
"item": "minecraft:rotten_flesh"
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
Loading…
Reference in New Issue
Block a user