Advancements added. Zombie Ruby Worker Villager added. Ruby Ore and Deepslate Ruby Ore added to the worldgen. New Trades added also exist trades updated. Creative mod tabs updated. The version and mapping of mod changed.
Updated to 1.21.7 and official mapping.
This commit is contained in:
@@ -44,7 +44,7 @@ public class ModBlocks {
|
||||
.strength(.4f)
|
||||
.requiresCorrectToolForDrops()));
|
||||
|
||||
public static final RegistryObject<Block> RAW_DEEPSLATE_ORE = registerBlock("ruby_deepslate_ore",
|
||||
public static final RegistryObject<Block> RUBY_DEEPSLATE_ORE = registerBlock("ruby_deepslate_ore",
|
||||
()-> new DropExperienceBlock(UniformInt.of(3,6),BlockBehaviour.Properties.of()
|
||||
.setId((ResourceKey.create(Registries.BLOCK, ResourceLocation.parse(String.format("%s:%s", GamblingPlusMod.MOD_ID, "ruby_deepslate_ore")))))
|
||||
.strength(.4f)
|
||||
|
||||
Reference in New Issue
Block a user