[Mod] X-Decor [git] [xdecor]

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

Update : mailbox's owner formspec improved, it prints your last 7 donators on the side, so that you know who to thank :)

Image

Minetestforfun
Member
Posts: 940
Joined: Tue Aug 05, 2014 14:09
GitHub: MinetestForFun
IRC: MinetestForFun
In-game: MinetestForFun
Location: On earth
Contact:

Re: [Mod] X-Decor [git] [xdecor]

by Minetestforfun » Post

Amazing, beautiful/polished, thanks Jp ! :)

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

[Update]

A crafting guide has been added to the Work Table.
It has the same principle than the Craft Guide mod (node-based), but is much lighter (230 lines vs. 3000 lines of code).

Image
Last edited by jp on Sat Dec 05, 2015 21:34, edited 1 time in total.

Dragonop
Member
Posts: 1233
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop
Location: Argentina

Re: [Mod] X-Decor [git] [xdecor]

by Dragonop » Post

Great! Thanks jp, the craft guide sure looks better than the one from the other ones. Could you add bookmarks to it, at least a row in the left side? What do you think, I know this would somehow decrease performance.
Btw, what is the "[?]" button?

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

I could add bookmarks but I'm not sure whether it's worth it.

[?] button = search.
[X] button = reset the filter.

There are tooltips on the buttons anyways.

User avatar
Ferk
Member
Posts: 337
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: [Mod] X-Decor [git] [xdecor]

by Ferk » Post

Nice!
Not sure if there's unicode support in the formspecs. If there was you could use glyph U+1F50D (the forum doesnt let me post it, btw), for a more standard search icon.
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

Unicode/ASCII special characters are too aleatory on some OS (MacOS especially)... I favorise the universality.

User avatar
TenPlus1
Member
Posts: 3721
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

Re: [Mod] X-Decor [git] [xdecor]

by TenPlus1 » Post

jp, how about adding a barter shop in your own styling :)

https://github.com/tenplus1/money

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

Yes I was thinking to add a business-related node, but finally I came to the conclusion that trading is best suited with a NPC that randomly update its stock of articles/costs.

User avatar
mahmutelmas06
Member
Posts: 367
Joined: Mon Mar 02, 2015 13:10
GitHub: mahmutelmas06
IRC: mahmutelmas06
In-game: masum

Re: [Mod] X-Decor [git] [xdecor]

by mahmutelmas06 » Post

It seems Minetest will be xDecor's mod soon :D
My Mods:

Beverage

Dragonop
Member
Posts: 1233
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop
Location: Argentina

Re: [Mod] X-Decor [git] [xdecor]

by Dragonop » Post

Oh, thanks, just saw it and I was comming back to edit my comment, but you already answered!
Why not making the search automatic as you write?

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

Dragonop wrote:Why not making the search automatic as you write?
Not possible, it necessarily needs a trigger (i.e. the button) to catch the string in the field and put it in the process of filtering.

User avatar
Ferk
Member
Posts: 337
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: [Mod] X-Decor [git] [xdecor]

by Ferk » Post

It's also unfortunate that pressing enter closes the formspec window. It would be nice if the engine allowed to override that somehow.
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }

amadin
Member
Posts: 549
Joined: Tue Jun 16, 2015 16:23

Re: [Mod] X-Decor [git] [xdecor]

by amadin » Post

Do you can set owner to enchantment table? I mean locked enchantment table.

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

I could yes, but I won't (for simplicity and philosophy). Nothing is locked in that mod, if someone is able to take items inside a storage, everyone is. As in real life. This forces the players to do not be careless about the places where they put their tables and what they leave inside...

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

[Update]
  • A random painting is placed when you place one (such as in Minecraft).
  • A cooking system has been added to the cauldron :
    • The cauldron is empty by default.
    • Fill it with a water bucket.
    • Place fire under it to boil the water (after ~10s).
    • Drop some ingredients inside (2 different ones minimum) to make a soup.
    • To eat the soup : wield an empty bowl and click on the cauldron, and you get an eatable bowl of soup.
Image
Last edited by jp on Thu Dec 03, 2015 22:27, edited 2 times in total.

amadin
Member
Posts: 549
Joined: Tue Jun 16, 2015 16:23

Re: [Mod] X-Decor [git] [xdecor]

by amadin » Post

Repair is not intuitive, I was a long time could not understand how it works. But repair is very good function.

User avatar
afflatus
Member
Posts: 362
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus
Location: Avalonia
Contact:

Re: [Mod] X-Decor [git] [xdecor]

by afflatus » Post

I just came across this via Napiophelios's textures.
I like the way you've done this, some of the pre-gunpowder tech may be useful for Grail Test.
Thanks!
Grailtest is stirring ...

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

Update :
  • Alternative recipes support added to the Work Table's craft guide, with some afferent code cleaning.
  • Due to a recent change in 3d_armor, you have to update 3d_armor to get the enchanted armor textures.
  • Digging storage nodes drop the stuff on ground.
  • The paintings has been turned to a simple nodebox model.

User avatar
everamzah
Member
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: [Mod] X-Decor [git] [xdecor]

by everamzah » Post

I noticed placing a hammer into the tool slot directly from the repair slot is prohibited. You can however place a worn hammer into the tool slot directly from inventory, thus using two hammers forever. It takes about one half a hammer to repair an almost fully worn one, and it enables tools to be repaired indefinitely. This is a neat bug/feature!

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

I've just forbidden placing a hammer into the tool slot and increased the hammer's wearing while repairing.

Tweak the hammer's wearing step here if you're still not satisfied : https://github.com/kilbith/xdecor/blob/ ... e.lua#L515

User avatar
afflatus
Member
Posts: 362
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus
Location: Avalonia
Contact:

Re: [Mod] X-Decor [git] [xdecor]

by afflatus » Post

I'm really enjoying this mod. I really like the way each new node adds something to the game. It's the little things, like rope ...
If you want lightweight decor, this is a must-have.

Thanks jp!
Grailtest is stirring ...

amadin
Member
Posts: 549
Joined: Tue Jun 16, 2015 16:23

Re: [Mod] X-Decor [git] [xdecor]

by amadin » Post

Do you can add to enchantment table animations from this mod http://github.com/jordan4ibanez/enchantment?
Last edited by amadin on Fri Dec 18, 2015 16:55, edited 1 time in total.

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

No.

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

Re: [Mod] X-Decor [git] [xdecor]

by jp » Post

Update : I've been working on some code maintenance lastly.

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 15 guests