[Mod] Gloop Blocks [20140529] [gloopblocks]

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by VanessaE » Post

Sure it does. Looks like that last pull I merged put xdecor ahead of moreblocks (if both are installed, it prefers xdecor).

Should be fixed in git now (it registers with both xdecor AND moreblocks, but still ignores default stairs if moreblocks is installed, as before; a more proper fix would be to have something of a preference order -- moreblocks, then xdecor, then fallback to stairs, and set aliases as needed, but someone else can code that if they want it).
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by Inocudom » Post

Code: Select all

2015-11-03 17:30:43: ERROR[Main]: ========== ERROR FROM LUA ===========
2015-11-03 17:30:43: ERROR[Main]: Failed to load and run script from 
2015-11-03 17:30:43: ERROR[Main]: /home/derek/.minetest/mods/gloopblocks/init.lua:
2015-11-03 17:30:43: ERROR[Main]: /home/derek/.minetest/mods/gloopblocks/init.lua:217: attempt to index field 'worktable_nodes' (a nil value)
2015-11-03 17:30:43: ERROR[Main]: stack traceback:
2015-11-03 17:30:43: ERROR[Main]: 	/home/derek/.minetest/mods/gloopblocks/init.lua:217: in main chunk
2015-11-03 17:30:43: ERROR[Main]: ======= END OF ERROR FROM LUA ========
2015-11-03 17:30:43: ERROR[Main]: Server: Failed to load and run /home/derek/.minetest/mods/gloopblocks/init.lua
2015-11-03 17:30:43: ERROR[Main]: ModError: ModError: Failed to load and run /home/derek/.minetest/mods/gloopblocks/init.lua
2015-11-03 17:30:43: ERROR[Main]: Error from Lua:
2015-11-03 17:30:43: ERROR[Main]: /home/derek/.minetest/mods/gloopblocks/init.lua:217: attempt to index field 'worktable_nodes' (a nil value)
2015-11-03 17:30:43: ERROR[Main]: stack traceback:
2015-11-03 17:30:43: ERROR[Main]: 	/home/derek/.minetest/mods/gloopblocks/init.lua:217: in main chunk
2015-11-03 17:30:43: ERROR[Main]: Check debug.txt for details.

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by Don » Post

I submitted a pull request for the error. xdecor no longer allows you to register blocks. I commented out the code instead of taking it out just in case jp allows it again.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

User avatar
jp
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by jp » Post

Don wrote:xdecor no longer allows you to register blocks.
As a general advice, inform yourself better and be careful when you're asserting something.

The support for registering blocks from external mods has never worked, someone notified me of that on github and then I reverted the global access the same day. VanessaE has been notified 2 times on her tracker as well (to the date of 11-03-2015).

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by Don » Post

jp wrote:
Don wrote:xdecor no longer allows you to register blocks.
As a general advice, inform yourself better and be careful when you're asserting something.

The support for registering blocks from external mods has never worked, someone notified me of that on github and then I reverted the global access the same day. VanessaE has been notified 2 times on her tracker as well (to the date of 11-03-2015).
I never meant it as an insult. I just saw that you removed the ability to register blocks. I even added that I left the code in in case you allow it again. I made no suggestion as to why you removed it.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by VanessaE » Post

jp, I find no xdecor-related comments from you on my gloopblocks repo, neither in pull requests, nor issues, nor global notifications.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by Don » Post

VanessaE wrote:jp, I find no xdecor-related comments from you on my gloopblocks repo, neither in pull requests, nor issues, nor global notifications.
Edit. Wrong thing. Sorry.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

User avatar
jp
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by jp » Post

jp, I find no xdecor-related comments from you on my gloopblocks repo, neither in pull requests, nor issues, nor global notifications.

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by Inocudom » Post

Again, I will repeat what I said in the Xanadu topic:
Inocudom wrote:If all you guys know how to do is hate and curse each other, Minetest's community is done for. oOChainLynxOo was not wholly in the wrong, you know. Now, I am starting to see with my own eyes why he left.
You know, repentance and humility really do go quite far in communities, so why don't you guys give those a try. By the way, I really do stare at a wall all day, just like ANDRW said that I do in oOChainLynxOo's Minetest White Knighters video, because my computer's monitor is against a wall. All that being said, if you guys seriously want Minetest to have an actual, real future, then seek to help each other instead of ripping each other to shreds. It is drama like this that caused not only oOChainLynxOo to divorce Minetest for all eternity (not kidding about the eternity part, because he made his Minetest videos private,) but also cornernote, proller, mauvebic, starblessed, and quite a few other individuals.

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by benrob0329 » Post

Inocudom wrote:Again, I will repeat what I said in the Xanadu topic:
Inocudom wrote:If all you guys know how to do is hate and curse each other, Minetest's community is done for. oOChainLynxOo was not wholly in the wrong, you know. Now, I am starting to see with my own eyes why he left.
You know, repentance and humility really do go quite far in communities, so why don't you guys give those a try. By the way, I really do stare at a wall all day, just like ANDRW said that I do in oOChainLynxOo's Minetest White Knighters video, because my computer's monitor is against a wall. All that being said, if you guys seriously want Minetest to have an actual, real future, then seek to help each other instead of ripping each other to shreds. It is drama like this that caused not only oOChainLynxOo to divorce Minetest for all eternity (not kidding about the eternity part, because he made his Minetest videos private,) but also cornernote, proller, mauvebic, starblessed, and quite a few other individuals.
Maybe I'm just being optimistic, but I like the MT community a lot. I find that people here are generally level headed, and their people one can relate to most of the time. Discussions almost always end well (that I've seen) and there are very few hot heads here.

Thats my 2 cents anyways ;-)

User avatar
Andrey01
Member
Posts: 2577
Joined: Wed Oct 19, 2016 15:18
GitHub: Andrey2470T
In-game: Andrey01
Location: Russia, Moscow

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by Andrey01 » Post

That name "Gloop Blocks" - is that means what is he very simple?

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by VanessaE » Post

The "gloop" part is a reference to the original author's name, "NekoGloop".
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by VanessaE » Post

Wool slabs/stairs/etc have been removed from this mod, as Moreblocks handles those directly now. Same node names, so there should be no unknown nodes.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by VanessaE » Post

This project has been moved to Gitlab.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by VanessaE » Post

This mod now implements the more useful (for building) nodes from Usesdirt, since that mod's broken and has long since been abandoned (though if it's present, Gloopblocks will defer to it instead).
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Mod] Gloop Blocks [20140529] [gloopblocks]

by VanessaE » Post

Important update: due to updates to its API, if you have signs_lib installed, you must update it to commit 4ff54c9a or later, otherwise you will get crashes as Gloopblocks tries to use some of its API functions.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 7 guests