Page 1 of 1

[Mod] Oneclick block destroy [1.0] [oneclick]

PostPosted: Sun Mar 18, 2012 17:04
by kddekadenz
This mod will let you destroy everything with one click in creative mode, no matter what you eqipped.
You can enable and disable it in survival mode with the command /oneclick.


License: CC BY 3.0
depedencies: default

Download


review on youtube by jordan4ibanez

PostPosted: Sun Mar 18, 2012 17:06
by Jordach
Does it need some form of PRIV?

PostPosted: Sun Mar 18, 2012 17:11
by kddekadenz
Jordach wrote:Does it need some form of PRIV?

No, this isn't affected by privileges. But I could add this :)

PostPosted: Sun Mar 18, 2012 17:11
by Jordach
Which griefers will use very much.

PostPosted: Sun Mar 18, 2012 17:46
by sfan5
Nice Mod!

PostPosted: Sun Mar 18, 2012 17:54
by lord_james
I think it's only a good idea in "Creative Mode". I added in "default":

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
--
-- Creative Mode
--
minetest.register_on_punchnode(function(pos, node, puncher)
    if minetest.setting_getbool("creative_mode") then
        minetest.env:remove_node(pos)
    end
end)

minetest.add_to_creative_inventory('default:torch')
-- (...)
minetest.add_to_creative_inventory('default:ladder')


The main "bug" for me is that it can destroy more than one block per click (sometimes two or three).

This and a no-crafting menu could help to make a cool "Creative Mode".

PostPosted: Sun Mar 18, 2012 18:06
by kddekadenz
lord_james wrote:I think it's only a good idea in "Creative Mode". I added in "default":

It's disabled in survival mode by default..

lord_james wrote:The main "bug" for me is that it can destroy more than one block per click (sometimes two or three).

No idea how I could change this.

lord_james wrote:This and a no-crafting menu could help to make a cool "Creative Mode".

Yeah, it's much more fun. I build myself a lot of stuff using this mod.


If I try to add a new privilege (oneclick), it will delete every privileges in auth.txt.
Help?

PostPosted: Mon Mar 19, 2012 22:15
by sdzen
add you mod to your website!

PostPosted: Mon Mar 19, 2012 22:22
by jordan4ibanez
wow..this is amazing! ITS ULTRA CREATIVE MODE :D i will DEFINATELY be reviewing your mod :)
i called your mod Insta-mine ..is that okay?

PostPosted: Tue Mar 20, 2012 06:45
by kddekadenz
sdzen wrote:add you mod to your website!

Will do when I manage to make it depend on privileges.

jordan4ibanez wrote:wow..this is amazing! ITS ULTRA CREATIVE MODE :D i will DEFINATELY be reviewing your mod :)
i called your mod Insta-mine ..is that okay?


Thank you.
It's okay for me, I'll update the post with your review.

PostPosted: Wed Mar 21, 2012 17:58
by Death Dealer
screenshot somehow?

PostPosted: Thu Mar 22, 2012 17:24
by kddekadenz
Death Dealer wrote:screenshot somehow?

Would be quite senseless.
Use the review.

PostPosted: Wed Jul 11, 2012 08:34
by Stef
can you make it better, if i trie to punch one block away i punched also the block after the one i want punch away. I don't like this would it be possible to punch one block away without the one after it? See the revieuw Video Jordach has the same problem.

Greetz
Stef

PostPosted: Wed Jul 11, 2012 09:48
by Calinou
Just don't click for too long, Stef. :P

PostPosted: Wed Jul 11, 2012 09:56
by Stef
no i click one time and two blocks or more will appear :(

PostPosted: Wed Jul 11, 2012 15:48
by kddekadenz
Stef wrote:no i click one time and two blocks or more will appear :(

Cewl :3

PostPosted: Wed Jul 11, 2012 16:12
by Stef
Dissappear then??? :D (im dutch not english)

PostPosted: Wed Oct 10, 2012 22:35
by RockerGirl4Eva
It's a really awsome mod! Really usefull I just can't use it...my person thingy will start digging away at everything randomly once in a while and if that happenens...it could be a disaster!

PostPosted: Thu Oct 11, 2012 12:16
by CTMN
Infinity tools aren't so easy to get(good against griefers) and can destroy things with one click too.