差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
blocks:environment:ore-titanium [2023/08/05 23:32] – [Script] blocks:environment:ore-titanium [2023/08/05 23:52] (当前版本) – 外部编辑 127.0.0.1
行 27: 行 27:
 ==== Script ==== ==== Script ====
 用于创建此方块的代码(仅供参考): 用于创建此方块的代码(仅供参考):
-<code>+<code java>
 oreTitanium = new OreBlock(Items.titanium){{ oreTitanium = new OreBlock(Items.titanium){{
-            oreDefault = true; +    oreDefault = true; 
-            oreThreshold = 0.864f; +    oreThreshold = 0.864f; 
-            oreScale = 24.904762f; +    oreScale = 24.904762f; 
-        }};+}};
 </code> </code>