Update
This commit is contained in:
parent
c7da687185
commit
3243c8c5bd
@ -29,6 +29,10 @@ public class ExampleMod implements ModInitializer {
|
||||
// Implemented by Jerbyl
|
||||
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
|
||||
// Implemented by Jerbyl
|
||||
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": {
|
||||
"item": "minecraft:iron_bars"
|
||||
},
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "examplemod:experience_cage"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredients": {
|
||||
"ingredient": {
|
||||
"item": "minecraft:rotten_flesh"
|
||||
},
|
||||
"result": {
|
||||
|
Loading…
Reference in New Issue
Block a user