Commit Graph

13 Commits (master)

Author SHA1 Message Date
isaiah658 99e0e22b45
Remove unused variable
Forgot to remove the player name variable after removing the protection check.
2018-07-01 08:28:52 -05:00
isaiah658 3ea965f45d
Remove protection check
I had an oversight in my code. Because the node space is being checked for air, there is no reason to check the node space for protection permissions.
2018-06-30 14:25:28 -05:00
isaiah658 5591e13062
Check for existing node, add recipe, lower anchor placement
This adds a check to ensure that the floating anchor is only placed in a node space that is occupied by air. A recipe was added to allow crafting the floating anchor. The anchor placement was lowered to place the block below the player's feet instead of inside of the player.
2018-06-30 14:03:42 -05:00
isaiah658 4a3f362a4e
Add depends.txt
Needed due to adding a crafting recipe which uses the default mod.
2018-06-30 13:49:21 -05:00
Starbeamrainbowlabs a10fe18ee7
Add link to furm post 2018-05-28 17:19:48 +01:00
Starbeamrainbowlabs f8a554dda4
Add image to README 2018-05-27 15:16:24 +01:00
Starbeamrainbowlabs 352c1fa48b
Hide the node form from the creative inventory 2018-05-26 12:03:59 +01:00
Starbeamrainbowlabs 564d2aa778
Fill out README 2018-05-15 15:25:09 +01:00
Starbeamrainbowlabs e9656e79ae
Add license 2018-05-15 11:25:07 +01:00
Starbeamrainbowlabs 758bab1e93
Makae it so that it places when you try and place it in midair, not on use 2018-05-14 23:28:05 +01:00
Starbeamrainbowlabs 939e08fa74
Merge branch 'master' of github.com:sbrl/minetest-floating-anchor 2018-05-14 23:19:33 +01:00
Starbeamrainbowlabs c7f28380da
Initial commit 2018-05-14 23:18:55 +01:00
Starbeamrainbowlabs ab9a967bc7
First commit. It works! 2018-05-14 23:17:24 +01:00