]> git.lizzy.rs Git - Crafter.git/commitdiff
Add ore and vignette
authorOilboi <oil.boi.minetest@gmail.com>
Thu, 13 Feb 2020 04:48:12 +0000 (23:48 -0500)
committerOilboi <oil.boi.minetest@gmail.com>
Thu, 13 Feb 2020 04:48:12 +0000 (23:48 -0500)
37 files changed:
mods/hand/init.lua
mods/main/textures/coalore.png [changed mode: 0644->0755]
mods/main/textures/diamondaxe.png [changed mode: 0644->0755]
mods/main/textures/diamondore.png [changed mode: 0644->0755]
mods/main/textures/diamondpick.png [changed mode: 0644->0755]
mods/main/textures/diamondshovel.png [changed mode: 0644->0755]
mods/main/textures/diamondsword.png [changed mode: 0644->0755]
mods/main/textures/dirt.png [changed mode: 0644->0755]
mods/main/textures/goldaxe.png [changed mode: 0644->0755]
mods/main/textures/goldore.png [changed mode: 0644->0755]
mods/main/textures/goldpick.png [changed mode: 0644->0755]
mods/main/textures/goldshovel.png [changed mode: 0644->0755]
mods/main/textures/goldsword.png [changed mode: 0644->0755]
mods/main/textures/grass.png [changed mode: 0644->0755]
mods/main/textures/ironaxe.png [changed mode: 0644->0755]
mods/main/textures/ironore.png [changed mode: 0644->0755]
mods/main/textures/ironpick.png [changed mode: 0644->0755]
mods/main/textures/ironshovel.png [changed mode: 0644->0755]
mods/main/textures/ironsword.png [changed mode: 0644->0755]
mods/main/textures/leaves.png [changed mode: 0644->0755]
mods/main/textures/sand.png [changed mode: 0644->0755]
mods/main/textures/stone.png [changed mode: 0644->0755]
mods/main/textures/stoneaxe.png [changed mode: 0644->0755]
mods/main/textures/stonepick.png [changed mode: 0644->0755]
mods/main/textures/stoneshovel.png [changed mode: 0644->0755]
mods/main/textures/stonesword.png [changed mode: 0644->0755]
mods/main/textures/treeCore.png [changed mode: 0644->0755]
mods/main/textures/treeOut.png [changed mode: 0644->0755]
mods/main/textures/wood.png [changed mode: 0644->0755]
mods/main/textures/woodaxe.png [changed mode: 0644->0755]
mods/main/textures/woodpick.png [changed mode: 0644->0755]
mods/main/textures/woodshovel.png [changed mode: 0644->0755]
mods/main/textures/woodsword.png [changed mode: 0644->0755]
mods/vignette/credits.txt [new file with mode: 0644]
mods/vignette/init.lua [new file with mode: 0644]
mods/vignette/textures/vignette.png [new file with mode: 0644]
todo.txt

