ローカル環境での画像URLを修正

gh-pages
Rui 2019-03-27 16:52:44 +09:00
parent 52f7dd826a
commit 92f27274ad
75 changed files with 172 additions and 100 deletions

10
.gitignore vendored
View File

@ -1,6 +1,6 @@
_site
.sass-cache
.jekyll-metadata
.bundle
vendor
_site/
.sass-cache/
.jekyll-metadata/
.bundle/
vendor/
Gemfile.lock

View File

@ -1,12 +1,14 @@
### サイト設定 ###
title: "Minetest JP Wiki"
repository: minetest-jp/wiki
url: https://minetest-jp.github.io/wiki
title: Minetest JP Wiki
description: ""
google_site_verification: "SzmyhmFa1r6eafWLqLct1hOKj-Awxn0JH8r0U4PUCyc"
lang: "ja_JP"
logo: "images/icon.png"
author: "Minetest-JP Team"
publisher: "Minetest-JP Team"
google_site_verification: SzmyhmFa1r6eafWLqLct1hOKj-Awxn0JH8r0U4PUCyc
lang: ja_JP
logo: "img/icon.png"
author: Minetest-JP Team
publisher: Minetest-JP Team
### Wiki設定 ###
@ -18,7 +20,7 @@ minetest:
wiki:
# 画像フォルダのパス
images_dir: "images"
img_dir: "img"
# テーマカラー
# モバイル版Chromeのタブ色に使用される
theme_color: "#fff"
@ -62,6 +64,7 @@ defaults:
layout: "default"
# ページのURL
# Markdown名をそのまま使用
# サブディレクトリ無し
permalink: ":basename"
# SEO対策
seo:

View File

@ -6,7 +6,7 @@
値: <dd>に表示される説明
{% endcomment %}
{% capture IMAGE_DIR %}{{ site.github.url }}/{{ site.wiki.images_dir }}{% endcapture %}
{% capture IMAGE_DIR %}{{ site.url }}/{{ site.wiki.img_dir }}{% endcapture %}
{% assign IMAGE_ALT = "スクリーンショット" %}
{% if include.screenshot %}

View File

