]> git.lizzy.rs Git - Crafter.git/commitdiff
Version update
authoroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 4 Mar 2020 20:58:42 +0000 (15:58 -0500)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 4 Mar 2020 20:58:42 +0000 (15:58 -0500)
mods/player/init.lua
todo.txt

index cac7520505cbc06f196475bf4fabdd41e68f8718..3de1c4da62fd2c18145292fec5858d934c26daf7 100644 (file)
@@ -4,13 +4,15 @@ running - set fov set_fov(fov, is_multiplier) set_breath(value)
 sneaking --set eye offset
 
 ]]--
+crafter_version = 0.03
+
 minetest.register_on_joinplayer(function(player)
       --add in info
       player:hud_set_flags({minimap=true})
       player:hud_add({
             hud_elem_type = "text",
             position = {x=0,y=0},
-            text = "Crafter Alpha 0.1",
+            text = "Crafter Alpha "..crafter_version,
             number = 000000,
             alignment = {x=1,y=1},
             offset = {x=2, y=2},
@@ -18,7 +20,7 @@ minetest.register_on_joinplayer(function(player)
       player:hud_add({
             hud_elem_type = "text",
             position = {x=0,y=0},
-            text = "Crafter Alpha 0.1",
+            text = "Crafter Alpha "..crafter_version,
             number = 0xffffff,
             alignment = {x=1,y=1},
             offset = {x=0, y=0},
index d2886e0f94b2e60e085462017103a7ac9d534522..0dfaf42e46a35f17f028a13444be2c21b7f2203c 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,5 +1,5 @@
 ALPHA STATE CHANGELOG
-0.1
+0.01
 --make a grass biome
 --make trees
 --make hand - mod another mod
@@ -21,7 +21,8 @@ ALPHA STATE CHANGELOG
 --water flow faster
 --torches with particle
 --make a mob
---0.2
+
+--0.02
 --fix tools causing crash on pigs with no fleshy definition
 --ladders - only placeable on walls
 --eating animation - particles? - entity?
@@ -32,9 +33,16 @@ ALPHA STATE CHANGELOG
 (not finished) redstone - make nodes drop multiple items individually
 --make item collection move with the player's speed
 --made saplings
+
+
+0.03
 --make grass spread
 --water buckets
 --buckets water farmland
+-pickaxe required to mine stone based nodes
+-Crafting bench
+-Farming with hoes, grass drops seeds, bread, etc
+running out of a node when placing tries to replace it with another of the same item in inventory
 
 make mobs pathfind again when moving into new node
 
@@ -44,9 +52,6 @@ crafting bench
 
 
 farming - 
-- tall grass spawns on regular grass 
-- drops seeds 
-- add hoe 
 - add fertilizer (pig drops bone randomly) 
 - fertilizer is made out of bone - 
 - fertilizer can make tall grass grow on regular grass