2016-01-01から1年間の記事一覧

item ids

0 0 Air air 1 0 Stone stone 1 1 Granite stone 1 2 Polished Granite stone 1 3 Diorite stone 1 4 Polished Diorite stone 1 5 Andesite stone 1 6 Polished Andesite stone 2 0 Grass grass 3 0 Dirt dirt 3 1 Coarse Dirt dirt 3 2 Podzol dirt 4 0 Cob…

Minecraft Pi エディション + Scratch

Minecraft Pi エディション + Scratch 恐らく、Scratchでマインクラフトに接続する、一番簡単な方法。 Raspberry Pi のセットアップ Scratch2MCPIのインストール マインクラフトの起動 > ゲーム画面に入る デスクトップのアイコンからScratchを起動 2. Scrat…

Spigot + RaspberryJuice + Scratch

Spigot + RaspberryJuice + Scratch 動作環境のセットアップ Spigotのインストール RaspberryJuice プラグインの設置 Scratch の設定 備忘録 Spigot のインストール 情報はココ News and Announcements | SpigotMC - High Performance Minecraft ダウンロー…

ブロック設置

目標 : 自分の頭上に DIAMOND_OREブロックを置く! ながれとしては、 1 自分の座標を取得する 2 自分の座標の上にブロックを設置する 練習 自分の座標を取得し、チャットエリアに表示する 注意点として、F3を押して表示される x,y,x とは、異なります。 …

Minecraft API

Minecraft API <Stuff about="code" />: Minecraft API 移動系 import time import mcpi.minecraft as minecraft mc = minecraft.Minecraft.create() mc.postToChat("Hello World!") playerPos = mc.player.getPos() mc.postToChat("Pos : " + str(playerPos)) time.sleep(1) mc.pl</stuff>…

Forge + Raspberry Jam Mod + Python3

インストールと設定 2016-05-24 現在 マインクラフトの最新バージョン 1.9.4 Raspberry Jam Mod Raspberry Jam Modの最新バージョン 1.9.4対応 Releases · arpruss/raspberryjammod · GitHub This is the same as 0.66 basically, but repacked to also work…