Added GameJam 2019 CERN Craft The Web mod.
1
mods/gjcctw/depends.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
default
|
1
mods/gjcctw/description.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
This is the GameJam CERN Craft The Web mod. : )
|
22
mods/gjcctw/init.lua
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
print("Found the GameJam CERN Craft The Web mod! Yay!")
|
||||||
|
|
||||||
|
local ret = dofile(minetest.get_modpath("gjcctw") .. "/script.lua")
|
||||||
|
print(ret)
|
||||||
|
|
||||||
|
minetest.register_node("gjcctw:reference", {
|
||||||
|
description = "This is a reference node",
|
||||||
|
tiles = {"reference_16x16.png"},
|
||||||
|
groups = {cracky=1, oddly_breakable_by_hand=2}
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_node("gjcctw:idea", {
|
||||||
|
description = "This is an idea node",
|
||||||
|
tiles = {"idea_16x16.png"},
|
||||||
|
groups = {cracky=1, oddly_breakable_by_hand=2}
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_node("gjcctw:paper", {
|
||||||
|
description = "This is a paper node",
|
||||||
|
tiles = {"paper_16x16.png"},
|
||||||
|
groups = {cracky=1, oddly_breakable_by_hand=2}
|
||||||
|
})
|
3
mods/gjcctw/mod.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name = gjcctw
|
||||||
|
descriptions = Adds basic blocks
|
||||||
|
depends = default
|
BIN
mods/gjcctw/screenshot.png
Normal file
After Width: | Height: | Size: 22 KiB |
1
mods/gjcctw/script.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
return "Hello MineTest World!"
|
BIN
mods/gjcctw/textures/idea_16x16.png
Normal file
After Width: | Height: | Size: 243 B |
BIN
mods/gjcctw/textures/idea_16x16.xcf
Normal file
BIN
mods/gjcctw/textures/mymod_node.png
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
mods/gjcctw/textures/mymod_node_160x160.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
mods/gjcctw/textures/mymod_node_320x320.xcf
Normal file
BIN
mods/gjcctw/textures/mymod_node_64x64.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
mods/gjcctw/textures/paper_16x16.png
Normal file
After Width: | Height: | Size: 246 B |
BIN
mods/gjcctw/textures/paper_16x16.xcf
Normal file
BIN
mods/gjcctw/textures/reference_16x16.png
Normal file
After Width: | Height: | Size: 214 B |