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:
2025-07-26 19:33:25 +03:00
parent 5a715417e9
commit 27c85f6399
40 changed files with 581 additions and 195 deletions

View File

@@ -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)