An0n3m0us

Results 78 comments of An0n3m0us

Hopefully that should do it.

@paramat It wasn't too much work; took me like 5-7 minutes tops. I created the PR as it seemed simple enough in the first place; it took like 1-2 minute/s...

OK done. Replaced line seperation with \ tags.

Got some duplicates here: https://github.com/An0n3m0us/minetest_game/blob/readmeMD/mods/default/README.md#sounds `default_grass_footstep.1.ogg` is noted twice. I think I saw a few other duplicates too. Should those be fixed in another PR?

Let me know when there is a decision made on this PR, as I cannot keep bothering to fix the continuous merge conflicts because of the READMEs being updated.

1. Done. 2. I might need some help with this. EDIT: I've managed to do it. Does it look alright?: ``` function default.chest.get_chest_formspec(pos, size) local spos = pos.x .. ","...

Works well! You missed a comma on line **21** and the hotbar height (I added `default.get_hotbar_bg(0, 0.85 + size.y)`) I like how the chest inventory is centered.

Alright, so I've rewritten the code on the latest and left out the formspec centering/positioning stuff. We can work that out next, but for now, the chest size can be...

> Wuzzy2: Also, this should be a Minetest issue, really. I think it is impossible to implement this feature in MTG alone, the engine needs to learn which slots are...