@ -1,70 +1,103 @@
{% comment %}<h*>にidを振らない。AMP Validation対策{% endcomment %}
{::options auto_ids="false" /}
[トップページ]({{ site.github.url }})
[トップページ]({{ site.url }})
<br>
[掲示板](http://minetest.bbs.fc2.com)
# Minetest
[ダウンロード](downloads)
[アップデート情報](changelog)
[よくある質問](questions)
[ダウンロード](downloads)
<br>
[アップデート情報](changelog)
<br>
[よくある質問](questions)
<br>
[トラブルシューティング](troubleshooting)
# ゲームデータ
{% comment %}
まだ未作成
[ブロック](blocks)
[アイテム](items)
[クラフト](crafts)
[ブロック](blocks)
<br>
[アイテム](items)
<br>
[クラフト](crafts)
<br>
{% endcomment %}
[ブロック(公式Wiki)](https://wiki.minetest.net/Blocks/ja)
[アイテム(公式Wiki)](https://wiki.minetest.net/Items/ja)
[鉱石](ores)
[精錬](smelting)
[農業](farming)
[権限](privileges)
[ブロック(公式Wiki)](https://wiki.minetest.net/Blocks/ja)
<br>
[アイテム(公式Wiki)](https://wiki.minetest.net/Items/ja)
<br>
[鉱石](ores)
<br>
[精錬](smelting)
<br>
[農業](farming)
<br>
[権限](privileges)
<br>
[コマンド](commands)
# カスタマイズ
[Mod導入方法](mod-installing)
[Mod解説集](mod-manuals)
[テクスチャパック](texturepacks)
[サブゲーム](subgames)
[Mod導入方法](mod-installing)
<br>
[Mod解説集](mod-manuals)
<br>
[テクスチャパック](texturepacks)
<br>
[サブゲーム](subgames)
<br>
[配布マップ](maps)
# Modリスト
[工業](mods-industry)
[農業](mods-farming)
[装飾](mods-decor)
[道具](mods-tool)
[Mob](mods-mob)
[食べ物](mods-food)
[乗り物](mods-vehicle)
[マップ生成](mods-mapgen)
[工業](mods-industry)
<br>
[農業](mods-farming)
<br>
[装飾](mods-decor)
<br>
[道具](mods-tool)
<br>
[Mob](mods-mob)
<br>
[食べ物](mods-food)
<br>
[乗り物](mods-vehicle)
<br>
[マップ生成](mods-mapgen)
<br>
[その他](mods-other)
# ツール
[マップ関連ツール](tools-map)
[Mod導入補助ツール](tools-mod-installer)
[マップ関連ツール](tools-map)
<br>
[Mod導入補助ツール](tools-mod-installer)
<br>
[Mod開発補助ツール](tools-mod-development)
# その他
[関連動画紹介](videos)
[関連動画紹介](videos)
# 外部リンク
[公式サイト](http://www.minetest.net)
[公式フォーラム](https://forum.minetest.net)
[公式Wiki](http://wiki.minetest.net/Main_Page/ja)
[開発Wiki](http://dev.minetest.net/Main_Page/ja)
[サーバ一覧](http://servers.minetest.net)
[Github](https://github.com/minetest)
[公式サイト](http://www.minetest.net)
<br>
[公式フォーラム](https://forum.minetest.net)
<br>
[公式Wiki](http://wiki.minetest.net/Main_Page/ja)
<br>
[開発Wiki](http://dev.minetest.net/Main_Page/ja)
<br>
[サーバ一覧](http://servers.minetest.net)
<br>
[Github](https://github.com/minetest)
<br>
[Weblate](https://hosted.weblate.org/projects/minetest/minetest/ja)
# 更新履歴

View File

@ -14,7 +14,7 @@
$border-default: 1px solid #ccc;
//
$background: url({{ site.github.url }}/{{ site.wiki.images_dir }}/background.png);
$background: url({{ site.url }}/{{ site.wiki.img_dir }}/background.png);
$font-color: #333;
$font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "meiryo", "arial", "sans-serif";
$font-size: 18px;

View File

@ -8,7 +8,7 @@
<p>
<strong>{{ group.name | date: "%Y-%m-%d" }}</strong>
{% for item in group.items %}
<br><a href="{{ site.github.url }}{{ item.url }}">{{ item.title }}</a>
<br><a href="{{ item.url }}">{{ item.title }}</a>
{% endfor %}
</p>
{% endfor %}

View File

@ -11,7 +11,7 @@ layout: compress
{% assign style = style_scss | scssify %}
{% comment %}アイコンのURL{% endcomment %}
{% capture icon_url %}{{ site.github.url }}/{{ site.wiki.images_dir }}/icon.png{% endcapture %}
{% capture icon_url %}{{ site.url }}/{{ site.wiki.img_dir }}/icon.png{% endcapture %}
{% capture amp-boilerplate %}
body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}
@ -45,15 +45,15 @@ body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:non
<body>
<div class="container">
<header class="container_header header">
<a class="header-title" href="{{ site.github.url }}">
<a class="header-title" href="{{ site.url }}">
<amp-img class="header-icon" height="2em" width="2em"
alt="" src="{{ site.github.url }}/{{ site.wiki.images_dir }}/icon.svg">
alt="" src="{{ site.url }}/{{ site.wiki.img_dir }}/icon.svg">
</amp-img>
{{ site.title }}
</a>
<a class="header-menu" href="#footer-menu">
<amp-img class="header-icon" height="2em" width="2em"
alt="メニュー" src="{{ site.github.url }}/{{ site.wiki.images_dir }}/menu.svg">
alt="メニュー" src="{{ site.url }}/{{ site.wiki.img_dir }}/menu.svg">
</amp-img>
</a>
</header>
@ -63,7 +63,7 @@ body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:non
{{ page.title }}
<a title="GitHubで編集" href="{{ site.github.repository_url }}/edit/gh-pages/{{ page.path }}">
<amp-img class="edit" height="0.75em" width="0.75em" media="{{ site.media-desktop }}"
alt="編集" src="{{ site.github.url }}/{{ site.wiki.images_dir }}/edit.svg">
alt="編集" src="{{ site.url }}/{{ site.wiki.img_dir }}/edit.svg">
</amp-img>
</a>
</h1>

View File

@ -51,11 +51,11 @@
margin-bottom: 0.5em;
margin-top: 0.5em;
}
dd {
//background: $article-dd-background;
//border: $border-default;
//border-radius: $article-dd-border-radius;
//border-radius: $article-dd-border-radius;
margin-left: 1.5em;
//padding: 1em;
}
@ -79,7 +79,7 @@
border-bottom: $article-h3-border-bottom;
font-size: $article-h3-font-size;
}
h4 {
border-bottom: $article-h4-border-bottom;
font-size: $article-h4-font-size;
@ -99,7 +99,7 @@
margin-bottom: 1em;
margin-top: 1em;
}
pre {
overflow: auto;
white-space: pre;

View File

@ -17,7 +17,6 @@ footer {
}
}
> div.menu {
display: none;

View File

Before

Width:  |  Height:  |  Size: 840 B

After

Width:  |  Height:  |  Size: 840 B

View File

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 414 B

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 497 B

View File

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 199 B

View File

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 167 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 462 KiB

After

Width:  |  Height:  |  Size: 462 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 501 KiB

After

Width:  |  Height:  |  Size: 501 KiB

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View File

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 149 KiB

View File

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 113 KiB

View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 326 KiB

View File

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 216 KiB

View File

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 138 KiB

View File

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 478 KiB

After

Width:  |  Height:  |  Size: 478 KiB

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 192 KiB

View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 241 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 209 KiB

View File

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 153 KiB

View File

Before

Width:  |  Height:  |  Size: 252 KiB

After

Width:  |  Height:  |  Size: 252 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -2,10 +2,10 @@
title: ブロック
date:
---
- toc
{:toc}
# <amp-img class = "edit" height = "0.75em" width = "0.75em" alt = "編集" src = "{{ site.github.url }}/images/edit.svg" media = "{{ site.media-desktop }}"> </amp-img> TEST
# <amp-img class = "edit" height = "0.75em" width = "0.75em" alt = "編集" src = "{{ site.url }}/img/edit.svg" media = "{{ site.media-desktop }}"> </amp-img> TEST
TEST

View File

@ -14,30 +14,42 @@ custom-style: >-
# Windows
[64bit ({{ version }})](https://github.com/minetest/minetest/releases/download/{{ version }}/minetest-{{ version }}-win64.zip)
[64bit ({{ version }})](https://github.com/minetest/minetest/releases/download/{{ version }}/minetest-{{ version }}-win64.zip)
<br>
[32bit ({{ version }})](https://github.com/minetest/minetest/releases/download/{{ version }}/minetest-{{ version }}-win32.zip)
# macOS
[Homebrew](http://brew.sh)を導入している場合は`brew install homebrew/games/minetest`でもインストールできます。
[安定版](https://github.com/krondor-game/minetest/releases/tag/stable)
[安定版](https://github.com/krondor-game/minetest/releases/tag/stable)
<br>
[最新版](https://github.com/krondor-game/minetest/releases)
# Linux
[Debian](https://packages.debian.org/search?keywords=minetest)
[Ubuntu / Linux Mint](http://packages.ubuntu.com/search?keywords=minetest)
[Ubuntu / Linux Mint (PPA)](https://launchpad.net/~minetestdevs/+archive/ubuntu/stable)
[Fedora](https://apps.fedoraproject.org/packages/minetest)
[openSUSE](http://software.opensuse.org/package/minetest)
[Mageia](http://mageia.madb.org/package/show/name/minetest)
[Arch Linux](https://www.archlinux.org/packages/?q=minetest)
[Debian](https://packages.debian.org/search?keywords=minetest)
<br>
[Ubuntu / Linux Mint](http://packages.ubuntu.com/search?keywords=minetest)
<br>
[Ubuntu / Linux Mint (PPA)](https://launchpad.net/~minetestdevs/+archive/ubuntu/stable)
<br>
[Fedora](https://apps.fedoraproject.org/packages/minetest)
<br>
[openSUSE](http://software.opensuse.org/package/minetest)
<br>
[Mageia](http://mageia.madb.org/package/show/name/minetest)
<br>
[Arch Linux](https://www.archlinux.org/packages/?q=minetest)
<br>
[Gentoo](http://packages.gentoo.org/package/games-action/minetest)
Git・デイリービルド
[Arch Linux](https://aur.archlinux.org/packages/minetest-git)
[Arch Linux (leveldb)](https://aur.archlinux.org/packages/minetest-git-leveldb)
Git・デイリービルド
<br>
[Arch Linux](https://aur.archlinux.org/packages/minetest-git)
<br>
[Arch Linux (leveldb)](https://aur.archlinux.org/packages/minetest-git-leveldb)
<br>
[Ubuntu / Linux Mint](https://code.launchpad.net/~minetestdevs/+archive/daily-builds/+packages)
# Android
@ -45,7 +57,8 @@ Git・デイリービルド
注意: Minetestの海賊版がGoogle Playに出回っているようです。
{: class="red"}
[Google Play](https://play.google.com/store/apps/details?id=net.minetest.minetest)
[Google Play](https://play.google.com/store/apps/details?id=net.minetest.minetest)
<br>
[F-Droid](https://f-droid.org/repository/browse/?fdid=net.minetest.minetest)
# その他のプラットフォーム
@ -54,5 +67,6 @@ Git・デイリービルド
# ソースコード
[Minetest (master)](https://github.com/minetest/minetest/archive/master.zip)
[Minetest (master)](https://github.com/minetest/minetest/archive/master.zip)
<br>
[Minetest Game (master)](https://github.com/minetest/minetest_game/archive/master.zip)

View File

@ -13,8 +13,8 @@ custom-head: >-
<div class="carousel">
<amp-carousel type="slides" layout="responsive" autoplay loop delay="2000" width="500" height="380">
<amp-img layout="fill" src="{{ site.wiki.images_dir }}/screenshot/1.png"></amp-img>
<amp-img layout="fill" src="{{ site.wiki.images_dir }}/screenshot/2.png"></amp-img>
<amp-img layout="fill" src="{{ site.wiki.img_dir }}/screenshot/1.png"></amp-img>
<amp-img layout="fill" src="{{ site.wiki.img_dir }}/screenshot/2.png"></amp-img>
</amp-carousel>
</div>

View File

@ -10,43 +10,66 @@ date:
# [AndroidNo32](http://minetest-test-nikki-youtube.blogspot.jp)
[[Minetest] 蜂 [Mobs_Animal]](https://www.youtube.com/watch?v=gaULusFnMhg)
[[Minetest] 隠し扉 [Mesecons]](https://www.youtube.com/watch?v=ktCBBBb3kH0)
[[Minetest] ハロウィンなので・・・動画です  [ゆっくり]](https://www.youtube.com/watch?v=6kBpsFHuN7M)
[[Minetest]MOD紹介[額縁MOD]内装の第4回](https://www.youtube.com/watch?v=j_v7NrTYenU)
[ートPCで録画[Minetest]テスト動画](https://www.youtube.com/watch?v=CFNI8R16qKA)
[[Minetest]MOD紹介[シャッターMOD]内装の第3回](https://www.youtube.com/watch?v=W_VrIL_Qdmg)
[[Minetest]MOD紹介[時計MOD]内装の第2回](https://www.youtube.com/watch?v=HA66agPuz0c)
[[Minetest]MOD紹介[煙突MOD]内装の第1回](https://www.youtube.com/watch?v=3v8v2mYMX2w)
[[Minetest]MOD紹介[mywoodslopes]と建築(家)](https://www.youtube.com/watch?v=k_ZuBYeFXZQ)
[[Minetest] MOD紹介 [Door2MOD] 速報版](https://www.youtube.com/watch?v=b61-QLpZbh0)
[[Minetest] MOD紹介 [CopyPot]](https://www.youtube.com/watch?v=oXNjitrjYE4)
[[Minetest] Mesecons 隠し扉を作ってみた](https://www.youtube.com/watch?v=U6VzHCQYJ_0)
[[Minetest] 初マルチでテスト](https://www.youtube.com/watch?v=uXjghBrJFdk)
[[Minetest]MOD紹介 特別編 椅子とテーブル](https://www.youtube.com/watch?v=swZ01q-Z6k0)
[Minetest Mesecons MOD紹介](https://www.youtube.com/watch?v=aL4_7EQxTfM)
[Minetest [木炭と木こり] MOD紹介](https://www.youtube.com/watch?v=vjftNfmmYsg)
[Minetest ワールド作成編](https://www.youtube.com/watch?v=P3BNvCdaqLk)
[[Minetest] 蜂 [Mobs_Animal]](https://www.youtube.com/watch?v=gaULusFnMhg)
<br>
[[Minetest] 隠し扉 [Mesecons]](https://www.youtube.com/watch?v=ktCBBBb3kH0)
<br>
[[Minetest] ハロウィンなので・・・動画です  [ゆっくり]](https://www.youtube.com/watch?v=6kBpsFHuN7M)
<br>
[[Minetest]MOD紹介[額縁MOD]内装の第4回](https://www.youtube.com/watch?v=j_v7NrTYenU)
<br>
[ートPCで録画[Minetest]テスト動画](https://www.youtube.com/watch?v=CFNI8R16qKA)
<br>
[[Minetest]MOD紹介[シャッターMOD]内装の第3回](https://www.youtube.com/watch?v=W_VrIL_Qdmg)
<br>
[[Minetest]MOD紹介[時計MOD]内装の第2回](https://www.youtube.com/watch?v=HA66agPuz0c)
<br>
[[Minetest]MOD紹介[煙突MOD]内装の第1回](https://www.youtube.com/watch?v=3v8v2mYMX2w)
<br>
[[Minetest]MOD紹介[mywoodslopes]と建築(家)](https://www.youtube.com/watch?v=k_ZuBYeFXZQ)
<br>
[[Minetest] MOD紹介 [Door2MOD] 速報版](https://www.youtube.com/watch?v=b61-QLpZbh0)
<br>
[[Minetest] MOD紹介 [CopyPot]](https://www.youtube.com/watch?v=oXNjitrjYE4)
<br>
[[Minetest] Mesecons 隠し扉を作ってみた](https://www.youtube.com/watch?v=U6VzHCQYJ_0)
<br>
[[Minetest] 初マルチでテスト](https://www.youtube.com/watch?v=uXjghBrJFdk)
<br>
[[Minetest]MOD紹介 特別編 椅子とテーブル](https://www.youtube.com/watch?v=swZ01q-Z6k0)
<br>
[Minetest Mesecons MOD紹介](https://www.youtube.com/watch?v=aL4_7EQxTfM)
<br>
[Minetest [木炭と木こり] MOD紹介](https://www.youtube.com/watch?v=vjftNfmmYsg)
<br>
[Minetest ワールド作成編](https://www.youtube.com/watch?v=P3BNvCdaqLk)
<br>
[Minetest 実況(テスト)](https://www.youtube.com/watch?v=9bqhrEJxZEE)
# kuramubon
[minetestを楽しもう! part3 Commandを使う](https://www.youtube.com/watch?v=8A7iE8re-PM)
[minetestを楽しもう! part2 Modの導入の仕方 その2](https://www.youtube.com/watch?v=r97fUpRGfn4)
[(minetestを楽しもう! part1 Modの導入の仕方 その1](https://www.youtube.com/watch?v=G_W_G-56f3g)
[minetestを楽しもう! part3 Commandを使う](https://www.youtube.com/watch?v=8A7iE8re-PM)
<br>
[minetestを楽しもう! part2 Modの導入の仕方 その2](https://www.youtube.com/watch?v=r97fUpRGfn4)
<br>
[(minetestを楽しもう! part1 Modの導入の仕方 その1](https://www.youtube.com/watch?v=G_W_G-56f3g)
<br>
[minecraftもどきminetestはこんなのだ!](https://www.youtube.com/watch?v=SpJqFMmcqFk)
# 七篠としあき
[【MINETEST】夢はダイアモンド part](https://www.youtube.com/watch?v=weAmt83Gi9s)
[【MINETEST】夢はダイアモンド part](https://www.youtube.com/watch?v=weAmt83Gi9s)
<br>
[【MINETEST】夢はダイアモンド part](https://www.youtube.com/watch?v=LsoSoEa5WdE)
# Duroom Zacc
[Minetest 建築修行 弐 ~市役所的な何か~](https://www.youtube.com/watch?v=2WYo2msN08Q)
[Minetest 建築修行 弐 ~市役所的な何か~](https://www.youtube.com/watch?v=2WYo2msN08Q)
<br>
[Minetest 建築修行 壱 〜街を作りたい〜](https://www.youtube.com/watch?v=07Ul1yYdGs4)
# Reokuzu
[minetest_play_マインテスト紹介実況](https://www.youtube.com/watch?v=mhTAADHF2Kg)
[minetest_play_マインテスト紹介実況](https://www.youtube.com/watch?v=mhTAADHF2Kg)
<br>
[minetest_マインテスト_testvideo_テスト動画_フリーゲーム](https://www.youtube.com/watch?v=fTpnS1Pp5Ck)