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

User avatar
kddekadenz
Member
 
Posts: 323
Joined: Mon Jun 27, 2011 17:21
GitHub: tinyworlds

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

by kddekadenz » Sun Mar 18, 2012 17:04

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
Last edited by kddekadenz on Tue Mar 20, 2012 06:49, edited 1 time in total.
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sun Mar 18, 2012 17:06

Does it need some form of PRIV?

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
kddekadenz
Member
 
Posts: 323
Joined: Mon Jun 27, 2011 17:21
GitHub: tinyworlds

by kddekadenz » Sun Mar 18, 2012 17:11

Jordach wrote:Does it need some form of PRIV?

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

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sun Mar 18, 2012 17:11

Which griefers will use very much.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Sun Mar 18, 2012 17:46

Nice Mod!
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

lord_james
Member
 
Posts: 51
Joined: Sun Mar 11, 2012 22:06

by lord_james » Sun Mar 18, 2012 17:54

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".
Last edited by lord_james on Sun Mar 18, 2012 17:56, edited 1 time in total.
 

User avatar
kddekadenz
Member
 
Posts: 323
Joined: Mon Jun 27, 2011 17:21
GitHub: tinyworlds

by kddekadenz » Sun Mar 18, 2012 18:06

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?
Last edited by kddekadenz on Sun Mar 18, 2012 18:07, edited 1 time in total.
 

User avatar
sdzen
Member
 
Posts: 1170
Joined: Fri Aug 05, 2011 22:33

by sdzen » Mon Mar 19, 2012 22:15

add you mod to your website!
[h]Zen S.D.[/h] The next generation of tranquility!
malheureusement mon français n'est pas bon :<
Owner of the Zelo's
In game name: MuadTralk, spdtainted, sdzen, sd zen, sdzeno
 

User avatar
jordan4ibanez
Member
 
Posts: 1865
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Mon Mar 19, 2012 22:22

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?
Last edited by jordan4ibanez on Tue Mar 20, 2012 00:25, edited 1 time in total.
If you can think it, you can make it.
 

User avatar
kddekadenz
Member
 
Posts: 323
Joined: Mon Jun 27, 2011 17:21
GitHub: tinyworlds

by kddekadenz » Tue Mar 20, 2012 06:45

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.
Last edited by kddekadenz on Tue Mar 20, 2012 06:48, edited 1 time in total.
 

User avatar
Death Dealer
Member
 
Posts: 1379
Joined: Wed Feb 15, 2012 18:46

by Death Dealer » Wed Mar 21, 2012 17:58

screenshot somehow?
Keep calm and code python^_^
 

User avatar
kddekadenz
Member
 
Posts: 323
Joined: Mon Jun 27, 2011 17:21
GitHub: tinyworlds

by kddekadenz » Thu Mar 22, 2012 17:24

Death Dealer wrote:screenshot somehow?

Would be quite senseless.
Use the review.
Last edited by kddekadenz on Thu Mar 22, 2012 17:24, edited 1 time in total.
 

User avatar
Stef
Member
 
Posts: 394
Joined: Wed Apr 04, 2012 10:46

by Stef » Wed Jul 11, 2012 08:34

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
Sorry for my crappy english, im dutch :D
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Wed Jul 11, 2012 09:48

Just don't click for too long, Stef. :P
 

User avatar
Stef
Member
 
Posts: 394
Joined: Wed Apr 04, 2012 10:46

by Stef » Wed Jul 11, 2012 09:56

no i click one time and two blocks or more will appear :(
Sorry for my crappy english, im dutch :D
 

User avatar
kddekadenz
Member
 
Posts: 323
Joined: Mon Jun 27, 2011 17:21
GitHub: tinyworlds

by kddekadenz » Wed Jul 11, 2012 15:48

Stef wrote:no i click one time and two blocks or more will appear :(

Cewl :3
 

User avatar
Stef
Member
 
Posts: 394
Joined: Wed Apr 04, 2012 10:46

by Stef » Wed Jul 11, 2012 16:12

Dissappear then??? :D (im dutch not english)
Sorry for my crappy english, im dutch :D
 

RockerGirl4Eva
Member
 
Posts: 30
Joined: Tue Oct 09, 2012 21:13

by RockerGirl4Eva » Wed Oct 10, 2012 22:35

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!
 

CTMN
Member
 
Posts: 113
Joined: Sat Aug 25, 2012 15:02

by CTMN » Thu Oct 11, 2012 12:16

Infinity tools aren't so easy to get(good against griefers) and can destroy things with one click too.
 


Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 9 guests

cron