Minecraft Modding

コードが書きたい。

2017-09-21から1日間の記事一覧

食べ物を追加するMod その1 プロジェクトの下準備

*/ div.treebox { border-style: solid; border-width: 1px; padding: 1em; } .tree, .tree ul { margin:0 0 0 1em; /* indentation */ padding:0; list-style:none; color:#369; position:relative; } .tree ul {margin-left:.5em} /* (indentation/2) */ .…