savilli
69d5c40c73
Add sword group to sword damage_groups ( #879 )
...
* Add sword marker to damage_groups
* Update init.lua
Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
2021-05-08 08:49:53 -07:00
Lars Müller
4d680e6b6c
Code duplication cleanup ( #827 )
...
* Code duplication cleanup
* Fix torches, no immortal variants for some nodes
2021-04-05 08:22:24 -07:00
Lars Müller
fd5b8a484e
Fix doors disappearing when placed ( #843 )
2021-03-27 11:01:40 -07:00
Lars Müller
7382db367b
Limit node placement to 5 NPS ( #803 )
...
* Limit placement to 5 nodes per second
* Add Readme, check pointed thing, inform player
* Include team door fix
* Add license
2021-03-27 07:27:22 -07:00
Avyukt More
b15e09e763
Add Savanna Dirt and Savanna Dirt with Savanna Grass ( #800 )
...
* Add Savanna Dirt
* Add textures for Savanna grass
* Update mods/mtg/default/nodes.lua
* Debugging
2021-02-16 06:14:14 -08:00
-sniper-
928476c371
Add sound when walking on wool ( #783 )
2021-02-07 07:06:08 -08:00
-sniper-
1b62c12b4d
Allow steel trapdoors to be opened by players ( #764 )
...
* steel doors and trapdoors: protected = false
2021-01-28 07:20:03 -08:00
LoneWolfHT
df171d5534
Remove tin and copper ores
2021-01-06 12:58:20 -08:00
Apelta
3cfb3539ed
Fix furnace crash ( #730 )
...
Adds check to prevent crash, temporary fix for maps which include furnaces
2021-01-04 08:54:07 -08:00
LoneWolfHT
fbf0126599
Allow more than two teams in a match at once ( #724 )
...
* Fix bugs with more than two teams
* Fix team allocation
* Fix bugz
* Fix crash
* Fix crash with crash fix
2020-12-25 10:37:02 -08:00
Axaxax88
a37be6ba54
Fix bug with blueberry bushes. Make permafrost dig like gravel ( #723 )
...
I repaired bug with blueberry bush, which dropped unknown item (blueberries). I also made all types of permafrost "crumbly = 2", so they will be diggable by hand (same as gravel).
2020-12-22 07:34:41 -08:00
LoneWolfHT
16d676184e
Revert "Make lava instantly kill players ( #692 )" ( #694 )
...
This reverts commit 52e4382359
.
2020-10-27 10:57:35 -07:00
KaylebJay
52e4382359
Make lava instantly kill players ( #692 )
2020-10-27 08:12:21 -07:00
rubenwardy
2a8f8563c4
Fix crash due to missing legacy.lua dofile
2020-09-23 15:15:50 +01:00
LoneWolfHT
779e0973a6
Re-add MTG: Trim out the remaining bloat from default
2020-09-22 15:48:35 -07:00
LoneWolfHT
65652ec405
Revert "MTG: Trim out the remaining bloat from default ( #639 )"
...
This reverts commit ec06b8edde
.
2020-09-22 13:16:25 -07:00
ANAND
ec06b8edde
MTG: Trim out the remaining bloat from default ( #639 )
2020-09-22 08:36:01 -07:00
ANAND
ccea7d373a
MTG: Disable mushrooms' HP regen effects ( #629 )
2020-05-13 16:50:23 +05:30
ANAND
3a0397ee28
default/item_entity.lua: Fix assertion failure due to missing moveresult
2020-05-07 14:50:28 +05:30
ANAND
ee3bf90093
Remove /killme
...
This command is a recipe for abuse in a PvP-only (sub-)game
2020-04-30 20:20:56 +05:30
ANAND
dc72f1d10e
Fix another default/item_entity.lua crash
2020-04-24 22:53:14 +05:30
ANAND
e6f053f2cf
Fix crash in default/item_entity.lua
2020-04-24 01:31:41 +05:30
ANAND
96054843a9
(Re-)add nodes from MTG ( #536 )
...
Adds fire, flowers, vessels, walls, and xpanes
2020-04-22 07:32:23 +05:30
ANAND
05fba3f5ce
Allow wooden doors in maps ( #551 )
2020-01-03 11:35:37 +05:30
ANAND
e84a321143
Make snow non-slippery again ( #484 )
2019-11-05 13:25:49 +01:00
ANAND
5eb5d3311a
Improve log messages ( #422 )
...
- Add log messages wherever required/useful
- Remove unnecessary log messages and print statements
- Convert print statements to minetest.log
- Fix incorrect log level for some messages
- Trivial code-style fixes
2019-10-18 11:22:18 +05:30
Panquesito7
515b0ca1f7
Use mod.conf and modpack.conf
...
Replaces depends.txt, description.txt, and modpack.txt
2019-08-31 10:31:14 +05:30
Panquesito7
1032a78a6c
Use "modpack.conf" instead of "modpack.txt" ( #441 )
2019-08-20 13:06:41 +08:00
rubenwardy
8b2174a7dc
Remove saplings and flint fully
2019-03-21 17:45:39 +00:00
Anand S
a1f32d8fcf
Remove all unused MTG features - Part 2
...
Including
- Saplings and corresponding growth functions and node-timers
- Features using node meta (e.g. bookshelves formspec)
- Signs (they're nothing without their meta)
2019-03-21 17:33:10 +00:00
ANAND
86ce4d7328
Completely remove wooden tools ( #331 )
...
The default items given on respawn will consist of wooden tools instead.
2019-03-19 22:24:43 +05:30
ANAND
3e2b6c083b
Remove unused MTG features (Part 1)
...
- Removes `default/trees.lua`, which is full of tree-growing code.
- Removes `killme` mod, as the exact same code is present in `game_commands` mod.
Fixes #362
2019-03-17 01:46:47 +00:00
rubenwardy
82c2477d70
Fix falling sand exploit again
2019-03-05 18:04:19 +00:00
rubenwardy
806e56d116
Fix Travis error
2019-03-05 13:55:49 +00:00
Anand S
b7bab11c3b
Add medkits, remove apples
2019-03-05 13:54:25 +00:00
ANAND
cb08c8c6e0
Fix furnace meta not being wiped
2019-03-05 13:10:00 +00:00
rubenwardy
c9bcfbb36e
Make snow slippery
2019-03-05 13:08:24 +00:00
rubenwardy
947715fbe8
Fix bugs introduced by Minetest 5.0
2019-02-03 04:21:27 +00:00
rubenwardy
b38a89c2fe
Reorganise game into modpacks
2019-01-11 15:52:47 +00:00