index e1b6179c90b72dd52c5c63995f97a3dfa7d1281f..dc3964b1e4dcdacde850a8958612f7dd142b7b27 100644 (file)
@@ -12,7 +12,7 @@ minetest.register_item(":", {
                        stone = {times={[4]=32.00, [3]=26.50, [2]=20.70,[1]=16.5}, uses=0, maxlevel=0},
                        dirt = {times={[4]=11.0,[3]=8.4,[2]=6.40,[1]=4.2}, uses=0, maxlevel=1},
                        sand = {times={[4]=11.0,[3]=8.4,[2]=6.40,[1]=4.2}, uses=0, maxlevel=1},
-                       tree = {times={[4]=11.5,[3]=8.5,[2]=6.70,[1]=5.5}, uses=0, maxlevel=1},
+                       wood = {times={[4]=11.5,[3]=8.5,[2]=6.70,[1]=5.5}, uses=0, maxlevel=1},
                        leaves = {times={[4]=4.5,[3]=3.2,[2]=2.20,[1]=1.2}, uses=0, maxlevel=0},
                },
                damage_groups = {fleshy=1},
old mode 100644 (file)
new mode 100755 (executable)
index 2695ae0..cab74dc
Binary files a/mods/main/textures/coalore.png and b/mods/main/textures/coalore.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 5dcc296..b281547
Binary files a/mods/main/textures/diamondaxe.png and b/mods/main/textures/diamondaxe.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 9f0ea24..5374331
Binary files a/mods/main/textures/diamondore.png and b/mods/main/textures/diamondore.png differ
old mode 100644 (file)
new mode 100755 (executable)
index ccdd2fc..9ed06b2
Binary files a/mods/main/textures/diamondpick.png and b/mods/main/textures/diamondpick.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 6cc5611..28314f3
Binary files a/mods/main/textures/diamondshovel.png and b/mods/main/textures/diamondshovel.png differ
old mode 100644 (file)
new mode 100755 (executable)
index bb18bcc..953138d
Binary files a/mods/main/textures/diamondsword.png and b/mods/main/textures/diamondsword.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 8aacbbf..c8e4d5f
Binary files a/mods/main/textures/dirt.png and b/mods/main/textures/dirt.png differ
old mode 100644 (file)
new mode 100755 (executable)
index b874ff6..e635bdf
Binary files a/mods/main/textures/goldaxe.png and b/mods/main/textures/goldaxe.png differ
old mode 100644 (file)
new mode 100755 (executable)
index d6e004c..8f1b877
Binary files a/mods/main/textures/goldore.png and b/mods/main/textures/goldore.png differ
old mode 100644 (file)
new mode 100755 (executable)
index ceaa1d1..cbb5dab
Binary files a/mods/main/textures/goldpick.png and b/mods/main/textures/goldpick.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 72ccd7f..60af0e3
Binary files a/mods/main/textures/goldshovel.png and b/mods/main/textures/goldshovel.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 13c1b0d..31f2151
Binary files a/mods/main/textures/goldsword.png and b/mods/main/textures/goldsword.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 893e3ef..509f10c
Binary files a/mods/main/textures/grass.png and b/mods/main/textures/grass.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 63b4ce5..f1c42ee
Binary files a/mods/main/textures/ironaxe.png and b/mods/main/textures/ironaxe.png differ
old mode 100644 (file)
new mode 100755 (executable)
index f83b830..249d8b8
Binary files a/mods/main/textures/ironore.png and b/mods/main/textures/ironore.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 343cebc..764bea6
Binary files a/mods/main/textures/ironpick.png and b/mods/main/textures/ironpick.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 593a3eb..dfeaae0
Binary files a/mods/main/textures/ironshovel.png and b/mods/main/textures/ironshovel.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 28e45d6..bcd2c32
Binary files a/mods/main/textures/ironsword.png and b/mods/main/textures/ironsword.png differ
old mode 100644 (file)
new mode 100755 (executable)
index c566d8f..7b01275
Binary files a/mods/main/textures/leaves.png and b/mods/main/textures/leaves.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 77b1510..b31e900
Binary files a/mods/main/textures/sand.png and b/mods/main/textures/sand.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 235f67e..ac38eae
Binary files a/mods/main/textures/stone.png and b/mods/main/textures/stone.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 95e8bcf..86f47bd
Binary files a/mods/main/textures/stoneaxe.png and b/mods/main/textures/stoneaxe.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 45715aa..f8063cd
Binary files a/mods/main/textures/stonepick.png and b/mods/main/textures/stonepick.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 7cd8ca4..3f64deb
Binary files a/mods/main/textures/stoneshovel.png and b/mods/main/textures/stoneshovel.png differ
old mode 100644 (file)
new mode 100755 (executable)
index b319829..8164e8d
Binary files a/mods/main/textures/stonesword.png and b/mods/main/textures/stonesword.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 89f4999..9a781d7
Binary files a/mods/main/textures/treeCore.png and b/mods/main/textures/treeCore.png differ
old mode 100644 (file)
new mode 100755 (executable)
index a10e51a..1ec7ee2
Binary files a/mods/main/textures/treeOut.png and b/mods/main/textures/treeOut.png differ
old mode 100644 (file)
new mode 100755 (executable)
index ee97b8d..1063049
Binary files a/mods/main/textures/wood.png and b/mods/main/textures/wood.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 33de850..b8f76bc
Binary files a/mods/main/textures/woodaxe.png and b/mods/main/textures/woodaxe.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 33fde14..2d2751f
Binary files a/mods/main/textures/woodpick.png and b/mods/main/textures/woodpick.png differ
old mode 100644 (file)
new mode 100755 (executable)
index e1855b5..c54391d
Binary files a/mods/main/textures/woodshovel.png and b/mods/main/textures/woodshovel.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 8f583e0..3802718
Binary files a/mods/main/textures/woodsword.png and b/mods/main/textures/woodsword.png differ
diff --git a/mods/vignette/credits.txt b/mods/vignette/credits.txt
new file mode 100644 (file)
index 0000000..8d274c6
--- /dev/null
@@ -0,0 +1,2 @@
+This is from bas080 - https://github.com/bas080/minetest_vignette
+I have no idea what the license is :( So... MIT?
diff --git a/mods/vignette/init.lua b/mods/vignette/init.lua
new file mode 100644 (file)
index 0000000..2516f60
--- /dev/null
@@ -0,0 +1,13 @@
+function joinplayer (player)
+  player:hud_add({
+    hud_elem_type = "image",
+    position = {x = 0.5, y = 0.5},
+    scale = {
+      x = -100,
+      y = -100
+    },
+    text = "vignette.png"
+  })
+end
+
+minetest.register_on_joinplayer(joinplayer)
diff --git a/mods/vignette/textures/vignette.png b/mods/vignette/textures/vignette.png
new file mode 100644 (file)
index 0000000..9aea9dd
Binary files /dev/null and b/mods/vignette/textures/vignette.png differ
index 5075ddc4a0d88743b2be9efc1796cabf7dca19cc..efc4ec6082dbc1ee5d6e167fca72d2a712af1d27 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -6,7 +6,9 @@
 --make trees drop stuff with shears
 --add treecapitator
 --itemstack max 1000
-ores
+--ores
+vignette
+furnace
 crafting recipes
 make trees drop items on treecapitator
 crafting bench