The Building Bricks Mod breaks up normal blocks into segmented pieces so that you can create custom sizes and shapes. It also allows you to create stairs and slabs out of nearly any block type. The bricks are separated into three basic pieces: vertical slabs, half slabs and corner cubes as...
注意:这里的第一行代码中“additionalutilities”是modid,这里更换成你模组的modid 第二行中的“Items.ITEMS”是我们模组中的inits包的Items类,不是minecraft中的Items类,请注意区分 是我们模组inits包的Items类 Blocks类的示例图 第二步,接着我们在下面注册我们的方块吧~ publicstaticfinalRegistryObject<Block>MACH...
②保存并退出这个mod.js,在该文件夹下面新建一个叫Blocks的文件夹,里面新建一个叫mushroomStair.js(注意大小写)的文件,打开,往里面输入以下代码:name= "mushroomStair";id = config.getBlockId("StairId" );displayName[0]= "蘑菇阶梯";material="cloth";stepSound="cloth";addToCreative[0]= true;creative...
Description: Patchwork is a building blocks mod that expands on every type of stone, wood, terracotta, and others. While it mainly focuses on adding block variants that are missing from the game such as Andesite Bricks and Polished Calcite, but it also adds plenty of others such as Cracked...
Description:Patchwork is a building blocks mod that expands on every type of stone, wood, terracotta, and others. While it mainly focuses on adding block variants that are missing from the game such as Andesite Bricks and Polished Calcite, but it also adds plenty of others such as Cracked ...
public class ModItems { public static final Item CITRINE = registerItem("citrine", new Item(new FabricItemSettings()), ItemGroups.BUILDING_BLOCKS); //这里只能写ItemGroups里已经有的物品组分类,我把这两个添加到了建筑方块分类中,新建物品组的代码在另一个类中 ...
Wolves Extended<Nandonalt>(宠物狼的扩展MOD系列)BetterBlocks<Kalin_Magus>(对传统方块的一些简单增强和...
注意:这里的第一段代码中“additionalutilities”是modid,这里更换成你模组的modid第二段代码中的“Items.ITEMS”是我们模组中的inits包的Items类,不是minecraft中的Items类,请注意区分 是我们模组inits包的Items类 Blocks类的示例图 第二步,接着我们在下面注册我们的方块吧~ ...
Silent's Gems: Chaos - This mod will contain chaos mechanics, chaos-related blocks and items, and the more overpowered features. Buggier, less stable features will also be moved here. Major Versions Major version updates intentionally break compatibility with older versions to rework and improve ...
If restriction is enabled the wand will only place blocks in one row or column (choose between North/South, East/West on a horizontal plane and Horizontal, Vertical on a vertical plane). If the direction lock is switched off, the wand will extend the entire face of the building it's ...