1
0
ミラー元 https://github.com/D00Med/scifi_nodes.git 前回の同期 2025-11-04 15:55:29 +01:00

2 コミット

作成者 SHA1 メッセージ 日付
bd58dbc48b Merge remote-tracking branch 'upstream/master' 2020-07-23 11:42:19 +02:00
4eaba4f6e1 Adds loading message in the Action Log 2020-07-21 11:52:47 +02:00
4個のファイルの変更6行の追加4行の削除

ファイルの表示

@@ -4,7 +4,6 @@
![](https://github.com/D00Med/scifi_nodes/workflows/luacheck/badge.svg)
![](https://github.com/D00Med/scifi_nodes/workflows/integration-test/badge.svg)
[![ContentDB](https://content.minetest.net/packages/D00Med/scifi_nodes/shields/downloads/)](https://content.minetest.net/packages/D00Med/scifi_nodes/)
Minetest mod that adds scifi themed blocks, doors, materials, plants and other assets.

ファイルの表示

@@ -1680,7 +1680,7 @@ minetest.register_craft({
minetest.register_craft({
output = 'scifi_nodes:stripes2top 3',
recipe = {
{"scifi_nodes:black","scifi_nodes:black","scifi_nodes:black"},
{"scifi_nodes:black","scifi_noedes:black","scifi_nodes:black"},
{"default:silver_sand","default:silver_sand","default:silver_sand"}
}
})
@@ -1692,3 +1692,4 @@ minetest.register_craft({
{"scifi_nodes:stripes"}
}
})

ファイルの表示

@@ -22,3 +22,5 @@ dofile(MP.."/digicode.lua")
dofile(MP.."/models.lua")
dofile(MP.."/crafts.lua")
dofile(MP.."/octagon_panes.lua")
minetest.log("action", "[scifi_nodes] loaded.")

ファイルの表示

@@ -44,7 +44,7 @@ local function register(basename, description, texture)
is_ground_content = false,
node_box = {
type = "fixed",
fixed = {{-0.5, -0.5, -0.03125, 0.5, 1.5, 0.03125}},
fixed = {{-0.5, -0.5, 0, 0.5, 1.5, 0}},
},
selection_box = {
type = "fixed",
@@ -69,7 +69,7 @@ local function register(basename, description, texture)
is_ground_content = false,
node_box = {
type = "fixed",
fixed = {{-0.5, -0.5, 0.96875, 0.5, 0.5, 1.03125}},
fixed = {{-0.5, -0.5, 1, 0.5, 0.5, 1}},
},
selection_box = {
type = "fixed",