PrairieAstronomer
046698c64f
Fletching Table
2022-05-14 15:14:50 -06:00
cora
31b8ea26a2
add jobsites to professions table
2022-05-14 00:32:15 +02:00
cora
fd6f2be485
update cleric trades
2022-05-14 00:32:15 +02:00
cora
07e0a90051
update tool smith trades
2022-05-14 00:32:15 +02:00
cora
f073d4d420
update weapon smith trades
2022-05-14 00:32:15 +02:00
cora
89aaf6b709
update butcher trades
2022-05-14 00:32:15 +02:00
cora
f09b578034
update leatherworker trades
2022-05-14 00:32:15 +02:00
cora
0ce1a92282
update armorer trades
2022-05-14 00:32:15 +02:00
cora
135ee97b21
update cartographer trades
2022-05-14 00:32:15 +02:00
cora
51cf92a909
update librarian trades
2022-05-14 00:32:15 +02:00
cora
2d47ad3e5f
update fletcher trades
2022-05-14 00:32:15 +02:00
cora
c28d700caf
update fisherman trades
2022-05-14 00:32:15 +02:00
cora
ba861d7b74
update farmer trades
2022-05-14 00:32:15 +02:00
cora
9b8b7ce6b4
refactor go home logic
2022-05-14 00:32:15 +02:00
cora
354d17a14c
enable simple villager breeding
2022-05-14 00:30:44 +02:00
rudzik8
7f3ba7d4a2
Enable placing carpets on llamas and add textures for it
2022-05-13 22:00:09 +00:00
cora
a1209b14a1
playerplus: fix deprc. add_player_velocity calls
2022-05-12 23:30:39 +00:00
kabou
baf8e0b79c
Update item entity for lodestone compass.
...
* Added another special case to the item entity registration for
lodestone compasses, without this a dropped lodestone compass would
turn into a regular compass on being dropped.
* Update the compass and lodestone compass frame number to be the
stereotype frame.
2022-05-12 21:08:52 +02:00
chmodsayshello
00dba67cd8
remove lodestone compass from creative inventory
2022-05-12 19:06:13 +02:00
kabou
872b708465
Remove unused variable.
...
* Removed unused variable `stack_max`.
2022-05-11 21:45:15 +02:00
kabou
74e70b674e
Fix return value of get_compass_image()
.
...
* `get_compass_image()` did not actually return the image number.
2022-05-11 21:43:52 +02:00
kabou
14c882f982
Fix lodestone compass meta handling.
...
* The nature of a compass was being determined by looking at its meta.
This caused lodestone compasses with unset meta to turn into regular
compasses. Fixed by using string matching on the itemname.
* Changed lodestone rightclick handler to explicitly set the correct
name and frame of the compass used on it instead of waiting for
globalstep to do this.
2022-05-11 21:31:50 +02:00
kabou
8ae605165b
Fix lodestone compass stack_max.
...
* Lodestone compasses are stackable.
* Remove hardcoded `stack_max` setting, use default.
2022-05-11 17:53:41 +02:00
kabou
aca4aca79b
Add German translation.
...
* Add "de" (German) translation by chmodsayshello.
2022-05-11 17:43:57 +02:00
kabou
bacc7613b5
Fix crash in mt 5.4 with vector ops.
...
* `vector.from_string()` is not available in mt pre-5.5. Replace with
`minetest.string_to_pos()`.
2022-05-11 17:41:10 +02:00
kabou
8a4b8707fa
Add new compass API.
...
* Add API.md
* Update mcl_itemframes to use the new API.
* Revert old exported function back to original API.
2022-05-10 23:38:28 +02:00
kabou
a8c231da34
Refactor compass code.
...
* Split up `get_compass_image()` into smaller functions. This allows
for better code sharing between old and new API and globalstep fn.
* Add `get_compass_itemname()` function. It will be the new API of
choice, `get_compass_image() will be deprecated soon.
* Remove function declaration out of globalstep function.
* Various other performance improvements.
* Add local aliases for global functions
* Lodestone compasses can only stack 1 item.
* Document functions and variables.
* Fix lodetone compass inaccurately reusing compass descriptions.
* Add usage descriptions to node definitions
* Refactor craftitem registration code.
* Update translation templates.
2022-05-10 22:43:03 +02:00
cora
12a943e222
Make villagers homeless when bed is gone on return
2022-05-09 10:29:58 +00:00
cora
8d0afede37
don't block mapgen on village generation
2022-05-09 10:29:57 +00:00
cora
0288581407
increase wait til village generated
2022-05-09 10:29:57 +00:00
cora
3774044f86
Walk back to bed instead of teleporting
2022-05-09 10:29:57 +00:00
cora
46dbf8c0ab
Spawn villagers on villagegen, stay in village
...
This spawns a villager per bed on village gen and saves the bed
position in the entity. If it moves too far from the village
it gets teleported (for now) back.
2022-05-09 10:29:57 +00:00
MysticTempest
44b1d583a7
Potion Fixes:
...
Ensure all potion icons disappear after their effect is gone.
Stop Breath bar from flashing when water_breathing is in effect.
2022-05-09 05:18:59 -05:00
cora
5a25e42fd3
fix the 2nd nether dust warning ^^
2022-05-09 12:06:28 +02:00
kabou
4e3a2a7b4c
Fix list of spawnable biomes for rabbits.
...
* Rabbits spawn in Desert biome.
* Rabbits do no spawn in Forest and Swamp biomes.
2022-05-08 19:59:04 +00:00
chmodsayshello
6cb08a3c87
update dependencies
2022-05-08 19:57:09 +00:00
chmodsayshello
31a8ddabb8
minor changed (see long description)
...
This commit makes charged respawn anchors light sources, all respawn anchors can no longer be pushed by pistons and always drop the uncharged one
2022-05-08 19:57:09 +00:00
chmodsayshello
6806ea311d
code from inital PR
2022-05-08 19:57:09 +00:00
cora
e1ed990f58
sp. farm animals on grass, villagers near beds
2022-05-08 18:50:37 +00:00
cora
e4c5f81524
make husks spawn only in deserts, zombies not
2022-05-08 18:50:37 +00:00
kay27
53042b6f48
Adopt mob spawning from mcl5
2022-05-08 18:50:37 +00:00
Elias Fleckenstein
34e5bb0334
Add Wither Spawning
2022-05-06 19:40:39 +00:00
Elias Fleckenstein
c05a2d3a9d
Add wither spawning schems
2022-05-06 19:40:39 +00:00
cora
f1fc84b31b
fix referencing mistake with cracked deepslate
2022-05-06 10:48:02 +00:00
AFCMS
f9a2dacdd4
Fix texture and sound names in mcl_amethyst
2022-05-05 22:49:23 +02:00
AFCMS
00c70014c7
Fix codestyle and translation of mcl_amethyst
2022-05-05 22:49:23 +02:00
3raven
f4020ebd31
mcl_amethyst.fr.tr
...
Translation
2022-05-05 22:49:23 +02:00
kay27
74322ead49
#11 Polish amethyst stuff
2022-05-05 22:49:23 +02:00
kay27
1a83f50505
Fix amethyst buds light levels again
2022-05-05 22:49:23 +02:00
kay27
206c98e354
Fix various amethyst errors, better seed function
2022-05-05 22:49:23 +02:00
kay27
69e83d5c0a
#11 Spawn buds
2022-05-05 22:49:23 +02:00
kay27
d3dfd13f78
#11 Fix the style, add template.txt, add Russian translation
2022-05-05 22:49:23 +02:00
kay27
e28ccd9a80
#11 Put tabs instead of each 2 spaces
2022-05-05 22:49:23 +02:00
kay27
a5fba06a2c
#11 Remove amethyst screenshot
2022-05-05 22:49:23 +02:00
Emojigit
6c36c83a18
AMethyst Growing
2022-05-05 22:49:23 +02:00
Emojigit
48a4e069f9
craft bugfix
2022-05-05 22:49:23 +02:00
Emojigit
60e04438e0
typo missing space
2022-05-05 22:49:23 +02:00
Emojigit
0b01d299ea
更新 'mods/ITEMS/mcl_amethyst/init.lua'
2022-05-05 22:49:23 +02:00
Emojigit
ebdf944dda
amethyst bud
2022-05-05 22:49:23 +02:00
Emojigit
794e10df4e
[mcl_amethyst] INIT
...
* Amethyst Block
* Budding Amethyst (won't grow amethyst now)
* New spyglass recipe
* Tinted Glass
* Calcite
2022-05-05 22:49:23 +02:00
cora
6a2fe2eb4f
remove ancient backup "init_new.lua"
2022-05-05 04:05:08 +00:00
kabou
1266396e1d
Add cobbled deepslate to cobble group.
...
By adding cobbled deepslate to the group "cobble", it automatically
inherits all crafting recipes and tool repair capabilities that apply
to that group.
* Add `cobble=1` to cobbled deepslate node definition groups. This
requires a little refactoring of the deepslate variants registration
function.
* Remove stone tools, furnace and brewing stand crafting recipes.
2022-05-05 01:45:03 +02:00
kabou
f5abc28190
Allow smelting of deepslate ores.
...
* Register "cooking" crafting recipe for deepslate ores that enables
smelting these ores in furnaces.
* Extend deepslate ore registration function to allow passing cooking
result as argument.
* Update the deepslate ore table to include smelting results.
* Put deepslate w/ lapis drops in a separate table, making the deepslate
ores table less unwieldly.
2022-05-04 23:35:07 +00:00
AFCMS
f8f6ea22c8
Fix codestyle issues with mcl_deepslate
, mcl_copper
, mcl_raw_ores
2022-05-04 23:35:07 +00:00
cora
b0b8ef3921
Comment out ore registrations for now
...
The discussion about how to handle the new ores is still ongoing.
This PR was originally only intended to add the new nodes so
that's what it does now.
2022-05-04 23:35:07 +00:00
cora
be6d2db7d4
remove redundant license files
2022-05-04 23:35:07 +00:00
cora
dc40ed18b3
remove raw_ores item override
2022-05-04 23:35:07 +00:00
cora
1b99de73d2
remove screenshots from original mods
2022-05-04 23:35:07 +00:00
NO11
c97e0cd631
Add deepslate
2022-05-04 23:35:07 +00:00
NO11
8c7a8a61d2
Add Copper
2022-05-04 23:35:07 +00:00
NO11
6bdaa9f2d1
Add raw ores
2022-05-04 23:35:06 +00:00
kabou
dceb48bf94
Fix undefined variable in mcl_enchanting/engine.lua.
2022-05-04 23:31:54 +00:00
AFCMS
8a47a195f6
Remove preview files
2022-05-04 23:15:11 +00:00
AFCMS
d0b60e2399
Fix player armor enchanting overlay ( #2161 )
2022-05-04 23:15:11 +00:00
AFCMS
3ca40cd4e4
Remove 2D preview
2022-05-04 23:15:11 +00:00
kabou
920b8b9654
Bookshelves are deco blocks, not building blocks.
2022-05-04 23:06:05 +00:00
kabou
f1a494ea62
Change stone tool repair materal to group:cobble.
...
* Update repair material for stone tools (pick, shovel, axe, sword and
hoe) to use any cobble group stone.
2022-05-05 01:01:29 +02:00
kabou
64bb50dfd5
Change some crafting recipes to use group:cobble.
...
* Update crafting recipes for stone tools (pick, shovel, axe, sword and
hoe), furnace and brewing stand to use any cobble group stone.
2022-05-04 15:54:12 +02:00
kabou
9edb40b5c5
Add cobblestone to the cobble
group.
2022-05-04 15:14:23 +02:00
chmodsayshello
3699ca5535
update translation template
2022-05-03 15:21:18 +00:00
chmodsayshello
9c652df8a2
update german translation
2022-05-03 14:59:49 +00:00
chmodsayshello
390802a344
fix crash when achievements are disabled and /awards is being used
...
This commit fixes https://git.minetest.land/MineClone2/MineClone2/issues/2164 , which crashes the game whenever /awards is called with arguments other than enable
2022-05-03 14:58:44 +00:00
cora
61a999fe5a
Fix warning in mcl_weather
2022-05-02 21:47:33 +02:00
kabou
ed8995acec
Fix add_large_plant()
argument mismatch.
...
* In commit 86b2cd70f9
an extra argument
was added to the `add_large_plant()` function in order to handle silk
touch. For some reason, the callers for "double_grass" and
"double_fern" were updated with two new arguments. Because of this,
silk touch likely never worked on these nodes. This commit removes
the unused `nil` argument from both callers.
* This commit fixes #2155 .
2022-05-01 10:31:01 +00:00
chmodsayshello
f1c60a48e0
remove debug logging
2022-04-30 10:02:04 +00:00
chmodsayshello
c97fc42b68
upload textures 2/2
2022-04-30 09:02:17 +00:00
chmodsayshello
92cd3381ad
upload textures 1/2
2022-04-30 09:01:57 +00:00
chmodsayshello
f7a5862df2
update mcl_itemframes to use get_compass_image correctly
2022-04-30 08:59:25 +00:00
chmodsayshello
ba8e072265
update mcl_compass dependencies
2022-04-30 08:58:04 +00:00
chmodsayshello
f9d8b61dc1
update mcl_compass init.lua
2022-04-30 08:57:03 +00:00
Nils Dagsson Moskopp
057051aa6d
Add packed ice crafting recipe
2022-04-27 00:33:01 +02:00
Nils Dagsson Moskopp
cbf3dc49aa
Replace grass path with dirt path
...
If a player wants to make a path when there is no dirt with grass on the
ground it means they need to either have silk touch to collect dirt with
grass or place dirt beside dirt with grass and wait for the grass cover
to spread before they can create the new paths …
Since the former is not possible early in the game and the latter is not
easy, this patch imitates Minecraft 1.17 behaviour; the following nodes
can now be turned into path nodes by right-clicking them with a shovel:
• Dirt (mcl_core:dirt)
• Coarse Dirt (mcl_core:coarse_dirt)
• Dirt with Grass (mcl_core:dirt_with_grass)
• Mycelium (mcl_core:mycelium)
• Podzol (mcl_core:podzol)
A group “path_creation_possible” has been added to mark nodes that can
be turned into a dirt path with a shovel. One obvious objection to that
addition might be that the “dirt” group already exists. Even though all
existing nodes that can be turned into a dirt path do indeed belong to
the “dirt” group, it is not a good idea: Changing what “dirt” means to
“any node that can be turned into a dirt path” would make it harder to
maintain the code.
2022-04-25 15:33:01 +02:00
cora
6bc676545b
Allow saplings to grow on coarse d. and mycelium
2022-04-25 15:30:45 +02:00
cora
5f126c4686
add hypercopyrighted end crystal beam texture
...
This texture has the following poem written by me, cora, encoded in its
pixeldata. I the author hereby release both the texture file and the
poem as cc0.
Additionally I explicitly consent with its inclusion into MineClone2,
MineClone5 and Mineclonia as well as any other minetest game for this
day and all the days to come.
Shall though betray me with a texture, mate
I'll smile at though just like a summer's day
The raindrop particles - no laggy state
But spring is coming, really, soon it's may
As If the seasons meant a damn to us
They do not exist in mineclone at all
unreal water flow, iron never rusts
but copper does in summer and in fall
But what this literally is about
because this damn thing is really silly
you see somehow they had to say it loud
I would bring that quote with painting lilys
but plagerism everywhere you see
so this will just be good enough for me
2022-04-24 01:46:57 +02:00
Nils Dagsson Moskopp
67ae203772
Trigger node callbacks when pumpkin is sheared
...
The code for shearing a pumpkin used minetest.swap_node() to replace a
faceless pumpkin with a carved pumpkin. This did not trigger the node
callbacks of the carved pumpkin, which meant that shearing a pumpkin
would not check for the snow golem or iron golem spawn conditions.
This patch replaces minetest.swap_node() in the code for shearing a
pumpkin with minetest.set_node(), which does trigger the callbacks;
therefore snow and iron golems can now spawn as a pumpkin is carved.
2022-04-22 18:07:37 +00:00
Nils Dagsson Moskopp
5ba36c08b6
Drop carved pumpkin when shearing snow golem
2022-04-22 18:07:37 +00:00
Nils Dagsson Moskopp
56db877360
Disconnect gourd stems after destruct
...
While testing the previous commit, it became clear that gourd stems do
not disconnect properly if the gourd disappears while not being dug. A
simple method to create illegal curved stems was to explode the gourd.
This patch changes gourds so that the stem curves back after a gourd is
destroyed, regardless of reason. This hopefully makes curved stems that
are not connected to matching gourds a relict of the past.
2022-04-22 18:07:37 +00:00
Nils Dagsson Moskopp
e1d67a2095
Disconnect stems from carved pumpkins after dig
...
Carved pumpkins can end up being connected to a stem – either if they
were grown in a previous version of MineClone2 or Mineclonia, or if a
player carves them before harvesting them. This patch makes sure that
stems turn into unconnected stems after such a carved pumpkin is dug.
2022-04-22 18:07:37 +00:00
Nils Dagsson Moskopp
a2dd8c935d
Make villagers accept uncarved pumpkin in trades
...
As map generation and growing mechanics have been changed to generate
uncarved pumpkins instead of carved, requiring players to shear every
pumpkin before trading it with villagers seems like useless busywork.
2022-04-22 18:07:37 +00:00
Nils Dagsson Moskopp
4fda54b0d1
Remove pumpkin pie recipe with carved pumpkin
...
Shearing an uncarved pumpkin turns it into a carved pumpkin and drops
four pumpkin seeds. As map generation and growing mechanics have been
changed to generate uncarved pumpkins instead of carved, preserving a
recipe to get pumpkin pie from carved pumpkins enabled players to get
both seeds and pumpkin pie from grown pumpkins, which was unintended.
2022-04-22 18:07:37 +00:00
Nils Dagsson Moskopp
9a53761b08
Remove pumpkin seeds recipe with carved pumpkin
...
Shearing an uncarved pumpkin turns it into a carved pumpkin and drops
four pumpkin seeds. As map generation and growing mechanics have been
changed to generate uncarved pumpkins instead of carved, preserving a
recipe to get seeds from carved pumpkins enables players to get twice
the amount of seeds as intended. Because of this, the recipe must go.
2022-04-22 18:07:37 +00:00
Alexander Minges
9b614c115c
Grow uncarved pumpkin from seeds instead of carved
...
Carved pumpkin has to be explicitly registered as a separate node, as
registering a carved pumpkin node happened as a side effect of invoking
mcl_farming:add_gourd() for the carved pumpkin.
The iron / snow golem spawning checks that trigger whenever a carved
pumpkin is placed had to be moved out of the mcl_farming:add_gourd()
invocation to preserve the existing behaviour.
Note that uncarved pumpkin must not be registered as a separate node,
as invoking mcl_farming:add_gourd() for a registered node name leads to
stems not updating when an adjacent node is manually placed or mined.
2022-04-22 18:07:37 +00:00
Alexander Minges
faf3f60cff
Use uncarved pumpkin instead of carved in mapgen
2022-04-22 18:07:37 +00:00
cora
b6ab815adc
Fix endermen dropping node AND taking it
2022-04-22 01:02:20 +02:00
cora
a83a2e9aba
generate podzol under huge spruce trees
2022-04-21 22:25:47 +00:00
AFCMS
8396dfe7e3
enderdragon egg: check for protection on punch
2022-04-21 21:02:43 +02:00
kay27
dc4ccf91cc
lift clouds to 384 in valleys mapgen
...
Valleys has a much higher average elevation than v7 often leading
to "normal" looking terrain being in the clouds. This lifts the
clouds up higher.
2022-04-19 10:23:10 +00:00
cora
3cb9947cf4
fix sugarcane not getting param2 on mapgen
2022-04-19 12:16:07 +02:00
Nils Dagsson Moskopp
34b5002fc8
Shuffle pixels in mcl_end_crystal_beam.png
...
A user claimed that this texture was a texture from Minecraft 1.8.9 –
see <https://git.minetest.land/MineClone2/MineClone2/issues/2099 > for
further details. I have not verified that but I noticed that in commit
152e552458
the file was replaced with a
file containing the exact same pixels.
A visual inspection confirms that the file contains noise, so it is not
clear if it is even copyrightable. However, to ensure that it could not
be identical to a file from Minecraft, To get noise of the same quality,
I have shuffled all its pixels with the following POSIX sh shell script:
LANG=C
PREFIX=mcl_end_crystal_beam
convert $PREFIX.png $PREFIX.pnm
<$PREFIX.pnm >$PREFIX.plainpnm pnmtoplainpnm
<$PREFIX.plainpnm >$PREFIX.seed tr '1234567890 ' ' 1356902468'
(
<$PREFIX.plainpnm head -n+3
<$PREFIX.plainpnm tail -n+4 \
|tr ' ' '\n' \
|shuf --random-source $PREFIX.seed
) >$PREFIX.shuffled.plainpnm
I then opened mcl_end_crystal_beam.shuffled.plainpnm using GIMP,
converted the color black to tranparency and saved the image as a
paletted PNG (which yields a smaller filesize than a grayscale PNG).
2022-04-16 01:24:04 +02:00
NO411
e790bf90f4
Make shields work with all mobs
2022-04-09 16:21:22 +02:00
cora
bb593159f1
mcl_weather: fix typo/crash
2022-04-08 06:23:14 +02:00
cora
e7970ecce5
shields: Fix crash when deflecting ghast fireball
2022-04-07 22:40:48 +02:00
kabou
152e552458
Replace mcl_end_crystal_beam.png with free version.
...
* Replace mcl_end_crystal_beam.png with unknown provenance with a
version from the PixelPerfection texture pack that has a know good
free licence.
2022-04-06 23:04:01 +02:00
kabou
ace0dc00c7
Remove settlements_in_world
and settlements.txt
...
The global(!) table settlements_in_world` has no use, but is serialized and
saved to a file `settlements.txt` every time during generation of a new
village, adding more lag. This commit removes all related code:
* Remove all instances of `settlements_in_world`.
* Remove `settlements.load()` and `settlements.save()`.
2022-04-02 21:52:03 +02:00
kabou
f3b28df6cc
Rework function comments.
...
* Move descriptive function comments to above the function definition.
* Adopt some luadoc styles.
* Update a stale reference to a renamed function in comments.
2022-04-02 03:32:56 +02:00
kabou
f37f8b6bca
Return itemstack in composter_harvest()
.
...
* `composter_harvest()` is a `on_rightclick` handler and should return
what remains of the ItemStack that was passed to it.
2022-04-02 03:32:56 +02:00
kabou
2ba801dfc7
Add protection support to composter.
...
* Add checks for `minetest.is_protected()` and log any violations.
* Add local aliases for global functions.
2022-04-02 03:32:56 +02:00
kabou
19eb31f389
Streamline use of vector ops.
...
* Use vector.offset instead of vector.add.
* Define and use local alias for vector.offset.
2022-04-02 03:32:56 +02:00
kabou
541a805a48
Logix fix and some simple optimizations.
...
* Fix silly and mostly inconsequential logic bug that had gone unnoticed up
till now.
* Condense a single use variable away by using a slightly more elaborate
assignment statement.
* Add a few more local aliases for global minetest.* functions.
2022-04-02 03:32:56 +02:00
kabou
cd12e1d78c
Various little fixes.
...
* Remove trailing whitespace.
* Remove `use_texture_alpha` setting from node definitions, the default
value is already the correct one.
2022-04-02 03:32:56 +02:00
kabou
4335d0d659
Use compostability group from node definitions.
...
* Replace use of local table with compostability values with a call to
`minetest.get_item_group()`.
* Define local alias for `minetest.get_item_group`.
* Remove the now unused static compostabilty values table.
2022-04-02 03:32:56 +02:00
kabou
de16eb3c5a
Add compostability
to node definition group.
...
* mcl_cake/init.lua (cake);
* mcl_core/craftitems.lua (apple);
* mcl_core/nodes_base.lua (dirt with grass);
* mcl_core/nodes_cactuscane.lua (cactus, sugarcane);
* mcl_core/nodes_climb.lua (vines);
* mcl_core/nodes_trees.lua (leaves, saplings);
* mcl_dye/init.lua (cocoa beans);
* mcl_farming/beetroot.lua (beetroot, & seeds);
* mcl_farming/carrots.lua (carrot);
* mcl_farming/melon.lua (melon, & slice, & seeds);
* mcl_farming/potatoes.lua (potato, baked potato);
* mcl_farming/pumpkin.lua (pumpkin, carved &, & seeds, & pie);
* mcl_farming/wheat.lua (wheat, cookie, bread, hay block);
* mcl_flowers/init.lua (flowers, ferns, grass, & tall variants);
* mcl_mushrooms/small.lua (red and brown mushrooms);
* mcl_mushrooms/huge.lua (red and brown huge mushrooms);
* mcl_nether/init.lua (nether wart block);
* mcl_nether/nether_wart.lua (nether wart);
* mcl_ocean/kelp.lua (kelp, dried &, & block);
* mcl_ocean/sea_pickle.lua (sea pickle);
* mcl_ocean/seagrass.lua (seagrass).
2022-04-02 03:32:56 +02:00
cora
7f1bb7af92
replace nether dust particles with p. spawners
...
mcl2 uses add_particle for nether dust resulting in a 10-fold
increase in network traffic when in the nether. Nether dust is not
configurable making it impossible to turn this off for server admins.
this commit replaces the add_particle method with particle spawners
2022-03-30 10:21:32 +00:00
cora
53715212a2
remove unnecessary on_dimensionchange
2022-03-30 10:21:32 +00:00
cora
c146426c5c
fix snow not being properly removed
2022-03-30 10:21:32 +00:00
cora
dc24f45cfa
add indoor detection for snow
2022-03-30 10:21:32 +00:00
cora
d2861c5955
remove unneccessary particle logic
2022-03-30 10:21:32 +00:00
cora
1e4494e85d
let rain and thunder use particlespawners
2022-03-30 10:21:32 +00:00
cora
4eae95fa47
let snow use particlespawners
2022-03-30 10:21:32 +00:00
kabou
1b99b73894
Fix wrong player name accessor.
...
* Duh..
2022-03-30 01:31:38 +02:00
kabou
14da059ce7
Add extra check and warning on missing player data.
...
* For some unexplained reason, `mcl_burning.storage[player]` can
sometimes be `nil`, causing a crash in `on_leaveplayer()`. This
commit adds a check for that. If a `nil` is encountered, a sane
value is substituted and a warning is set to the log.
2022-03-29 12:06:00 +02:00
NO11
5974b6f609
Merge branch 'master' into shields2
2022-03-28 12:27:57 +00:00
NO411
148be4ea39
Fix shield behavior
2022-03-27 19:52:36 +02:00
NO411
6afe7cfb58
Fix typo and interact bug?
2022-03-27 18:08:43 +02:00
AFCMS
909b77ce4d
barrel protection fix + log
2022-03-25 13:28:33 +01:00
NO11
63a156c30c
Fix typo/crash
2022-03-23 18:30:34 +00:00
cora
1c9f0c3238
don't spawn mobs on non opaque nodes or leaves
...
with the preliminary jordanspaning mobs would spawn on trees
and water regularly.
2022-03-22 22:02:15 +01:00
cora
50e99f470e
fix certain mobs not spawning in certain biomes
2022-03-22 15:16:48 +01:00
NO411
aeff7cf1a4
Remove offhand item on death
2022-03-22 12:48:41 +01:00
kabou
46ee5aaa59
Fix undefined luaentity crash.
...
* Add nil check to get_luaentity() access.
* Cache get_luaentity() call in local var.
2022-03-21 01:39:02 +00:00
NO411
019dd45381
Check for damager
2022-03-19 16:50:19 +01:00
NO411
d481f7b720
Fix showing shield hud at the wrong side for half a second
2022-03-19 15:59:59 +01:00
NO411
c94964d10a
Remove debug line
2022-03-19 15:26:41 +01:00
kabou
a9a3f01a0e
Tiny comment fix.
2022-03-19 03:16:15 +01:00
kabou
ae6bea73fd
Make carpets supported_node
.
...
* Change carpet from `group:attached_node` to `group:supported_node`,
allowing carpets to be placed on top of torches, water source blocks
and other non-walkable nodes, like in MC.
2022-03-19 02:32:46 +01:00
kabou
8518ce2c19
Add support for group:supported_node
...
* Add support for `group:supported_node` to CORE/mcl_attached.
Supported nodes are nodes that can be placed on any node that does not
have the `drawtype = "airlike"` attribute.
* Copy the `drop_attached_node()` function from minetest/builtin, so
that the override function provides the same behavior when nodes drop.
* Add comments to CORE/mcl_attached and to the functions defined in it.
* Add more local aliases for global minetest.* functions.
* If the original function returns true, it is not necessary anymore
to perform more tests and the override function can simply return true
immediately.
2022-03-19 02:32:13 +01:00
NO411
6158e4e50d
Don't always update shield texture using set_properties
2022-03-18 23:23:01 +01:00
NO411
7c0a48bebf
Remove some code ...
2022-03-18 23:08:50 +01:00
NO411
5bdf83cbfc
Revert weird changes
2022-03-18 23:07:25 +01:00
NO411
976cfba53a
Make it possible to xraft a banner on an enchanted shield
2022-03-18 23:02:51 +01:00
NO411
fc9e83c059
Make it possible to craft a banner on an enchanted shield
2022-03-18 23:02:25 +01:00
NO411
60d877b718
Fix enchanting shield on enchanting table possible
2022-03-18 22:45:12 +01:00
kabou
9eba0e4860
Remove unused code.
...
* Remove unused code that was commented out. The code tried to find
fire luaentities in the same spot as the newly created fire luaentity.
It may have been intended to optimize getting set on fire multiple
times, but it makes no sense as it does not discriminate between fire
luaentities attached to the object set on fire and those attached to
other objects. The function that this code was in also has a better
way to prevent adding multiple fire luaentities in the first place.
2022-03-18 11:39:11 +01:00
kabou
90311da514
Preempt possible crash on nil in on_joinplayer.
...
* In mineclone5 a crash was reported to occur when deserialization of
storage returned nil in on_joinplayer. https://git.minetest.land/
MineClone5/MineClone5/commit/96c4fb60d8641b4181edb902ed24dbf173828d09
This commit uses a different, but equally effective fix.
2022-03-18 11:36:33 +01:00
kabou
e9ff2ba32a
Minor changes to mcl_burning.
...
* Remove animation_frame from fire entity state, it is now kept in the
storage table of the parent entity.
* Rename animation_timer in fire entity table to _mcl_animation_timer,
in line with mineclone2 policy on adding custom members to minetest
tables.
* Comment out code that does nothing sensible. Scheduled for deletion
at a later time.
2022-03-18 11:36:23 +01:00
NO411
0f8f5a41d2
Fix dependencies
2022-03-15 16:30:03 +01:00
NO411
db68c0e26b
Add shield
2022-03-15 15:58:27 +01:00
kabou
3f787f8305
Remove stray work notes files.
...
* These temp files accidentally got added during the unregistered nodes
fixes.
2022-03-15 07:42:11 +01:00
epCode
4483f4b6b6
fix #2068
2022-03-15 02:18:02 +00:00
AFCMS
47b1eeda74
fix frost walker enchant not protecting from magma block damage
2022-03-13 19:11:28 +01:00
GNU Hacker
f430aec0cd
item pickup sound gain more MC like
2022-03-13 14:58:01 +01:00
kabou
17b8eab368
Make carpets walkable.
...
* Make carpets walkable. When a carpet is placed on top of a fence or a
wall, the carpet can be jumped upon, allowing to in effect jump over
fences and walls.
2022-03-12 13:35:12 +00:00
MysticTempest
de3cdee09e
Make composters & barrels fuel for furnaces with the same burntime as chests.
2022-03-10 00:47:54 -06:00
Nils Dagsson Moskopp
77f8ecd6e8
Make daylight detector work in Minetest 5.3.0
...
This patch contains a function that searches for a path to a node with
light level 15, which is guaranteed to be sunlight.
2022-03-09 22:33:08 +00:00
Nils Dagsson Moskopp
4da5084daf
Make daylight detector ignore artificial light
...
The daylight detector code used get_node_light(), which detects both
natural and artificial light. This patch improves the code to use
get_natural_light(), which was introduced with Minetest 5.4.0.
2022-03-09 22:33:08 +00:00
kabou
deed231f28
Fix typos.
2022-03-09 18:50:41 +01:00
kabou
11ee1d133f
Fix cut-n-paste error.
...
* Swap misplaced lines.
* Concatenate conditional expression.
2022-03-09 18:26:51 +01:00
kabou
1326b9e7e7
Add check for unknown nodes.
...
* Check if node has a definition table before attempting to evaluate its
attributes. By application of De Morgan's law, the compound logic
expression can be rewritten so that the existence of the table is
checked before all following attribute references.
2022-03-09 15:14:22 +01:00
kabou
6a69f49fa0
Add check for unknown nodes.
...
* Check if node has a definition table before attempting to evaluate its
attributes.
2022-03-09 14:59:49 +01:00
kabou
f5a8d6d17a
Add check for unknown nodes.
...
* Check if node has a definition table before attempting to evaluate its
attributes.
* Define local variable to cache multiple accesses to `registered_nodes[]`
and improve readability.
* Clarify code flow.
2022-03-09 14:40:37 +01:00
kabou
3f4dafc68f
Add check for unknown nodes.
...
* Check if node has a definition table before attempting to evaluate its
attributes.
* Define local variable to cache multiple accesses to `registered_nodes[]`
and improve readability.
2022-03-09 14:14:45 +01:00
kabou
9bac0da01a
Fix registered_items oddity and add check for unknown nodes.
...
* Mobs redo uses `registered_items[]` where clearly the proper table
accessed should be `registered_nodes[]`. Perhaps this magically
works, but it looks nonsensical. Switch to the use the more
sensible `registered_nodes[]` table.
* Check if node has a definition table before attempting to evaluate its
attributes.
* Define local variable to cache multiple accesses to `registered_nodes[]`
and improve readability.
2022-03-09 13:11:53 +01:00
kabou
818cbb2f48
Add check for unknown nodes.
...
* Check if node has a definition table before attempting to evaluate its
attributes.
* Define local variable to cache multiple accesses to `registered_nodes[]`
and improve readability.
2022-03-09 12:11:59 +01:00
kabou
88f7a150c7
Add check for unknown nodes.
...
* Add check for unknown node in `handle_node_drops()` and return
immediately if the dug node has no definition table.
2022-03-09 04:00:48 +01:00
kabou
962500b189
Add check for unknown nodes.
...
* Check if node has a definition table before attempting to evaluate its
attributes.
* Define local variable to cache multiple accesses to `registered_nodes[]`
and improve readability.
2022-03-09 02:23:18 +01:00
kabou
95cfa43483
Add check for unknown nodes.
...
* Check if node has a definition table before attempting to evaluate its
attributes.
* Define local variable to cache multiple accesses to `registered_nodes[]`
and improve readability.
2022-03-09 02:15:33 +01:00
kabou
4a1b93bbfa
Add check for unknown nodes.
...
* Check if node has a definition table before attempting to evaluate its
attributes.
* Define local variable to cache multiple accesses to `registered_nodes[]`
and improve readability.
2022-03-09 02:05:38 +01:00
kabou
b9c2c3bd0a
Add check for unknown nodes.
...
* Check if node has a definition table before attempting to evaluate
attributes.
* Define local variable to cache multiple accesses to `registered_nodes[]`
and improve readability.
* Reduce redundant `== false` condition check.
2022-03-09 00:01:23 +01:00
Dieter44
f8c60b5f75
ITEMS/mcl_anvils: fix renaming items w/o desc…
2022-03-05 15:35:39 +00:00
MysticTempest
7a53ea8b70
Rename a few textures to help support texture packs.
2022-03-02 20:13:24 -06:00
Elias Åström
3c10f0e970
Rewrite portal removal to avoid stack overflow
...
This solves a problem were nether portal removal would trigger deep
recursion through node callbacks. For large portals this could result
in stack overflow crashes on LuaJIT. The issue is solved by rewriting
the portal removal to avoid recursion and removing the portal in one
operation using minetest.bulk_set_node.
2022-03-03 01:42:49 +00:00
kabou
c3e0996902
Fix fire HUD not showing on join while burning.
...
* Add the fire HUD to a player who joins the server while still burning
from the previous session.
2022-03-02 17:15:05 +01:00
kabou
d424d4f10e
Add comments to mcl_burning.update_hud().
2022-03-02 16:39:27 +01:00
kabou
e80006f4ea
Do not set fire to objects that are already burning.
...
Changes to mcl_burning.set_on_fire():
* Add logic that only updates the burn time, but skips adding fire
entities to objects that are already burning.
* Condense code a little, remove single use variables.
* Add a comment to a questionable piece of code.
* Add comments to the function.
2022-03-02 16:25:40 +01:00
kabou
b17776699e
Add comments to "storage" table.
...
* Document attributes of the "storage" table.
2022-03-02 15:40:29 +01:00
kabou
86a4ece7d2
Add local copy of minetest.find_nodes_in_area.
2022-03-02 15:25:03 +01:00
kabou
df5d24104d
Make player burning HUD work without csm.
...
* Add update_hud() function.
* Remove the client channels.
* Unglobalize animation_frames variable.
* Fix bug where player state was not stored on shutdown of singleplayer
game.
* Remove superfluous sanity_check() function, this code could easily be
inlined in its only caller.
2022-03-02 15:21:55 +01:00
kabou
56b63463a5
Fix burning entity animation.
...
The parameters for the flames sprite were incorrect, causing the reverse
side of the sprite to appear as an opaque black rectangle. Use the
correct incantation.
2022-03-02 10:47:46 +01:00
Nils Dagsson Moskopp
66bb209ad1
Fix TGA file writing on Windows
...
Before this patch, the tga_encoder mod would write corrupted TGA files
on Windows: Bytes that looked like newlines were replaced by a carriage
return and a newline.
2022-02-28 16:58:59 +00:00
AFCMS
5a7b1cc382
make all arrow types activate target (+ depends and code fixes)
2022-02-26 23:52:03 +01:00
AFCMS
210a0d8ee1
make lingering potions activate target (+ indentation fix)
2022-02-26 22:44:50 +01:00
AFCMS
eae8effd57
make splash potions activate target
2022-02-26 22:42:27 +01:00
AFCMS
b51e322304
make fire charges activate target (+ fix possible crash)
2022-02-26 22:38:34 +01:00
AFCMS
096d46152e
make bottle o enchanting activate target
2022-02-26 22:20:05 +01:00
AFCMS
d89687984b
make ender pearls activate target
2022-02-26 22:16:10 +01:00
AFCMS
c6f72c473f
make eggs activate target
2022-02-26 22:12:26 +01:00
AFCMS
540b72f1d6
add target help text
2022-02-26 19:12:02 +01:00
AFCMS
7449725a56
add target crafting receipe
2022-02-26 19:12:01 +01:00
AFCMS
9e7a525a0a
make snowballs activate target
2022-02-26 19:12:01 +01:00
AFCMS
4bd91750bc
add target with API
2022-02-26 19:12:01 +01:00
E
87e494f42b
mapgen/mcl_mapgen_core: move set_node decorations a node callback
...
During the rewrite in 89e55e9065
, a queue system was added to allow
using both VoxelManip-based generation steps, and set_node-based steps,
however some set_node-based steps (underground mushrooms, nether
decorations, and structures) were missed and remained in a VoxelManip
step. The result is that the changes made by the set_node stages were
overwritten after the (now-stale) VoxelManip data was committed later.
(ref. Mineclonia/Mineclonia#26 )
2022-02-25 18:38:50 +01:00
cora
3feca330c9
fix the other 2 throw_xp occurences
2022-02-25 00:40:26 +00:00
cora
caacb378de
fix api change in enchanting
2022-02-25 00:40:26 +00:00
cora
379972ea11
fix crash when blaze attacks logged off player
2022-02-25 00:40:26 +00:00
cora
414e2e7725
fix crash on opening villager formspec
2022-02-25 00:40:26 +00:00
cora
435b5d756d
throw_experience->throw_xp (api change)
2022-02-25 00:40:26 +00:00
cora
2bb416765c
revert to old mobs ( 32c03dc27e
)
...
This reverts the hierarchies ENTITIES/mcl_mobs, ENTITIES/mobs_mc
and ENTITIES/mobs_mc_gameconfig to the state of commit
32c03dc27e
2022-02-25 00:40:26 +00:00
cora
86ca401e4e
do not randomseed twice
2022-02-25 00:08:26 +00:00
cora
378b5b30c9
fix beds dropping when burning up
2022-02-25 00:08:26 +00:00
cora
840b705a22
make fire use abms instead of laggy node timers
2022-02-25 00:08:26 +00:00
Nils Dagsson Moskopp
27842aa2f5
Fix handheld maps not displaying in Minetest 5.5.0
...
The function dynamic_add_media() was changed in incompatible ways in
several minor versions of Minetest, breaking the display of handheld
maps in Minetest 5.5.0. This patch makes handheld maps display there.
The function was blocking with one argument in Minetest 5.3. It was also
blocking in Minetest 5.4, but took an additional argument for a function
to execute once the media had been received. Calling dynamic_add_media()
with a single argument had been deprecated; a function that did nothing
was provided in mcl_maps to satisfy the changed argument requirements.
In Minetest 5.5, dynamic_add_media() was changed to non-blocking. This
introduced a race condition in mcl_maps, where a client often tried to
display a map before it had received the map texture from the server.
Opening an issue on the Minetest issue tracker led to it being closed in
about 20 minutes: <https://github.com/minetest/minetest/issues/11997 >
2022-02-24 22:43:45 +00:00
Nils Dagsson Moskopp
41550da87b
Fix redstone comparator flooding crash
...
Redstone comparators have two modes, comparison mode & subtraction mode.
Before this patch, the functions to turn comparators on or off attempted
to swap nodes with comparators in the same mode, but failed to determine
the correct replacement node, if the existing node was not a comparator.
When a comparator in an on state (e.g. powered by a filled cauldron) was
flooded, the flooding dropped the comparator and replaced the comparator
node that was to be swapped out with air, which lead to a server crash.
This patch changes the functions that turn comparators on or off so they
only swap existing nodes with comparators in the same mode if the name
of the replacement node can be determined – i.e. if it is not nil.
2022-02-24 15:52:01 +01:00
AFCMS
cbfc71705d
remove blender backup file
2022-02-24 10:16:47 +01:00
kabou
5431e206b0
Fix hopper breakage in get_item_group return value.
...
In commit 55009c257e
that added vectors to
mcl_composters, mcl_hoppers was accidentally patched with a unrelated
change, updating it to get_item_group(). This mostly works, but in one
particular case the semantics of the return value differs. Instead of
returning 'nil' it returns '0'. That altered the evaluation of an if
condition, breaking the abm that sucks in items.
This commit fixes the conditional by explicitly comparing '~= 0'.
2022-02-24 03:18:25 +01:00
Emojigit
06deb92dd6
mcl_tools
2022-02-23 23:58:05 +01:00
Emojigit
7685b4758f
mcl_flowers
2022-02-23 23:58:05 +01:00
Emojigit
9944abb328
mcl_books
2022-02-23 23:58:05 +01:00
Emojigit
5ce1852c1d
mcl_dye
2022-02-23 23:58:05 +01:00
Emojigit
56a70025b8
mcl_flowerpots
2022-02-23 23:58:05 +01:00
Emojigit
9fe3bbd2fa
mcl_mushrooms
2022-02-23 23:58:05 +01:00
Emojigit
fb1d189d40
mcl_doors
2022-02-23 23:58:05 +01:00
Emojigit
9cd24f4af5
mcl_commands
2022-02-23 23:58:05 +01:00
Emojigit
a64c3f87bc
xpanes
2022-02-23 23:58:05 +01:00
Emojigit
5075f2ca56
mcl_armor
2022-02-23 23:58:05 +01:00
Emojigit
249dfac319
mcl_inventory
2022-02-23 23:58:05 +01:00
Emojigit
2b5a0242db
mcl_fire
2022-02-23 23:58:05 +01:00
Emojigit
790ccf0812
mcl_fishing
2022-02-23 23:58:05 +01:00
Emojigit
8d639794f3
mcl_fences
2022-02-23 23:58:05 +01:00
Emojigit
af8681c143
mcl_buckets
2022-02-23 23:58:05 +01:00
Emojigit
1ef58f7250
mcl_walls
2022-02-23 23:58:05 +01:00
Emojigit
15747220f2
mcl_hoppers
2022-02-23 23:58:05 +01:00
Emojigit
925dad7f5e
mcl_anvils
2022-02-23 23:58:05 +01:00
Emojigit
729f653c85
mcl_portals
2022-02-23 23:58:05 +01:00
Emojigit
d1e328e57a
mcl_bows
2022-02-23 23:58:05 +01:00
Emojigit
615a968fbb
mcl_skins
2022-02-23 23:58:05 +01:00
Emojigit
7e5a9bd8b6
mcl_throwing
2022-02-23 23:58:05 +01:00
Emojigit
d018bee00a
mcl_cake
2022-02-23 23:58:05 +01:00
Emojigit
1365d0b257
mcl_jukebox
2022-02-23 23:58:05 +01:00
Emojigit
a289a00427
mcl_heads
2022-02-23 23:58:05 +01:00
Emojigit
a238aabbb0
mcl_cauldrons
2022-02-23 23:58:05 +01:00
Emojigit
b02f7cd974
mcl_mobs
2022-02-23 23:58:05 +01:00
Emojigit
e19113d4e0
findbiome
2022-02-23 23:58:05 +01:00
Emojigit
4deac632e6
mcl_sponges
2022-02-23 23:58:05 +01:00
Emojigit
c480e6891d
mcl_maps
2022-02-23 23:58:05 +01:00
Emojigit
844eb3fb7c
mcl_brewing
2022-02-23 23:58:05 +01:00
Emojigit
fc768cb1ad
mcl_signs
2022-02-23 23:58:05 +01:00
Emojigit
1f9a919459
mcl_monster_eggs
2022-02-23 23:58:05 +01:00
Emojigit
70007e3453
mcl_furnaces
2022-02-23 23:58:05 +01:00
Emojigit
3aff1f8981
mcl_hunger
2022-02-23 23:58:05 +01:00
Emojigit
c86a506672
mcl_tnt
2022-02-23 23:58:05 +01:00
Emojigit
f348223da2
mcl_crafting_table
2022-02-23 23:58:05 +01:00
Emojigit
ca6469b959
mcl_weather
2022-02-23 23:58:05 +01:00
Emojigit
c52e09ddcd
mcl_structures
2022-02-23 23:58:05 +01:00
Emojigit
bb55120adc
mcl_experience
2022-02-23 23:58:05 +01:00
Emojigit
77339afbe2
mcl_cocoas
2022-02-23 23:58:05 +01:00
Emojigit
9b15599bee
hudbars
2022-02-23 23:58:05 +01:00
Emojigit
a685c3bc83
mclx_core
2022-02-23 23:58:05 +01:00
Emojigit
b01d4eba88
mcl_paintings
2022-02-23 23:58:05 +01:00
Emojigit
952747d4da
mcl_mobspawners
2022-02-23 23:58:05 +01:00
Emojigit
430f5b05ab
mcl_itemframes
2022-02-23 23:58:05 +01:00
Emojigit
e4a311e28a
mcl_clock
2022-02-23 23:58:05 +01:00
Emojigit
6a115a68ef
mcl_armor_stand
2022-02-23 23:58:05 +01:00
Emojigit
f3d0ec845c
mcl_spawn
2022-02-23 23:58:05 +01:00
Emojigit
563daeed8a
mcl_wip
2022-02-23 23:58:05 +01:00
Emojigit
a6c3cab791
mclx_fences
2022-02-23 23:58:05 +01:00
Emojigit
bb4ddee570
mcl_compass
2022-02-23 23:58:05 +01:00
Emojigit
fe3e80bc0e
lightning
2022-02-23 23:58:05 +01:00
Emojigit
59fe078fd7
mcl_playerplus
2022-02-23 23:58:05 +01:00
Emojigit
dba08ddc1f
mcl_torches
2022-02-23 23:58:05 +01:00
Emojigit
551bf917e2
mcl_void_damage
2022-02-23 23:58:05 +01:00
Emojigit
26dadb1846
mcl_falling_nodes
2022-02-23 23:58:05 +01:00
Emojigit
33a353e20d
mcl_privs
2022-02-23 23:58:05 +01:00
Emojigit
f02f3c9f40
screwdriver
2022-02-23 23:58:05 +01:00
Emojigit
410c1ecd1f
mcl_hbarmor
2022-02-23 23:58:05 +01:00
Emojigit
ba172f0847
mcl_explosions
2022-02-23 23:58:05 +01:00
Emojigit
ad42c3588b
mcl_farming
2022-02-23 23:58:05 +01:00
Emojigit
9734c74c56
(WIP) mcl_farming
2022-02-23 23:58:05 +01:00
Emojigit
c3dd5e6c2c
MORE MESS SORRY XD
2022-02-23 23:58:05 +01:00
Emojigit
21808390f9
Revert "add translates for mcl_boats
"
...
This reverts commit 2ee84f2ad3
.
2022-02-23 23:58:05 +01:00
Emojigit
cc87791327
add translates for mcl_boats
...
Co-authored-by: Emojigit <emojigit@noreply.git.minetest.land>
2022-02-23 23:58:04 +01:00
Emojigit
a8aabb2329
add translate for doc_identifier
2022-02-23 23:58:04 +01:00
Emojigit
4f00b62a18
add zh_TW translate to mcl_beds
and mcl_core
2022-02-23 23:58:04 +01:00
AFCMS
360a1604ba
Revert "move barrels to mcl_chests"
...
This reverts commit a272322cb5
.
2022-02-22 20:20:21 +01:00
AFCMS
61f4c5b885
apply @kay27 fix to mcl_util.drop_items_from_meta_container
2022-02-22 18:08:26 +01:00
AFCMS
a272322cb5
move barrels to mcl_chests
2022-02-22 18:08:25 +01:00
AFCMS
9112915ddd
fix barrel top texture rotation
2022-02-22 18:08:25 +01:00
AFCMS
397c243e89
cleanup barrel TODO list
2022-02-22 18:08:25 +01:00
AFCMS
c64d0e4558
simplify random dropping position code
2022-02-22 18:08:24 +01:00
AFCMS
61e54ed617
rename mcl_util.drop_items_container_get
to drop_items_from_meta_container
2022-02-22 18:08:24 +01:00
AFCMS
0988637ea1
add barrel tooltip help text
2022-02-22 18:08:24 +01:00
AFCMS
b88060dbfb
add doc description to barrels
2022-02-22 18:08:23 +01:00
AFCMS
e3e06b4a4b
fix broken tree placement
2022-02-22 18:08:23 +01:00
AFCMS
34b445b04a
fixes
2022-02-22 18:08:22 +01:00
AFCMS
d41a836514
add craft
2022-02-22 18:08:22 +01:00
AFCMS
80fb59f9ac
add barrel
2022-02-22 18:08:22 +01:00
cora
a9357f7380
Do not send redundant bone position and properties
2022-02-22 11:15:56 +00:00
kabou
af132cc523
Reinstate nil check in on_place_bucket.
...
* Oops, nil checks on registered_node[name] were erroneously optimized
away, risking crashes. Reinstate those checks.
2022-02-21 18:00:56 +01:00
kabou
e54502edd6
Add more local aliases for minetest.* namespace functions
...
* Add locals for
- minetest.is_creative_enabled
- minetest.is_protected
- minetest.record_protection_violation
2022-02-20 20:24:55 +01:00
kabou
639bf936c5
Use alias for minetest.* namespace function call.
...
* Fix one missed minetest.get_node use in earlier commit.
2022-02-20 19:52:05 +01:00
kabou
d2261426c3
Remove redundant variables in on_place_bucket.
...
The function on_place_bucket defined a couple of variables that were
used only once or in a redundant check. After removal of the redundant
check in a previous commit, all use-once variables can now be substituted
with their assignment expressions.
2022-02-20 18:46:23 +01:00
kabou
88ce1e3662
Remove redundant logic.
...
The function on_place_bucket contains the following logic:
if not a and not b then return x end
if a then
foo(a)
elseif b then
foo(b)
else
return x
end
The "if not a and not b then .." is removed because the case is handled
by the else case later on. This will allow some further simplifications.
2022-02-20 18:46:23 +01:00
kabou
b3aed9d6b8
Use proper get_item_group accessor.
...
Instead of directly accessing the group table in node definitions, use
the proper minetest.get_item_group accessor to test for "cauldron"
group.
Also adds local alias get_item_group for the global minetest call.
2022-02-20 18:46:23 +01:00
kabou
13baa68b67
Fixed missed alias uses and added set_node alias.
...
Two instances of add_node and add_item still used the full minetest
call, substitute the alias.
Added a set_node alias for several minetest.set_node calls.
2022-02-20 18:46:23 +01:00
kabou
315f251584
Add local to speedup global function access.
...
The minetest.registered_nodes function is called from multiple places.
Define a local alias registered_nodes and substitute it in all calls.
2022-02-20 18:46:23 +01:00
kabou
584a75df76
Fix filling cauldrons with water.
...
When using a bucket of water on a cauldron, this would not fill the
cauldron as expected, but deposit a water source block on top of the
cauldron instead.
Applied patch from mineclone5 #38 (commit #
698c29733f06a7fcb7e755bf26ee46b33b00699b) from mineclone5 that fixes
this problem.
2022-02-20 18:46:23 +01:00
kabou
8d18ab8a7a
Optimize texture files.
...
* Texture files were optimized with 'optipng -o7 -zm9 -strip all' .
2022-02-19 21:18:01 +01:00
kabou
f81980da51
Fix hardness and blast resistance.
...
* Use correct MC values for hardness and blast resistance.
2022-02-19 21:18:01 +01:00
kabou
55009c257e
Use new vectors
...
* Use vector.new instead of xyz table.
2022-02-19 21:18:01 +01:00
kabou
51ca60c097
Change custom node attribute name.
...
* Rename _compost_level to _mcl_compost_level
2022-02-19 21:18:01 +01:00
kabou
f22baafaa6
Add player object check.
...
* Add one more check if player object is an actual player.
2022-02-19 21:18:01 +01:00
kabou
ffc2c94096
Add help alias
...
* Add help alias for the ready type composter
2022-02-19 21:18:01 +01:00
kabou
cea821b2fa
Comment fixes.
...
* Improve comments, some typo fixes.
2022-02-19 21:18:01 +01:00
kabou
64608f50f8
Update mod description and fix comment.
...
* Make mod description more descriptive.
* Minor comment tweak.
2022-02-19 21:18:01 +01:00
kabou
3257014e00
Add missing melon block.
...
* Add melon block to the compostabiles list.
2022-02-19 21:18:01 +01:00
kabou
06274518bf
Add player object check.
...
* Handle the case where a mob somehow "clicks" on a composter and we get
an invalid player object passed.
2022-02-19 21:18:01 +01:00
kabou
8d79d16531
Update mod deps.
...
* Add dpendency on mcl_dye for the bone meal particle spawner
2022-02-19 21:18:01 +01:00
kabou
1f7697b6f5
Typo fix.
...
* it's a spruceSapling (thanks NO11)
2022-02-19 21:18:01 +01:00
kabou
64203c38a6
Update documentation.
...
* Make a mention of the one second delay before composter readies.
2022-02-19 21:18:01 +01:00
kabou
4cf88abe4c
Fix composter item image.
...
* Less is more (thanks AFCMS)
2022-02-19 21:18:01 +01:00
kabou
df8576e77c
mcl_composters initial commit
...
Implements a composter block with crafting recipe, and some more
uncraftable blocks representing various stages of filling.
Adds a list of items that can be used with the composter and the chances
of these items adding a layer to the composter.
Implements methods to add compostable items to the composter, to update
the composter to various levels of compost and to harvest an item of
bone meal when the composter is ready.
Textures were taken from XSSheep/Nova_Wostra Pixel Perfection texture
pack.
2022-02-19 21:18:01 +01:00
NO11
c40c05f594
Exact MC behavior
2022-02-17 15:32:58 +00:00
NO11
8db28c1337
Update get_pointed_thing function
2022-02-17 15:30:41 +00:00
NO11
d46a96c43a
Merge branch 'master' into buckets+
2022-02-17 14:48:07 +00:00
NO11
3cfcd1355f
Add missing dependency
2022-02-17 14:42:01 +00:00
NO11
4707cd4526
Correct bucket behavior
2022-02-17 14:36:48 +00:00
NO11
ad99746d99
Add get_pointed_thing function
2022-02-17 14:35:51 +00:00
Nils Dagsson Moskopp
adf738854a
Fix mob-in-boat crash in Minetest 5.5-dev
...
In Minetest 5.4.1, calling get_player_control() on a mob returned the
empty string. Minetest commit 5eb45e1ea03c6104f007efec6dd9c351f310193d
changed this, so now calling get_player_control() on a mob returns nil.
As mcl_boats defines boats that can have a player or a mob as a driver,
code like the following crashes with a changed get_player_control() API:
local ctrl = driver:get_player_control()
if ctrl.sneak then
detach_object(driver, true)
end
Furthermore, once a world has crashed, joining it near a mob that is the
driver of a boat with such control code immediately crashes again.
When I reported this bug to Minetest, several Minetest core developers
stated that they disliked the old API and proposed other return values
for calling a mob's get_player_control() function – all different from
the empty string. Since I have some doubts that this bug will be fixed
in Minetest 5.5.0, boat code must take into account a nil return value.
Minetest issue: https://github.com/minetest/minetest/issues/11989
2022-02-15 11:17:01 +01:00
AFCMS
da4952a125
wip mcl_damage documentation
2022-02-13 21:31:04 +01:00
AFCMS
c59bea211d
fix some typos
2022-02-13 21:31:03 +01:00
AFCMS
5aa18d573e
document mcl_armor function (WIP)
2022-02-13 21:31:03 +01:00
AFCMS
13f8fd457c
document manual armor creation
2022-02-13 21:31:03 +01:00
AFCMS
2b820d7756
mcl_armor.register_set()
documentation
2022-02-13 21:31:02 +01:00
Elias Åström
4ca89cfcae
Update groupcaps_hash function to minetest.sha1
2022-02-12 20:08:03 +01:00
Elias Åström
a6c5c8a72a
Call update_groupcaps from load_enchantments
...
This avoids the need to call the function from on_enchant for unbreaking
and efficiency.
2022-02-12 19:43:01 +01:00
Elias Åström
d898b02c8b
Fix #1922
2022-02-12 19:43:01 +01:00
AFCMS
2690094a95
allow placement of lanterns on chains
2022-02-10 11:45:08 +01:00
AFCMS
23873f31f1
add french translation of mcl_lanterns
2022-02-09 22:19:24 +01:00
AFCMS
749d4f1a4b
add lanterns translation template
2022-02-09 22:15:44 +01:00
AFCMS
8817d51d64
minecraft like lanterns placement limitations
2022-02-09 22:11:50 +01:00
AFCMS
9b375aa9e8
attemp to fix lanterns placement
2022-02-09 18:19:46 +01:00
AFCMS
7fbdd71081
obtimize glass detail images
2022-02-09 12:21:28 +01:00
AFCMS
e138d998ef
walkover
fixes
2022-02-09 12:21:28 +01:00
AFCMS
9cc088c940
fix lantern light value to fit minetest limit
2022-02-08 23:00:45 +01:00
AFCMS
6572a8c908
add lanterns, crafts, placement mechanism, doc entries
2022-02-08 22:56:20 +01:00
AFCMS
ffa9d2d0fd
add basic chains and lantern model and API
2022-02-08 10:58:25 +01:00
epCode
9b881df465
Temporarily remove glitchy Elytra crash-damage
...
If you fly in certain directions with this damage system, you will die. also if you speed up too fast.
2022-01-06 21:55:01 +00:00
NO11
627c37cd97
Fix pumpkin hud
2022-01-02 12:37:20 +00:00
NO11
7cc7fb1331
Make removing of arrow entities also work with mobs, remove arrows on respawn
2022-01-02 11:06:29 +00:00
NO11
7b46225176
Remove arrow entities when the player joins to prevent killing on startup (working fix)
2022-01-01 22:59:21 +00:00
NO411
7b47a15e34
Remove arrow entities when the player leaves to prevent killing on startup
2021-12-30 14:04:53 +01:00
AFCMS
a7e471de62
framed stained glass
2021-12-23 18:02:43 +01:00
AFCMS
12830781f8
Merge branch 'master' into connected_glass
2021-12-23 17:29:53 +01:00
Elias Fleckenstein
bfd1fd69d1
Fix potential crash when falling onto unknown node
2021-12-19 18:59:09 +01:00
Elias Fleckenstein
e2360204a7
Revert "fixed daylightsensor's register_abms"
...
This reverts commit 5a4abcbcb7
.
2021-12-12 15:55:52 +01:00
chmodsayshello
5a4abcbcb7
fixed daylightsensor's register_abms
...
By changing the check if a normal/inverted daylightsensor should update by turning on and off, I made them workling again
2021-12-10 13:59:31 +00:00
kay27
0c8e5dc7a4
Disable Nether portal node rotation by screwdriver
2021-12-10 03:52:14 +04:00
Elias Fleckenstein
e4feb233e0
Fix hopper dupe
2021-12-09 18:20:24 +01:00
Elias Fleckenstein
b945975427
Slime splitting: nil check child to prevent crash (that happened on oysterity-mcl2)
2021-12-09 18:11:05 +01:00
Elias Fleckenstein
0e9a56fa35
Add stacks to enchant_uniform_randomly
2021-12-07 18:19:41 +01:00
Elias Fleckenstein
ec7e245b9d
Various fixes to the enchanting and loot system
...
- enchanted loot generated by mapgen now uses PseudoRandom for randomness
- prevent fishing loot from generating loot 32767 times (!!!) when only 1 is needed
- bows and fishing rods obtained from the treasure section of fishing loot are now enchanted
- there is now a function to uniform enchant items other than books
2021-12-07 17:57:18 +01:00
Elias Fleckenstein
b3958a956d
Refactor random enchantment selection code
2021-12-07 16:16:07 +01:00
Elias Fleckenstein
882db9f873
Remove unused and completely unlogical enchantment_level paramenter from get_possible_enchantments
2021-12-07 15:49:12 +01:00
Elias Fleckenstein
261faafb7c
Fix get_possible_enchantments to not return incompatible enchantments, even if treasure enchantments are allowed
2021-12-07 15:47:23 +01:00
Elias Fleckenstein
92686e5412
Fix broken mcl_util.calculate_durability
2021-12-02 17:28:19 +01:00
Elias Fleckenstein
e6b200aaf3
Fix access to ender inventory without an ender chest
2021-12-02 16:19:59 +01:00
Elias Fleckenstein
d3015edeb9
Fix reference dupes for droppers and dispensers
2021-11-29 19:12:49 +01:00
Glaucos Ginez
9edf277905
Fix mobs spawn count
2021-11-21 22:13:24 -03:00
Nils Dagsson Moskopp
46394e7e1f
Add obsidian boat that always sinks
2021-11-20 09:06:48 +01:00
Elias Fleckenstein
b0aceae73d
Fix reference dupe glitches
2021-11-19 15:22:40 +01:00
NO11
9200c3fe44
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-11-18 17:42:19 +01:00
NO11
903d1777be
Use set_count instead of creating a new item and checking for enchanted books
2021-11-18 17:40:32 +01:00
Elias Fleckenstein
6ca5799565
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-11-17 18:25:19 +01:00
Elias Fleckenstein
30528b0a2c
Fix crash when opening a chest with an unknown node on top
2021-11-17 18:25:12 +01:00
NO11
9919011aca
Fix enchanted books losing their enchantments in creative inventory
2021-11-17 16:43:48 +01:00
NO11
c757e98b4f
Fix #1911 , error in lightning callback
2021-11-17 00:37:11 +01:00
NO11
a9804879e2
Rename drippingwater to mcl_dripping in mod.conf and readme.txt
2021-11-15 21:54:16 +01:00
NO11
d2a03ec0b9
Rename entity ids
2021-11-15 21:44:23 +01:00
NO11
7ef6613f09
Rename drippingwater mod to mcl_dripping
2021-11-15 21:39:43 +01:00
NO11
d27109d807
Merge branch 'master' into dripping
2021-11-13 19:15:49 +00:00
NO11
fdaaf0ec49
Use on_joinplayer instead of on_newplayer
2021-11-13 18:56:52 +00:00
NO11
add97d39a6
delete overlay texture
2021-11-13 17:28:13 +00:00
NO11
bcb6251d20
Use label instead of extra texture
2021-11-13 17:26:17 +00:00
NO11
1483c45cc9
Merge branch 'master' into inventory
2021-11-13 15:28:13 +00:00
NO11
642b9db035
localize wielditem in crossbow.lua ( Fix #1901 )
2021-11-13 15:19:34 +00:00
NO11
d7e59f6a35
Add switch stack size overlay texture
2021-11-13 12:26:01 +00:00
NO11
d4da855570
Add button to switch between max stack size and just one item
2021-11-13 12:25:10 +00:00
NO11
30dd505985
Merge branch 'master' into inventory
2021-11-13 11:18:47 +00:00
NO11
ae8068cca6
Use stack_max instead of 64 for all items
2021-11-13 11:17:46 +00:00
iliekprogrammar
bd14918543
Reduce defuse reach for charged creeper
...
5.2 is actually half of the estimated MC creeper defuse range, which is 10.4.
The reason for this change is to balance the creeper in MCL2 where it fuses
whilst moving making it more difficult than MC. In MC, the creeper does not move
while fusing.
2021-11-13 12:12:20 +08:00
iliekprogrammar
66c1b4a95f
Merge pull request 'fix_creeper' ( #1896 ) from Dieter44/MineClone2:fix_creeper into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1896
2021-11-13 04:06:55 +00:00
iliekprogrammar
96c4fb60d8
Fix crash on startup during immediate runtime by mcl_burning
...
The crash occurs if mcl_burning:data is deserialized to nil. The cause of
mcl_burning being set to "return nil" is unknown. Therefore, when it occurs, it
will be logged as warning.
2021-11-13 10:55:24 +08:00
NO11
5515e2baa1
Add 64 items to inventory when creative is on
2021-11-12 21:49:47 +00:00
NO11
7ed964756e
local luaentity
2021-11-12 18:00:04 +00:00
NO11
0e5ad8637d
Merge branch 'master' into dripping
2021-11-12 17:54:30 +00:00
NO11
0cc0a7e01d
Make dripping particles MC-like
2021-11-12 17:49:27 +00:00
NO11
490e40d042
Bone meal particles: add some velocity, correct glow
2021-11-12 15:41:09 +00:00
NO11
9e4e7f0695
Merge branch 'master' into bone_meal
2021-11-12 15:02:13 +00:00
NO11
2a08f31435
Use particlespawners for better performance (sponge particles)
2021-11-12 14:09:59 +00:00
iliekprogrammar
0564121183
Code style for #1890
2021-11-12 02:36:17 +08:00
iliekprogrammar
bca5033fb2
Merge pull request 'Implement health regeneration correctly' ( #1890 ) from Dieter44/MineClone2:fixHealthRegen into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1890
2021-11-11 18:33:57 +00:00
Dieter44
03d22852ee
Replace mobs:boom with equivalent mcl_explosions.exlode() to fix game crash when creeper is right-clicked with flint and steel. Issue #1753
2021-11-11 16:56:44 +01:00
Dieter44
10a5f8c4bf
Adding attribute hostile=true to charged creeper to fix that the charged creeper has no behavior: Issue #1756
2021-11-11 16:50:29 +01:00
Dieter44
68810a2a74
Change creeper fuse range and defuse range according to minecraft wiki: https://minecraft.fandom.com/wiki/Creeper and: https://minecraft.fandom.com/wiki/Explosion . Fix of #1689
2021-11-11 16:47:32 +01:00
Dieter44
0b6467d679
Reduce creeper run_velocity to 2.1, to fix #1691
2021-11-11 16:03:04 +01:00
NO11
8979230c42
Several fixes for applying bone meal to grass
2021-11-10 17:15:27 +00:00
iliekprogrammar
f61143758e
Fix small typo in API.md
2021-11-10 12:54:28 +08:00
iliekprogrammar
fa22ec4dd0
Add helper functions to update/merge tables.
2021-11-10 02:50:49 +08:00
Dieter44
017bf705e9
Fixing that player can regenerate health in death screen and then respawn without HP being set to maximum
2021-11-09 19:35:32 +01:00
Elias Fleckenstein
a7bc460fae
Fix boat and enchanting book texture glitches / warnings
2021-11-09 17:39:39 +01:00
Dieter44
e82d21040c
minor changes, ipairs() replaced with pairs()
2021-11-08 19:15:56 +01:00
Dieter44
2f05388541
Add one food_tick_timer per player instead of using one for all players.
2021-11-08 15:49:05 +01:00
Dieter44
976f522b9d
Combine slowFoodTickTimer and fastFoodTickTimer to a single food_tick_timer
2021-11-08 15:33:53 +01:00
NO11
51dffc6c53
Merge branch 'master' into bone_meal
2021-11-08 13:16:39 +00:00
NO11
30ce6f8a77
Fix typo min -> max
2021-11-08 13:16:20 +00:00
Elias Fleckenstein
a410a7fabe
Merge pull request 'Add OpenCollective link and credits' ( #1893 ) from EliasFleckenstein03/MineClone2:opencollective into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1893
2021-11-08 11:48:10 +00:00
Elias Fleckenstein
ea46c8741b
Add OpenCollective link and credits
2021-11-07 20:29:11 +01:00
NO11
5b52deaa8a
Merge branch 'master' into bone_meal
2021-11-06 13:38:20 +00:00
NO11
7bbc1e9951
Add API.md for bone meal API
2021-11-06 13:34:22 +00:00
Elias Fleckenstein
0dd780ee2a
Merge pull request 'Implement grass palette conversion, Add sugar cane colorisation' ( #1889 ) from EliasFleckenstein03/MineClone2:tint into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1889
2021-11-06 13:29:39 +00:00
NO11
1b259f928b
Add simple bone meal API
...
- callback api
- particle api
2021-11-06 13:12:03 +00:00
Dieter44
d0d60804a3
Implemented health regeneration mechanics as described in minecraft wiki. Saturation values and different regeneration speeds now used.
2021-11-04 21:01:28 +01:00
Dieter44
d1d11f9740
Fixed debug hudbars for player saturation and exhaustion when mcl_hunger_debug=true is set in .config file
2021-11-04 20:58:54 +01:00
Nils Dagsson Moskopp
4926c0560d
Speed up TGA encoding by creating fewer strings
2021-11-04 15:38:56 +01:00
Nils Dagsson Moskopp
23ca11c8e1
Use RLE compression in tga_encoder
2021-11-04 15:38:26 +01:00
Elias Fleckenstein
88e084cbca
Merge pull request 'Rework XP API' ( #1888 ) from EliasFleckenstein03/MineClone2:xp into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1888
2021-11-04 13:36:13 +00:00
iliekprogrammar
f4803a35c4
Merge pull request 'Update contribution guidelines' ( #1881 ) from EliasFleckenstein03/MineClone2:guidelines into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1881
2021-11-04 12:06:32 +00:00
Elias Fleckenstein
25f467c8ab
Merge branch 'master' into xp
2021-11-03 20:18:49 +01:00
Elias Fleckenstein
c17fc81d1f
Merge pull request 'Break minecart if it's near a cactus' ( #1886 ) from NO11/MineClone2:minecart into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1886
2021-11-03 19:18:01 +00:00
Elias Fleckenstein
8f9f5cc936
Merge branch 'master' into xp
2021-11-03 20:14:08 +01:00
Elias Fleckenstein
643ded06da
Merge branch 'master' into guidelines
2021-11-03 20:04:08 +01:00
Elias Fleckenstein
970988cb39
Add sugar cane colorisation
2021-11-03 19:58:50 +01:00
Elias Fleckenstein
34f329a9d5
TextureConverter: Implement grass palette conversion
...
Source: https://minecraft.fandom.com/wiki/Tint
Since the MineClone2 biomes do not entirely match with the Minecraft ones I picked the Minecraft biomes that seem to match them best.
This also changes the palette index of the nether to match the desert instead of the mesa biome
and changes the color of grass blocks in item form to the default minecraft one.
2021-11-03 19:57:21 +01:00
Elias Fleckenstein
a4e73886d5
Rework XP API
2021-11-03 19:36:57 +01:00
Elias Fleckenstein
148575a05b
Remove unused hud_manager.hud_exists function
2021-11-03 16:28:13 +01:00
Artem Arbatsky
db696d0e2b
Add missing call for on_die function
2021-11-03 10:11:06 +08:00
NO11
f09923ded9
Merge branch 'master' into minecart
2021-11-02 22:01:54 +00:00
NO11
c52fda154b
Break minecart if it's near a cactus ( Fix #924 )
2021-11-02 22:58:03 +01:00
NO11
4e0bb0d120
Merge branch 'master' into inventory
2021-10-28 09:47:39 +00:00
NO11
5b37f56005
Remove small gray border of buttons in creative inventory pages
2021-10-28 09:43:14 +00:00
NO11
6025a3d7d4
Merge branch 'master' into totem_particles
2021-10-28 09:06:09 +00:00
NO11
19689dd857
Use enchanted golden apple for thing banner
2021-10-26 16:50:10 +00:00
NO11
b78e7b3e4d
Merge branch 'master' into totem_particles
2021-10-26 14:48:07 +00:00
Elias Fleckenstein
797da20fa7
Add script to automatically generate ingame credits from CREDITS.md
2021-10-26 13:08:07 +02:00
Elias Fleckenstein
30f7c638f3
mcl_enchanting: Add spanish translations and update template
...
Credit to: todoporlalibertad <todoporlalibertad@riseup.net>
Reviewed by j45
2021-10-25 22:55:48 +02:00
NO11
eccba76732
Use math.floor instead of math.round
2021-10-25 20:25:34 +00:00
NO11
6d22262c53
Merge branch 'master' into totem_particles
2021-10-25 17:09:24 +00:00
NO11
7489010152
Use particlespawners instead of single particles
2021-10-25 17:08:38 +00:00
NO11
dafe860e56
simple totem particles
2021-10-24 19:31:51 +00:00
epCode
1c458a2e72
Add crossbows
2021-10-15 12:00:37 -07:00
NO11
9ccf8de606
Fix crash on startup if mcl_playersSleepingPercentage is not defined ( #1874 )
2021-10-09 14:41:56 +00:00
NO11
19b5a5aac7
Merge pull request 'Add playersSleepingPercentage server setting ( Fix #920 )' ( #1861 ) from NO11/MineClone2:beds into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1861
2021-10-07 15:14:03 +00:00
NO11
6803d22dbd
Merge pull request 'Give players fly priv when creative is enabled' ( #1865 ) from NO11/MineClone2:privs into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1865
2021-10-07 15:13:04 +00:00
NO11
0584d16569
add lightning API support for mobs
2021-10-05 04:15:48 +00:00
NO11
03829dd518
fix typo
2021-10-05 04:15:48 +00:00
NO11
72ea9069bd
correct lightning API.md a bit
2021-10-05 04:15:48 +00:00
NO11
9188467a6a
add API.md for lightning mod
2021-10-05 04:15:48 +00:00
NO11
fe91d7f3e0
use mcl_util.replace_mob function to simplify dispenser code
2021-10-05 04:15:48 +00:00
NO11
463fe2af5f
use mcl_util.replace_mob function to simplify lightning code
2021-10-05 04:15:48 +00:00
NO11
e4af02ea52
Add function to replace mobs
2021-10-05 04:15:48 +00:00
NO11
8e3f9d2169
add basic lightning API
2021-10-05 04:15:48 +00:00
NO11
a410d17306
Fix that all of new players' default_privs are removed
2021-09-30 20:14:13 +00:00
AFCMS
e9437e9e1e
fix crash then using function in _mcl_armor_[texture, preview]
tool field
2021-09-29 21:06:51 +02:00
NO11
16c73c1cb6
Add forgotten =
2021-09-28 13:16:19 +00:00
NO11
03be736566
Dont skip night if no players are in bed
2021-09-27 20:13:12 +00:00
NO11
8697b38d60
Remove on_newplayer ...
2021-09-27 20:00:11 +00:00
NO11
e83438e42c
Update mcl_bed README.txt
2021-09-21 18:19:07 +00:00
NO11
df1d8077e6
Some fixes for mcl_beds
...
- remove enable_bed_night_skip setting (mcl_playersSleepingPercentage setting can be used to enable disable night skip)
- make it possible to change mcl_playersSleepingPercentage ingame
- fix weird bug which allowed only numbers <= 0
2021-09-21 18:07:36 +00:00
NO11
89e90b13eb
Use on_newplayer
2021-09-20 14:16:59 +00:00
AFCMS
b0cf07a020
Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.ru.tr'
2021-09-20 07:59:00 +00:00
AFCMS
e36a8c5acf
Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.pl.tr'
2021-09-20 07:58:25 +00:00
AFCMS
b2af00db22
Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.es.tr'
2021-09-20 07:57:04 +00:00
AFCMS
e8134345d4
Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.de.tr'
2021-09-20 07:56:25 +00:00
AFCMS
e0c7e938de
Mise à jour de 'mods/ITEMS/mcl_core/locale/mcl_core.fr.tr'
2021-09-20 07:55:51 +00:00
ztianyang
ac8383dd4b
Merge branch 'master' into emerald-desc
2021-09-20 01:54:00 +00:00
NO11
c6003398b5
Remove chain armor recipes, because villagers spawn now
2021-09-19 13:14:36 +00:00
NO11
f10d579d9c
Only change fly priv on join if it wasn't revoked or granted
2021-09-19 12:07:21 +00:00
NO11
fed43586f2
fix typo
2021-09-19 11:28:07 +00:00
NO11
18a83fa5d7
Fix typo
2021-09-19 11:18:09 +00:00
NO11
0e15accada
Enable fly in creative mode
2021-09-19 11:15:19 +00:00
Elias Fleckenstein
27e4bd6d09
Fix burning entity packet spam
...
- Use upright_sprite for 3rd person flame display, which is both closer to minecraft and allows for client side texture animation
- Take care of flame HUD in the MineClone2Client
2021-09-18 22:28:20 +02:00
Nils Dagsson Moskopp
256de2bc36
Log warning for non-serializable item entity fix
2021-09-15 18:10:40 +02:00
sfan5
693a5317ef
Fix non-serializable item entity unload crash
...
Some items, like shulkers or books, can have so much metadata that the
corresponding item entity can not be serialized by the Minetest engine.
Without this patch, dropping such an item and then moving away crashes
Minetest, as it can not serialize the entity with serializeString16()
when unloading a map block.
The patch resets the overlong metadata of non-serializable item entities.
This avoids a crash and makes it possible to retrieve a “sanitized” item
without metadata when the mapblock containing the item entity is reloaded.
Originally sfan5 guessed the maximum possible item entity serialization size
that would not lead to a crash as 65530 bytes, but anon5 calculated it to be
actually 65487 bytes. This has been experimentally verified by erlehmann.
2021-09-15 18:10:32 +02:00
Nils Dagsson Moskopp
95c4d6472b
Send FOV packets only when necessary
...
Before this change, about 10 to 30 FOV packets were sent from the server
to each connected client each second. This patch only sends FOV packets
when the FOV actually needs to be changed, i.e. when the player starts
or stops sprinting.
2021-09-15 18:08:58 +02:00
Wuzzy
1c192f4fbb
Do not send useless HUDCHANGE packets
...
Several mods set or unset the visibility of a HUD bar way too often (e.g.
in a globalstep handler), causing the server to send a lot of superfluous
HUDCHANGE packets to each client. Returning from hb.hide_hudbar() early
if HUD bar visibility would not change prevents sending these packets.
2021-09-15 17:47:35 +02:00
NO11
c22c2063ad
Merge branch 'master' into beds
2021-09-12 12:53:01 +00:00
NO11
410b7c7844
Update german translation for mcl_beds
2021-09-12 12:52:26 +00:00
NO11
9f9799d96e
Update template.txt in mcl_beds
2021-09-12 12:50:54 +00:00
NO11
cd84c472dc
Add translation support.
2021-09-12 12:49:39 +00:00
NO11
89ff666a6a
Add playersSleepingPercentage server setting ( Fix #920 )
2021-09-12 12:21:18 +00:00
NO11
1a5339e907
Only use the shears once in dispenser if there are more mobs in front of the dispenser
2021-09-08 14:22:53 +00:00
NO11
aa930dc2b8
Merge pull request 'Fix strange behaviour when filling end portal with bedrock inside ( #1749 )' ( #1853 ) from NO11/MineClone2:end_portal into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1853
2021-09-07 18:04:05 +00:00
NO11
79463738f6
Merge pull request 'Make it possible to use shears in the dispenser for mobs ( Fix #1233 )' ( #1854 ) from NO11/MineClone2:dispenser into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1854
2021-09-07 18:03:19 +00:00
NO11
79d8593d34
Merge pull request 'Destroy objects near cactus faster (make it possible to throw items at a cactus)' ( #1856 ) from NO11/MineClone2:cactus into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1856
2021-09-07 18:00:53 +00:00
NO11
dc8436fdf9
Destroy objects near cactus faster (make it possible to throw items at a cactus)
2021-09-06 14:34:25 +00:00
NO11
f41cea71fd
Make it possible to use shears in the dispenser for mobs ( Fix #1233 )
2021-09-06 13:30:08 +00:00
NO11
5fedd914fb
Fix strange behaviour when filling end portal with bedrock inside ( #1749 )
2021-09-04 19:14:08 +00:00
Elias Fleckenstein
a8d09338a9
Merge pull request 'Added spawn egg for killer rabbit' ( #1704 ) from talamh/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1704
2021-09-04 10:21:18 +00:00
NO11
872e3e74d3
Merge pull request 'Make cactus mechanisms more MC like ( Fix #1741 )' ( #1851 ) from NO11/MineClone2:cactus into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1851
2021-09-03 16:20:14 +00:00
NO11
bf62eb33fa
Change label of cactus abm
2021-09-03 14:06:21 +00:00
NO11
0da7b3fbda
Make cactus mechanisms more MC like ( Fix #1741 )
2021-09-02 20:38:01 +00:00
NO11
ca086109bf
support tables for _repair_material
2021-08-31 21:04:57 +00:00
NO11
2b322a451f
remove space
2021-08-26 10:17:15 +00:00
NO11
f0af15fcd8
Make anvil selection/collision box more MC like
2021-08-26 10:14:57 +00:00
AFCMS
af8e88f44c
fix error in mcl_title
documentation
2021-08-24 08:25:42 +02:00
AFCMS
2d1a43396f
Merge pull request 'Title HUD API' ( #1778 ) from title-API into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1778
2021-08-20 12:31:54 +00:00
AFCMS
df4b8e64cc
finish mcl_title
API + doc
2021-08-19 19:21:33 +02:00
AFCMS
40898d3e9d
WIP bold and italic support
2021-08-16 14:19:50 +02:00
AFCMS
58a292a4f3
fix inconsistency
2021-08-16 13:48:08 +02:00
AFCMS
fe62189019
Update French translation (part 1)
2021-08-13 11:35:18 +02:00
NO11
cb55c36863
Correct the texture of anvils
...
Because of the new node_nox, the textures have to be a little bit bigger.
2021-08-11 15:44:43 +00:00
NO11
f8dcf05670
Add MC like nodebox for anvils
2021-08-11 15:41:45 +00:00
NO11
664c238137
Add german translation for the bow/fishing rod desc
2021-08-06 10:52:55 +00:00
Elias Fleckenstein
efab5a1cf5
Merge pull request 'Fix warning in mcl_end
' ( #1834 ) from Emojigit/MineClone2:fork-20210710-fixwarn into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1834
2021-08-06 10:45:33 +00:00
Emily
5bb57a81ad
Add durability tooltip to translation template
2021-08-06 11:55:27 +02:00
Emily
df0c1f1dd1
Make bows and fishing rods show their durability in description (Fixes issue #1773 )
2021-08-06 11:14:17 +02:00
NO11
5c563d6ffd
Make eating particles much more MC like!
2021-08-02 12:24:34 +00:00
NO11
4aabd7d9e7
Make size/position of potion HUD more MC like
2021-08-01 12:10:00 +00:00
Elias Fleckenstein
88f253bf66
Merge pull request 'raycast based buckets' ( #1811 ) from buckets into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1811
2021-07-26 16:59:15 +00:00
NO11
4846076c8f
mcl_item_id
simplify code
2021-07-24 19:07:44 +00:00
NO11
5c5c405ccf
Add missing check
2021-07-24 15:19:10 +00:00
NO11
65d33b935a
Add API-md for mcl_item_id
2021-07-24 14:45:55 +00:00
NO11
c05e57efb1
Fix some crashes with set_mod_namespace and bugs
2021-07-24 14:09:47 +00:00
NO11
e44e9eaf62
Fix typo
2021-07-23 21:35:10 +00:00
NO11
09a68443cd
Better fix for #1842 (make other mods not using "mineclone" name space for item ids)
2021-07-23 16:12:43 +00:00
NO11
75b425ffd7
Fix #1842 make other mods not using "mineclone" name space for item ids
2021-07-23 12:23:30 +00:00
NO11
a44d9643ae
Fix several problems in mcl_item_id
2021-07-22 19:23:48 +00:00
AFCMS
a47630035d
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-07-22 13:44:14 +02:00
AFCMS
667ef5cad5
cache doc modpath
2021-07-22 00:46:43 +02:00
AFCMS
fef23d0b6f
fix missing depend to mcl_credits
of mcl_portals
2021-07-22 00:39:05 +02:00
NO11
a0d52010bf
Fix that aliases attemp to register mineclone:book_enchanted again and again
2021-07-21 22:16:37 +00:00
AFCMS
44063bca93
Merge branch 'master' into buckets
2021-07-21 18:21:27 +02:00
AFCMS
e58bb6d859
Merge branch 'master' into title-API
2021-07-21 18:21:16 +02:00
NO11
31d3ea8a87
Fix #1801 (add better texture for golden boots)
2021-07-20 20:09:43 +00:00
AFCMS
13536baed8
Merge branch 'master' into title-API
2021-07-20 20:47:08 +02:00
AFCMS
c31c852a6e
add documentation
2021-07-20 16:14:34 +02:00
AFCMS
b5f7ae5458
working implementation + support of other mods
2021-07-20 15:47:26 +02:00
AFCMS
9254bab971
Merge branch 'master' into title-API
2021-07-20 15:23:15 +02:00
Tianyang Zhang
559cf85c94
Improve description of emerald
2021-07-19 09:12:39 -07:00
NO11
96e8e6a86f
Use mineclone: instead of mineclone2: for item IDs
2021-07-19 12:21:30 +00:00
NO11
801d9a2571
Remove some spaces
2021-07-18 18:01:55 +00:00
NO11
48166625d4
Add mcl_item_id mod
2021-07-18 17:21:53 +00:00
AFCMS
b364faa7c7
make bucket use 5 lenght raycast
2021-07-17 16:22:46 +02:00
Tianyang Zhang
60fcafeee4
Update description of emerald
2021-07-15 19:25:32 -07:00
SmallJoker
9d9e213012
Fix some implicit hard and soft-dependencies
...
These issues were found while testing minetest#8603 and are caused by relying on the undefined mod loading order
2021-07-16 06:18:54 +04:00
AFCMS
49bde37a5e
rewrite README to markdown
2021-07-15 01:03:50 +02:00
AFCMS
dc17cc91a3
make raycast start from player head
2021-07-15 00:01:56 +02:00
AFCMS
873a1e73dc
fix documentation
2021-07-14 15:22:27 +02:00
AFCMS
8fff20eec9
fix misleading API
2021-07-14 15:18:12 +02:00
AFCMS
ec6086d8e6
cleanup
2021-07-14 15:14:23 +02:00
AFCMS
6d7aafe0d4
Revert "more mt like API (improved readability)"
...
This reverts commit 88e59d3592
.
2021-07-14 15:13:40 +02:00
AFCMS
91adfcbb1d
Merge branch 'master' into buckets
2021-07-14 15:13:20 +02:00
AFCMS
8958aa7b12
Merge branch 'master' into buckets
2021-07-14 15:12:53 +02:00
AFCMS
cf5703d528
fix luacheck warnings
2021-07-14 11:53:37 +02:00
AFCMS
88e59d3592
more mt like API (improved readability)
2021-07-14 11:52:27 +02:00
AFCMS
cd08df175c
add better documentation
2021-07-14 11:41:09 +02:00
AFCMS
ca277b6769
mcl_bucket code refactoring + fix extra_check noot working
2021-07-14 11:29:15 +02:00
AFCMS
b0127fc1c3
fix bucket dispense function
2021-07-14 09:18:15 +02:00
AFCMS
d26b1b1402
use mcl_util.call_on_rightclick insteed of current implementation
2021-07-14 09:10:01 +02:00
NO11
549bdeb6e9
Remove object:is_player
2021-07-12 21:41:57 +00:00
NO11
ecfb615c89
Merge branch 'master' into totem_particles
2021-07-12 19:02:02 +00:00
epCode
960b653979
fix #1299
2021-07-12 11:50:37 -07:00
NO11
5ceb48fcb1
Faster rgb to hex
2021-07-12 18:05:52 +00:00
NO11
f894153b8a
Merge pull request 'Fix #1808 (Make end credits speed up when pressing jump)' ( #1835 ) from NO11/MineClone2:credits into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1835
2021-07-12 13:27:24 +00:00
NO11
848f1489e8
Add german translation
2021-07-11 11:44:00 +00:00
NO11
a0d3f51745
Add template for translations
2021-07-11 11:43:28 +00:00
NO11
46d48ccf2f
Add support for translation
2021-07-11 11:42:12 +00:00
NO11
f46c4ebad7
Simplify code
2021-07-11 11:11:22 +00:00
NO11
b7e6db537b
Support new credits background
2021-07-10 17:32:01 +00:00
NO11
357474e32f
Add better credits background
2021-07-10 17:28:24 +00:00
NO11
b6eb0ab66c
Fix #1808 (Make end credits speed up when pressing jump)
2021-07-10 15:12:41 +00:00
Emojigit
d2f7d31360
Fix warning in mcl_end
...
This fixes:
```
2021-07-10 10:00:58: WARNING[Main]: get_mapgen_params is deprecated; use get_mapgen_setting instead (at .../../games/MineClone2/mods/ITEMS/mcl_end/chorus_plant.lua:456)
```
2021-07-10 10:16:55 +08:00
AFCMS
8e931e92f5
refactor mcl_title to be more efficient
2021-07-09 11:34:23 +02:00
AFCMS
cbfec5c5c8
Merge branch 'master' into title-API
2021-07-08 22:36:56 +02:00
NO11
509568b4b0
Use real Minecraft colors for totem particles!
2021-07-08 16:49:19 +00:00
cora
c558e30ea5
Fix server crash when players dig unknown nodes
...
Digging unknown nodes crashes the Clamity Minetest server, which
runs modified Minetest: https://github.com/ClamityAnarchy/minetest
Crashes did occur with commit d5434bf008
of that Minetest version.
This commit makes unknown nodes explicitly not harvestable.
2021-07-08 15:33:24 +02:00
Elias Fleckenstein
fb01e61946
Fix server crash when dispensing an unknown item
...
This works similar to 2aafb2f2d01a6ece9ed4642a7081c53dbf22f773, however it is a cleaner way to do it.
2021-07-08 15:31:27 +02:00
cora
3b2a25a6cb
Merge pull request 'mcl_inventory: Remove _mcl_autogroup dependency from mcl_inventory' ( #76 ) from fix_inventory_depends into master
...
Reviewed-on: https://git.minetest.land/Mineclonia/Mineclonia/pulls/76
Reviewed-by: cora <cora@noreply.git.minetest.land>
2021-07-08 15:20:36 +02:00
Elias Fleckenstein
8f584be235
Fix #1814 - Don't open crafting table formspec if player is sneaking
2021-07-08 15:03:06 +02:00
NO11
1471521709
Merge branch 'master' into totem_particles
2021-07-07 09:49:33 +00:00
erlehmann
2f22ce79cc
Merge pull request 'ITEMS/mcl_banners: Allow more layers for banners with gradients' ( #74 ) from e/Mineclonia:banner-gradient-limits into master
...
Reviewed-on: https://git.minetest.land/Mineclonia/Mineclonia/pulls/74
Reviewed-by: Elias Åström <ryvnf@riseup.net>
Reviewed-by: erlehmann <nils+git.minetest.land@dieweltistgarnichtso.net>
2021-07-06 11:20:42 +02:00
erlehmann
ae2c5ede30
Merge pull request 'Remove wrong preview banner crafting recipes' ( #55 ) from banner-crafting-fix into master
...
Reviewed-on: https://git.minetest.land/Mineclonia/Mineclonia/pulls/55
Reviewed-by: E <e@noreply.git.minetest.land>
2021-07-06 11:20:16 +02:00
NO11
091622f855
Merge branch 'master' into anvils
2021-07-05 17:05:14 +00:00
NO11
5cc4fe955f
Remove old code of making anvils destroy items when falling
2021-07-05 12:30:01 +00:00
NO11
4afdea56db
Move code of making anvils destroy items when falling
2021-07-05 12:28:14 +00:00
Nils Dagsson Moskopp
0a474ee578
Reduce snow layer silk touch drop amount
...
It was possible to duplicate snow layers by placing them and then mining
them using a tool enchanted with silk touch. This commit fixes the “snow
dupe” by reducing the amount of snow layers dropped in this case by one.
2021-07-05 11:47:14 +02:00
NO11
d45e1c07bd
Remove unnecessary code
2021-07-03 12:19:49 +00:00
NO11
21992dc265
Fix #1746 (make anvils destroy items when falling)
2021-07-03 12:10:32 +00:00
AFCMS
a9ceeabc4b
fix typo in mcl_craftguide
2021-06-28 13:46:18 +02:00
AFCMS
16d79c38ce
fix typo in mcl_enchanting french translation
2021-06-26 23:48:59 +02:00
kay27
7ff476b9b9
Fix igloo hidden trapdoor with minetest.after(), https://git.minetest.land/MineClone2/MineClone2/issues/1797
2021-06-22 16:53:55 +04:00
kay27
c6b662ce7a
[mcl_mobs/api] Add mob flow code from Crafter
2021-06-22 05:10:45 +04:00
kay27
586c18b00f
[mcl_mobs/api] Continue float function on acceleration.y equals zero
2021-06-22 03:15:39 +04:00
AFCMS
61b0220951
apply erlehmann fix for music discs not playing (better code)
2021-06-19 22:36:37 +02:00
AFCMS
6bef350be4
baisc glass support
2021-06-19 00:58:05 +02:00
AFCMS
a9ae6aa9c8
attemp to fix old music discs not playing
2021-06-19 00:39:48 +02:00
NO11
cf3a2a42bf
Fix typos and add template for specific help text for stripped wood
2021-06-18 19:35:59 +00:00
NO11
ff8176e252
Fix typos and add german translation for specific help text for stripped wood
2021-06-18 19:35:54 +00:00
NO11
a62d3ff2ee
Add specific help text and fix typos for stripped wood
2021-06-18 19:30:20 +00:00
NO11
2361c1c797
Merge branch 'master' into end_portal_frame
2021-06-16 21:01:19 +00:00
NO11
3b3922b2d6
Unify code style
2021-06-15 17:37:03 +00:00
NO11
4987636913
Remove misspellings part2
2021-06-15 17:34:45 +00:00
NO11
c542ff998e
Remove misspellings part1
2021-06-15 17:33:04 +00:00
NO11
f28a5b90fc
Fix #1804 (remove portal frame with ender eye from creative inventory)
2021-06-15 14:33:40 +00:00
AFCMS
7a130ff2b9
Merge pull request 'Fix French translations: granit + porc' ( #1815 ) from pitchum/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1815
2021-06-14 17:51:29 +00:00
pitchum
73927cb0cb
Fix French translations: granit + porc
2021-06-14 18:51:08 +02:00
AFCMS
2624343c30
Merge branch 'master' into buckets
2021-06-14 14:36:41 +02:00
AFCMS
30e2e0d70a
test values
2021-06-14 14:36:17 +02:00
Elias Fleckenstein
eea9fb7670
Merge pull request 'Fix attribution and typo' ( #1812 ) from basxto/MineClone2:basxto-attrfix into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1812
2021-06-14 11:45:54 +00:00
Elias Fleckenstein
64d3a28578
Merge pull request 'Fix #1795 (Don't remove Pumpkin HUD when it is removed on death if keepinventory is enabled)' ( #1796 ) from pumpkin_hud into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1796
2021-06-14 11:44:21 +00:00
basxto
822071c66b
Fix attribution and typo
...
Since walking skeleton is based on another cc-by 3.0 work, it's also required to mention the original author
2021-06-12 18:35:48 +00:00
NO11
eafb1a2797
Use add_particle instead of minetest.add_particlespawner for elytra rocket particles
2021-06-12 17:23:03 +00:00
AFCMS
40f4287ff2
new buckets fixes
2021-06-12 12:21:01 +02:00
AFCMS
f70dbb8cfa
Merge branch 'master' into buckets
2021-06-12 10:12:51 +02:00
AFCMS
e11dc4b58e
fix some luacheck warnings
2021-06-12 00:28:07 +02:00
AFCMS
e81da3c4ff
fix some mods using "core" insteed of "minetest"
2021-06-12 00:18:52 +02:00
AFCMS
a896d7f5e4
replace deprecated "current_name" by "context" for inventory location
2021-06-12 00:09:39 +02:00
NO11
3577585d74
Use get_bool
2021-06-10 15:34:57 +00:00
NO11
c350b5158b
Fix #1795 (Don't remove Pumpkin HUD when it is removed on death if keepinventory is enabled)
2021-06-09 18:31:21 +00:00
NO11
ee2fa60cae
local totem particle position
2021-06-09 14:47:42 +00:00
NO11
0795862c5c
Merge branch 'master' into totem_particles
2021-06-08 19:00:43 +00:00
NO11
99ccd9ea4c
Fix possible crash
2021-06-08 15:13:00 +00:00
Elias Fleckenstein
4324e97db0
Merge pull request 'Pumpkin hud' ( #1754 ) from pumpkin_hud into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1754
2021-06-08 11:06:22 +00:00
AFCMS
2603c4768b
mcl_title: basic mc like layout (collide with other mods)
2021-06-07 22:32:05 +02:00
AFCMS
c642f9e2f7
Merge branch 'master' into title-API
2021-06-07 20:09:11 +02:00
NO11
1e0ffed26b
Merge branch 'master' into totem_particles
2021-06-07 17:16:41 +00:00
NO11
ee21a24fb6
Don't register a separate entity for every particle
2021-06-07 17:13:50 +00:00
NO11
28bfb3f141
Better arrow overlay texture
2021-06-05 13:19:47 +00:00
NO11
f3322fd7cb
Fix #1779 (potion arrows are invisible)
2021-06-05 13:17:03 +00:00
AFCMS
881f0b0a71
Merge branch 'master' into title-API
2021-06-04 19:10:52 +02:00
Elias Fleckenstein
e5bdf230d5
Merge pull request 'Add polish translation' ( #1542 ) from marcin-serwin/MineClone2:polish-translation into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1542
2021-06-04 16:51:43 +00:00
NO11
92c25ef691
Add code for bonemeal particles
2021-06-03 18:13:13 +00:00
NO11
7464b8ff48
Add bonemeal particle texture
2021-06-03 18:04:54 +00:00
Marcin Serwin
198d3bff53
Fix textdomain of mcl_craftguide
2021-06-02 13:45:20 +02:00
Marcin Serwin
522553fcd0
Add polish translation of mcl_fireworks
2021-06-02 13:33:10 +02:00
Marcin Serwin
753a8ce488
Update polish translation of mcl_core
2021-06-02 13:32:15 +02:00
Marcin Serwin
f9dbfd8eb5
Update polish translation of mcl_maps
2021-06-02 13:26:41 +02:00
Marcin Serwin
0132d0569f
Update polish translation of several files
2021-06-02 13:21:19 +02:00
Marcin Serwin
a0d3e92b70
Update polish translation of mcl_death_messages
2021-06-02 13:08:39 +02:00
marcin-serwin
cbe8583cef
Merge branch 'master' into polish-translation
2021-06-02 10:14:25 +00:00
Marcin Serwin
6715aecd63
Add polish translation of mcl_comparators
2021-06-02 12:13:16 +02:00
Marcin Serwin
b06bc276dc
Add polish translation of mesecons_commandblock
2021-06-02 11:34:32 +02:00
AFCMS
b9fd1ac227
credit digminecraft for the tutorial
2021-06-02 11:12:15 +02:00
AFCMS
7e64470f70
fix future API usage of bold+italic pr
2021-06-02 11:07:31 +02:00
Marcin Serwin
06984fa486
Add polish translation of mesecons_pistons
2021-06-02 09:45:16 +02:00
Marcin Serwin
4bd49f7eb0
Add polish translation of mcl_observers
2021-06-02 09:40:08 +02:00
Marcin Serwin
a4fc38ffcc
Add polish translation of mcl_armor_stand
2021-06-02 09:32:27 +02:00
AFCMS
c8102838cb
add missing TODO entry (bold+italic)
2021-06-02 00:26:10 +02:00
AFCMS
6b53dda79b
add todo list
2021-06-02 00:25:15 +02:00
AFCMS
640b0dc485
basic title API working (testing needed)
2021-06-02 00:23:11 +02:00
Marcin Serwin
7804de4230
Add polish translation of mcl_tools
2021-06-01 15:45:45 +02:00
Marcin Serwin
22bda9c770
Add polish translation of mcl_fences
2021-06-01 15:33:34 +02:00
Marcin Serwin
21bdf914bf
Add polish translation of mcl_flowerpots
2021-06-01 15:28:09 +02:00
NO11
75e263debc
Add code for totem partciles
2021-05-29 19:24:16 +00:00
NO11
a65db15b5c
Totem particle textures
2021-05-29 19:21:15 +00:00
AFCMS
95627f4304
Revert "[mcl_fishing] fix warnings"
...
This reverts commit a1acf6d3c1
.
2021-05-29 16:15:30 +02:00
AFCMS
cd33d406b2
fix many codestyle issues (functions, strings, modpaths)
2021-05-29 16:12:33 +02:00
NO11
ec542a142a
Improve pumkin hud a bit
2021-05-29 08:56:11 +00:00
NO11
0d619ec6a8
Make vine protect from fall damage
2021-05-28 17:26:00 +00:00
Marcin Serwin
8ad953ab17
Add polish translation of mcl_nether
2021-05-28 18:25:16 +02:00
Marcin Serwin
362965f8fb
Add polish translation of mcl_hbarmor
2021-05-28 17:32:48 +02:00
Marcin Serwin
1de0009cc6
Add missing polish translation of mcl_achievements
2021-05-28 17:32:38 +02:00
Marcin Serwin
7da32dcc36
Add polish translation of mcl_doc_basics
2021-05-28 17:19:41 +02:00
Marcin Serwin
1929df492b
Add polish translation of mcl_craftguide
2021-05-28 10:11:33 +02:00
Marcin Serwin
69f85a1aa6
Add polish translation of doc_identifier
2021-05-28 10:06:49 +02:00
Marcin Serwin
c260ef8c6e
Add polish translation of doc
2021-05-28 09:58:01 +02:00
AFCMS
5f82e76862
fix many codestyle issues
2021-05-28 00:34:58 +02:00
AFCMS
3bedc81068
fix some code style issues in lightning
2021-05-28 00:07:06 +02:00
AFCMS
b8782d0af1
rename API doc file properly
2021-05-27 11:30:43 +02:00
AFCMS
f1c6c3b285
[mcl_chests] fix warnings
2021-05-27 09:41:20 +02:00
AFCMS
f8ee9c79c2
fix crash :-(
2021-05-27 09:34:58 +02:00
AFCMS
00063cde73
speedup mcl_observer
2021-05-27 09:34:12 +02:00
AFCMS
0119793d7a
Merge branch 'master' into buckets
2021-05-27 09:10:35 +02:00
Elias Fleckenstein
c57ead6985
Use next() instead of one-time loop to fix luacheck warning in mcl_util.calculate_durability
2021-05-26 20:56:00 +02:00
Elias Fleckenstein
772f48ed58
Fix crash / luacheck warning caused by armor with thorns level > 10
2021-05-26 20:51:39 +02:00
Elias Fleckenstein
079cedaa34
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-05-26 20:48:07 +02:00
Elias Fleckenstein
1b0d6a2c2d
Fix timing out of assist death message sources
2021-05-26 20:48:00 +02:00
NO11
656891ec61
[mcl_core] fix function codestyle in nodes_trees.lua
2021-05-26 18:02:28 +00:00
NO11
90bab9026b
[mcl_core] fix function codestyle in nodes_liquid.lua
2021-05-26 17:57:43 +00:00
NO11
5b43303873
[mcl_core] fix function codestyle in nodes_climb.lua
2021-05-26 17:54:58 +00:00
NO11
211b078d3a
[mcl_core] fix function codestyle in nodes_base.lua
2021-05-26 17:51:24 +00:00
NO11
bb77443892
[mcl_core] fix function codestyle in functions.lua
2021-05-26 17:43:42 +00:00
AFCMS
5fc3256930
fix codestyle in mcl_hbarmor
2021-05-26 16:55:32 +02:00
AFCMS
ee9577b625
fix functions in mcl_hbarmor
2021-05-26 16:43:36 +02:00
AFCMS
fd387a65af
fix some codestyle issues in hudbars
2021-05-26 16:42:12 +02:00
Marcin Serwin
425c7505ec
Add polish translation of doc_items
2021-05-26 11:42:22 +02:00
Marcin Serwin
1ad1bbef13
Add polish translation of mcl_tt
2021-05-26 10:52:47 +02:00
Marcin Serwin
5ef0c5bcb7
Add polish translation of mcl_doc
2021-05-26 10:24:17 +02:00
Marcin Serwin
4a396fde2c
Add polish translation of mcl_inventory
2021-05-26 10:11:55 +02:00
Marcin Serwin
a4c21de153
Add polish translation of mcl_experience
2021-05-26 10:11:55 +02:00
Marcin Serwin
a27833a0e1
Add polish translation of mcl_achievements
2021-05-26 10:11:55 +02:00
Marcin Serwin
d83c29f0c4
Add polish translation of awards
2021-05-26 09:08:44 +02:00
Marcin Serwin
2873c7f7ce
Add polish translation of mcl_hudbars
2021-05-26 08:49:40 +02:00
Marcin Serwin
e797a4ec9b
Add polish translation of mcl_death_messages
2021-05-25 22:14:26 +02:00
NO11
6105a9ef22
Fix function code style in mcl:core/crafting.lua
2021-05-25 20:00:06 +00:00
Marcin Serwin
37b1191c0a
Add polish translation of mcl_structures
2021-05-25 21:58:23 +02:00
Marcin Serwin
dcceafad41
Add polish translation of mcl_hunger
2021-05-25 21:55:16 +02:00
Marcin Serwin
f421e07d1c
Add polish translation of mcl_spawn
2021-05-25 21:51:50 +02:00
AFCMS
49044ac15e
unify codestyle [2]
2021-05-25 13:18:12 +02:00
AFCMS
9e074af07f
unify code style [1]
2021-05-25 12:52:25 +02:00
NO11
0ea72ed1f1
Merge branch 'master' into pumpkin_hud
2021-05-25 09:05:31 +00:00
NO11
47b6a8d7f8
Remove unused variable
2021-05-25 09:03:06 +00:00
AFCMS
388ab6d8df
fix some codestyle issues
2021-05-25 10:56:06 +02:00
AFCMS
981f3d5d74
fix some codestyle issues
2021-05-25 10:51:46 +02:00
AFCMS
3f3abbbee1
speedup mcl_particles code
2021-05-25 09:09:16 +02:00
AFCMS
42d3830c48
[mcl_nether] fix warnings
2021-05-25 08:49:46 +02:00
AFCMS
8592670f9b
[tsm_railcorridors] fix warnings
2021-05-25 08:44:24 +02:00
AFCMS
d3a237384d
[mcl_end] fix warnings
2021-05-25 08:40:21 +02:00
AFCMS
79cf98c8e3
[mcl_mobs] fix some warnings
2021-05-25 01:48:14 +02:00
AFCMS
00f4cfa5b5
simplify mcl_util code
2021-05-25 01:33:26 +02:00
AFCMS
0cc11d0bbb
[mcl_loot] fix warnings
2021-05-25 01:28:10 +02:00
AFCMS
f61102279f
[_mcl_autogroup] fix warnings
2021-05-25 01:26:26 +02:00
AFCMS
f5a91f7c24
[biomeinfo] fix warnings
2021-05-25 01:23:41 +02:00
AFCMS
540508638c
rewrite flowlib to be more efficient
2021-05-25 01:22:25 +02:00
AFCMS
03c9c0b830
[mcl_explosion] fix warnings
2021-05-25 00:57:42 +02:00
AFCMS
36f3c26139
[walkover] fix warnings
2021-05-25 00:55:14 +02:00
AFCMS
0d13e1ffdd
[drippingwater] fix warnings
2021-05-25 00:54:12 +02:00
AFCMS
be9fff4fe2
[mcl_boats] fix warnings
2021-05-25 00:50:04 +02:00
AFCMS
ad16fe7072
[mcl_burning] fix warnings
2021-05-25 00:48:46 +02:00
AFCMS
dd3b5a98ae
[mcl_falling_nodes] fix warnings
2021-05-25 00:46:39 +02:00
AFCMS
fddaacdeae
[mcl_item_entity] fix warnings
2021-05-25 00:43:42 +02:00
AFCMS
8286fd2a4d
[mcl_minecarts] fix warnings
2021-05-25 00:43:08 +02:00
AFCMS
f76b66eec6
[mcl_mobs] fix some warnings (131 remaining!)
2021-05-25 00:37:02 +02:00
NO11
aeb8fa5b88
Merge branch 'master' into pumpkin_hud
2021-05-24 11:24:44 +00:00
NO11
ba38f787e2
Fix local function code style
2021-05-24 11:09:47 +00:00
cora
66f132a645
fix crash on creeper explosion ( #1755 )
2021-05-24 12:41:16 +02:00
NO11
8b11e2fec8
Add multiplayer support for pumpkin hud
2021-05-23 22:31:13 +00:00
NO11
9b9ec13967
„mods/ITEMS/mcl_farming/pumpkin.lua“ ändern
2021-05-23 19:38:49 +00:00
NO11
d5a2e5e514
Add "fake" crosshair when the player is wearing a pumpkin
2021-05-23 17:38:53 +00:00
NO11
dddaed42b6
Obstruct the view of the player when wearing a pumpkin
2021-05-23 16:50:09 +00:00
NO11
973a8201ad
Pumpkin blur texture
2021-05-23 16:44:01 +00:00
AFCMS
91ac70cf28
Merge branch 'master' into buckets
2021-05-23 16:22:53 +02:00
AFCMS
b6dd8d5c44
[mcl_paintings] fix warnings
2021-05-23 15:13:44 +02:00
AFCMS
335405f131
[mobs_mc] fix warnings
2021-05-23 15:10:20 +02:00
AFCMS
470f7b70bc
[mobs_mc_gameconfig] fix warning
2021-05-23 14:54:20 +02:00
AFCMS
b0a3cffad0
[lightning] fix warnings
2021-05-23 14:50:38 +02:00
AFCMS
9f41c6fc64
[mcl_moon] fix warnings
2021-05-23 14:48:52 +02:00
AFCMS
36dc18e9da
[mcl_void_damage] fix warnings
2021-05-23 14:46:13 +02:00
AFCMS
5f8d79b37a
[mcl_weather] fix warnings
2021-05-23 14:44:50 +02:00
AFCMS
21b7647731
[doc] fix warnings
2021-05-23 14:23:37 +02:00
AFCMS
4fd0bf2c3f
[doc_items] fix warnings
2021-05-23 14:12:19 +02:00
AFCMS
5975b20cff
[mcl_doc] fix warnings
2021-05-23 14:02:47 +02:00
AFCMS
58510b00ee
[mcl_tt] fix some warnings
2021-05-23 13:51:54 +02:00
AFCMS
c19c05443e
[mcl_craftguide] fix warnings
2021-05-23 13:46:08 +02:00
AFCMS
ce9258b764
[awards] fix warnings
2021-05-23 13:43:59 +02:00
AFCMS
8536e2c033
[mcl_experience] fix warnings
2021-05-23 13:33:36 +02:00
AFCMS
8baea02f24
[mcl_inventory] fix warnings
2021-05-23 13:20:00 +02:00
AFCMS
52b1473657
[mcl_comparators] fix warnings
2021-05-23 11:53:05 +02:00
AFCMS
3fbcacac3b
[show_wielded_item] fix warnings
2021-05-23 11:50:58 +02:00
AFCMS
d43b2149e6
[mcl_dispensers] fix warnings
2021-05-23 11:50:16 +02:00
AFCMS
b814fe47f9
[mcl_observers] fix warnings
2021-05-23 11:47:59 +02:00
AFCMS
962ae359af
[mesecons] fix warnings
2021-05-23 11:41:01 +02:00
AFCMS
ddc157acbf
[mesecons_commandblock] fix warnings
2021-05-23 11:37:51 +02:00
AFCMS
4fd0ea8a88
[mesecons_delayer] fix code style issues
2021-05-23 11:36:30 +02:00
AFCMS
e6f72e0c60
[mesecons_delayer] fix warnings
2021-05-23 11:29:32 +02:00
AFCMS
dc10448c6e
[mesecons_mvps] fix warnings
2021-05-23 11:25:22 +02:00
AFCMS
43f418c6c0
[mesecons_wire] fix warnings
2021-05-23 11:22:45 +02:00
AFCMS
21fdf492e2
[mcl_anvils] fix warnings
2021-05-23 11:20:21 +02:00
AFCMS
c580c1ccad
[mesecons_pistons] unify code style
2021-05-23 11:17:19 +02:00
AFCMS
e75a2e3a67
[mesecons_pistons] fix warnings
2021-05-23 11:02:13 +02:00
AFCMS
a9c49853aa
[mesecons_pressureplates] fix warnings
2021-05-23 11:01:29 +02:00
AFCMS
4bc473bc29
[mcl_banners] fix some warnings
2021-05-23 10:59:07 +02:00
AFCMS
8f6a97eefe
[mcl_beds] fix warnings
2021-05-23 10:57:07 +02:00
AFCMS
be5eb621fd
[mcl_books] fix warnings
2021-05-23 10:52:52 +02:00
AFCMS
203c7e2c84
[mcl_beds] fix warnings
2021-05-23 01:09:45 +02:00
AFCMS
892f4b96c9
[mcl_books] fix warnings
2021-05-23 01:07:10 +02:00
AFCMS
b7bf566190
[mcl_bows] fix warnings
2021-05-23 01:06:34 +02:00
AFCMS
fdfb586b16
[mcl_brewing] fix warnings
2021-05-23 00:58:30 +02:00
AFCMS
ac459d3914
[mcl_bucket] fix warnings
2021-05-23 00:42:31 +02:00
AFCMS
621a5a53a8
[mcl_bucket] fix warnings
2021-05-23 00:32:04 +02:00
AFCMS
60736d04b8
[mcl_chests] fix some warnings
2021-05-23 00:31:22 +02:00
AFCMS
df1eeba6b6
[mcl_clock] fix warnings
2021-05-23 00:18:42 +02:00
AFCMS
8ac5d32416
[mcl_compass] fix warnings
2021-05-23 00:17:12 +02:00
AFCMS
402a1d0088
[mcl_core] fix last warning
2021-05-23 00:13:27 +02:00
AFCMS
b8488ce55e
[mcl_core] fix missing warnings
2021-05-23 00:12:54 +02:00
AFCMS
f9a86947e5
[mcl_core] fix warnings
2021-05-23 00:09:07 +02:00
AFCMS
30e83088d4
[mcl_doors] fix warnings
2021-05-23 00:03:34 +02:00
AFCMS
b3c0e7c1bd
[mcl_dye] fix warnings
2021-05-23 00:01:53 +02:00
AFCMS
bbde3b551f
[mcl_enchanting] fix warnings
2021-05-23 00:01:30 +02:00
AFCMS
56310a3624
[mcl_end] fix some warnings
2021-05-22 23:56:52 +02:00
AFCMS
fcc2087b97
[mcl_farming] fix warnings
2021-05-22 23:50:28 +02:00
AFCMS
a1acf6d3c1
[mcl_fishing] fix warnings
2021-05-22 23:49:03 +02:00
AFCMS
82396bd994
[mcl_fireworks] fix warnings (1000 remainings)
2021-05-22 23:31:16 +02:00
AFCMS
45ab5c8e25
[mcl_flowers] fix warnings
2021-05-22 23:29:51 +02:00
AFCMS
b58e61b988
[mcl_heads] fix warnings
2021-05-22 23:25:28 +02:00
AFCMS
a200252ab8
[mcl_itemframes] fix warnings
2021-05-22 23:23:25 +02:00
AFCMS
0cac8f3f44
[mcl_jukebox] fix warnings
2021-05-22 23:22:09 +02:00
AFCMS
9edcc60ba2
[mcl_maps] fix warnings
2021-05-22 23:21:32 +02:00
AFCMS
0113d290b7
[mcl_mobspawners] fix warnings
2021-05-22 23:19:31 +02:00
AFCMS
e91ee174a4
[mcl_ocean] fix warnings
2021-05-22 23:12:33 +02:00
AFCMS
c1a717238b
[mcl_portals] fix warnings
2021-05-22 23:07:56 +02:00
AFCMS
a71a0e9161
fix even more warnings (nether portals and potions)
2021-05-22 23:04:18 +02:00
AFCMS
1870a89af0
remove unused var
2021-05-22 20:01:59 +02:00
AFCMS
1b3763654e
comment unused local function
2021-05-22 20:00:59 +02:00
AFCMS
84a800f22b
fix many warnings
2021-05-22 19:58:09 +02:00
AFCMS
17202115fa
cache general functions
2021-05-22 18:58:58 +02:00
AFCMS
5d65c8a3aa
Working empty bucket
2021-05-22 18:57:51 +02:00
AFCMS
e9f38c6b90
WIP raycast base buckets
2021-05-22 10:47:28 +02:00
Elias Fleckenstein
fb60bd0253
Disable backface culling of fire entity
2021-05-21 20:45:53 +02:00
AFCMS
a9bf923df9
improve mcl_bucket API (on_take callback)
2021-05-19 11:14:18 +02:00
Elias Åström
067affcabb
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-05-18 19:33:05 +02:00
Elias Åström
4d13eddcd6
Adjust explosion entity damage hitbox
...
In mcl_explosions the hitbox used for calculating the damage of an
entity is its collisionbox multiplied by two. This commit removes the
multiplication by two because that makes explosion damage behave weirdly
in some circumstances. It was most likely implemented that way because
of a misinterpretation of the Minecraft wiki.
2021-05-18 19:31:08 +02:00
Elias Åström
f7052943ec
Fix rays not being cast in a specific direction
...
A bug was introduced in 679e2b1b
which caused explosions to not cast
rays for environment destruction in the (+X, +Y, +Z) direction. This
commit fixes that.
2021-05-18 19:29:03 +02:00
Elias Fleckenstein
04436ea5f7
Fix that fucking mending armor crash
2021-05-18 16:34:20 +02:00
NO11
cb82e3c9c5
Make a cobweb protect from fall damage
2021-05-16 21:13:07 +00:00
AFCMS
4992a05c2b
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-05-15 12:19:29 +02:00
kay27
9ae1119438
[mcl_mobs] Fix server crash for mobs in unloaded areas, https://git.minetest.land/MineClone2/MineClone2/issues/1703
2021-05-15 03:17:16 +04:00
NO11
9e095980c8
Simplify wooden planks crafting even more
2021-05-14 15:00:34 +00:00
NO11
be9fb5be47
Fix #1718 (Give potion particles the same color as in mc) part2
2021-05-14 10:07:58 +00:00
NO11
f4c302e582
Fix #1718 (Give potion particles the same color as in mc) part1
2021-05-14 10:07:42 +00:00
Code-Sploit
bcea5a35ef
Try to fix unknown variable in mcl_chorus_flower
2021-05-14 08:22:10 +00:00
AFCMS
86d1e0ac12
fix duplicated assignement
2021-05-14 09:34:40 +02:00
AFCMS
866c097d56
fix typo
2021-05-14 09:19:44 +02:00
AFCMS
d5ec2ccbd8
fix doc
2021-05-13 23:09:47 +02:00
AFCMS
0ad03acf46
improve mcl_worlds API
2021-05-13 22:55:17 +02:00
AFCMS
3097df731d
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-05-11 15:23:46 +02:00
jordan4ibanez
ad4e86deca
Fix #1726
2021-05-10 20:17:43 -04:00
jordan4ibanez
052bb540ba
Remove unused parent data for arrows
2021-05-10 20:06:38 -04:00
AFCMS
074e8c8389
remove unused optional depends to lucky_block
...
lucky_block is mtg mod and never used at any place in the code
2021-05-11 00:43:17 +02:00
NO11
7e132866bf
Update my credits in mcl_credits
2021-05-10 19:47:51 +00:00
NO11
9fa51dc6b9
Simplify wooden planks crafting
2021-05-10 10:06:34 +00:00
NO11
6ffb7f525a
Add more crafting recipes for wooden planks (including stripped wood)
2021-05-10 09:40:16 +00:00
AFCMS
45201481c1
Merge branch 'master' into luacheck-script
2021-05-10 09:38:40 +02:00
kay27
f054eb1ce6
[mcl_biomes] Fix chorus random function, prevent chorus growth at return portal position
2021-05-10 02:47:56 +04:00
kay27
f3c540af5d
[mcl_mapgen_core, mcl_biomes] Make chorus growth deterministic
2021-05-10 02:24:52 +04:00
NO11
a3d3055e8a
Remove cactus destroys minecart from master
2021-05-09 22:10:08 +00:00
NO11
925e482362
Merge branch 'master' into master
2021-05-09 21:58:42 +00:00
kay27
96be84161f
[mcl_mapgen_core] Don't crash if Ender Dragon doesn't spawn for some reason
2021-05-10 01:57:34 +04:00
NO11
7b78d500fd
Better textures for stripped wood part3
2021-05-09 21:57:06 +00:00
NO11
358ea695e1
Better textures for stripped wood part2
2021-05-09 21:55:51 +00:00
NO11
f6b8133381
Better textures for stripped wood part1
2021-05-09 21:54:56 +00:00
NO11
96aec38947
Merge pull request 'master' ( #3 ) from MineClone2/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/NO11/MineClone2/pulls/3
2021-05-09 21:52:37 +00:00
AFCMS
d221e5ab0a
Merge branch 'master' into luacheck-script
2021-05-08 22:01:22 +02:00
kay27
31b56e77ee
[mcl_mobspawners] Remove a typo (tab character)
2021-05-08 14:12:13 +04:00
kay27
4bb27a0d79
[mcl_mobspawners] Fix random crash, https://git.minetest.land/MineClone2/MineClone2/issues/1707
2021-05-08 14:09:16 +04:00
jordan4ibanez
37350e81c9
Stop crashing when mob object is already deleted
2021-05-05 12:52:07 -04:00
Elias Fleckenstein
4b327bcf99
Minor fix to prevent writing the damage reason approval field into MCL damage reason and calling passive damage handlers on dead players
2021-05-05 14:41:23 +02:00
Elias Fleckenstein
35a2a2b912
Workaround to prevent double death messages
2021-05-05 13:27:30 +02:00
Elias Fleckenstein
f53ff8418f
mcl_damage: HP check guard in non-modifier on_hpchange callback and usage of raw tostring for deactivated objects for death messages
2021-05-05 13:24:23 +02:00
Elias Fleckenstein
1bd647507b
Add proper end crystal death message
2021-05-05 13:20:06 +02:00
Elias Fleckenstein
f5b2a5f5c1
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-05-05 09:25:20 +02:00
Elias Fleckenstein
be0cf5788d
mcl_util.deal_damage: Only deal damage to players / mobs that are not already dead
2021-05-05 09:24:51 +02:00
Elias Fleckenstein
a9817fea4b
Merge branch 'master' into real_maps
2021-05-05 08:21:01 +02:00
Elias Fleckenstein
70db02306f
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-05-05 08:19:59 +02:00
Elias Fleckenstein
f7280dc4f0
Remove mod screenshots since they only take up space and are partly outdated
2021-05-04 20:16:30 +02:00
Elias Fleckenstein
75d9450002
Make compasses point upwards when dropped as an item
2021-05-04 10:24:08 +02:00
Elias Fleckenstein
0d29688b13
Fix creeper explosion values
2021-05-04 09:54:18 +02:00
Elias Fleckenstein
78ce97aaf6
Fix creeper explosion values
2021-05-04 09:53:28 +02:00
Elias Fleckenstein
3b3d67a99c
Make clocks work when dropped
2021-05-04 09:16:42 +02:00
Elias Fleckenstein
7513bc600a
Merge branch 'master' into compass_and_clock
2021-05-04 09:04:50 +02:00
Elias Fleckenstein
f96258ca5c
Fix mob heads not showing their texture when worn as head armor
2021-05-04 09:01:53 +02:00
Elias Fleckenstein
33c6e5cdad
Fix wearing pumpkin heads as armor
2021-05-04 08:59:01 +02:00
Elias Fleckenstein
2c5eca3999
Make clocks work in itemframes
2021-05-04 08:49:21 +02:00
talamh
2c434495c1
Merge branch 'master' into master
2021-05-03 23:46:44 +00:00
AFCMS
f0ec64528c
Merge branch 'master' into luacheck-script
2021-05-03 23:24:55 +02:00
AFCMS
cbb014ed38
basic working script
2021-05-03 22:11:49 +02:00
Elias Fleckenstein
74e3c6555d
Globalize mcl_clock API
2021-05-03 13:43:46 +02:00
Elias Fleckenstein
ecc2010fe5
Make compasses work in itemframes
2021-05-03 11:22:47 +02:00
Elias Fleckenstein
5bb1657bd8
Add moving marker for the player
2021-05-03 10:46:59 +02:00
Elias Fleckenstein
f063d14caf
Add craft predict for map copying
2021-05-02 19:30:27 +02:00
Elias Fleckenstein
02da1abcf9
Merge branch 'master' into real_maps
2021-05-02 19:24:52 +02:00
Elias Fleckenstein
0d287001f7
Fix tt snippet to update wield filled maps as well
2021-05-02 19:18:30 +02:00
Benjamin Schötz
f528b31d48
Added french, spanish, russian translation for killerbunny-nametag
2021-05-02 18:02:51 +02:00
Benjamin Schötz
a77f99a1ec
Sets killerbunny-label in a translateable way
2021-05-02 18:02:35 +02:00
Elias Fleckenstein
1eaf662833
Add updated tga_encoder
2021-05-02 17:47:46 +02:00
Elias Fleckenstein
63d4e57a8d
Correct typo (ninetest -> minetest)
2021-05-02 17:19:11 +02:00
Elias Fleckenstein
ecea8f1662
Prevent placing of wielded maps
2021-05-02 17:14:57 +02:00
Elias Fleckenstein
ef08977112
Copy stack before accessing it in add_item
2021-05-02 17:11:33 +02:00
Elias Fleckenstein
1f87874870
Make it look like the player is holding the map in their hand
2021-05-02 17:03:39 +02:00
Elias Fleckenstein
9a3ae17564
Make maps show their image when in itemframes
2021-05-02 16:04:48 +02:00
Elias Fleckenstein
bd74dbe321
Revert "Use PNG instead of TGA"
...
This reverts commit ca9cd8cbe0
.
The TGA was faster and produced smaller files.
2021-05-02 13:03:18 +02:00
Elias Fleckenstein
ca9cd8cbe0
Use PNG instead of TGA
2021-05-02 12:55:04 +02:00
Elias Fleckenstein
d9a670dcb8
Show empty map in creative inv, but don't show filled map there
2021-05-02 12:24:22 +02:00
Elias Fleckenstein
f22b3fd457
Implement copying maps
2021-05-02 12:23:29 +02:00
Elias Fleckenstein
1079ab74d4
Stack filled maps that have the same metadata
2021-05-02 11:42:16 +02:00
talamh
e6b61a1551
Update 'mods/ENTITIES/mobs_mc/rabbit.lua'
2021-05-02 02:00:21 +00:00
talamh
f1229c5401
Added spawn egg for killer rabbitt
2021-05-02 01:58:40 +00:00
Elias Fleckenstein
2228b30658
Add API to create filled map
2021-05-01 17:36:51 +02:00
Elias Fleckenstein
1ed6aeca5e
Remove map_background.png
2021-05-01 17:22:48 +02:00
Elias Fleckenstein
5d3e74c844
Remove useless tga_encoder files
2021-05-01 17:20:23 +02:00
Elias Fleckenstein
c6e80b5882
Add Real Maps
2021-05-01 16:52:16 +02:00
NO11
1c05461e67
Add #924 (cactus breaks minecart now)
2021-04-30 23:05:40 +00:00
Elias Fleckenstein
8cccbd7caa
Fix harming potion crash
2021-04-30 16:38:53 +02:00
Elias Fleckenstein
ae1212be7f
Add anon5's fix to prevent get_light crashes
2021-04-30 16:29:45 +02:00
kay27
7e3dd715af
Fix https://git.minetest.land/MineClone2/MineClone2/issues/1681 by @cora
2021-04-30 16:51:34 +04:00
Marcin Serwin
e19d39f065
Add polish translation of mesecons_delayer
2021-04-29 17:26:47 +02:00
Marcin Serwin
397a05b651
Add polish translation of mcl_skins
2021-04-29 17:16:30 +02:00
Marcin Serwin
5b3a156c09
Add polish translation of mesecons_pressureplates
2021-04-29 17:13:54 +02:00
Marcin Serwin
604af04849
Add polish translation of mesecons_noteblock
2021-04-29 17:08:11 +02:00
Marcin Serwin
0e8c002665
Add polish translation of mcl_playerplus
2021-04-29 16:56:33 +02:00
Marcin Serwin
77597f9bac
Add polish translation of mesecons_torch
2021-04-29 16:53:47 +02:00
Marcin Serwin
65846cb6d8
Add polish translation of mesecons_button
2021-04-29 16:47:41 +02:00
Marcin Serwin
97e50714fe
Add polish translation of mesecons_lightstone
2021-04-29 16:43:08 +02:00
Marcin Serwin
9666076cb4
Add polish translation of mcl_weather
2021-04-29 16:41:28 +02:00
Marcin Serwin
7f1cb7fc54
Add polish translation of mcl_void_damage
2021-04-29 16:38:23 +02:00
Marcin Serwin
87b5a7b7ad
Add polish translation of lightning
2021-04-29 16:37:19 +02:00
Marcin Serwin
d74e1fd162
Add polish translation of mcl_dispensers
2021-04-29 16:34:26 +02:00
Marcin Serwin
0e52e09cc8
Add polish translation of mesecons_wires
2021-04-29 16:21:08 +02:00
Marcin Serwin
ffd28c259d
Add polish translation of mcl_droppers
2021-04-29 16:11:43 +02:00
Elias Fleckenstein
ab4b6d214e
Update doc_items translations
2021-04-29 12:49:07 +02:00
Elias Fleckenstein
f8b9f16799
Update mcl_chests translation template
2021-04-29 12:45:15 +02:00
Elias Fleckenstein
404097dcc0
Update german mcl_core translations
2021-04-29 12:43:44 +02:00
Elias Fleckenstein
db78c19880
Remove legacy mcl_potions translations
2021-04-29 12:42:08 +02:00
Elias Fleckenstein
7be749a122
Update mcl_awards translations
2021-04-29 12:40:18 +02:00
Elias Fleckenstein
fed1410b7f
Add set_on_fire to do_env_damage
2021-04-29 12:28:34 +02:00
NO11
71ff38add8
Merge branch 'master' into master
2021-04-29 09:54:07 +00:00
Elias Fleckenstein
6550e3e8e2
Add per-element armor groups
2021-04-29 11:51:06 +02:00
Elias Fleckenstein
87e41cc9a9
Add support for armor texture and preview being functions
2021-04-29 11:46:27 +02:00
Elias Fleckenstein
ec08032b62
Add on_break callback
2021-04-29 11:40:09 +02:00
Elias Fleckenstein
199488cc74
Add nil check for crash prevention
2021-04-29 11:18:22 +02:00
Elias Fleckenstein
33c0aa23c5
Re-add thorns damage type
2021-04-29 10:58:10 +02:00
Marcin Serwin
6fac49550e
Fix kicking players from bed when it's destroyed
2021-04-29 08:18:33 +02:00
jordan4ibanez
cf46f0d8b8
Fix crashing if null itemstack enchant when player is hacking
2021-04-29 01:32:57 -04:00
jordan4ibanez
e0c94ccb8a
Stop thorns enchant from crashing server when dealing damage to mobs
2021-04-28 21:58:28 -04:00
kay27
a6ac6f5c76
Merge NEW MOBS by @jordan4ibanez from mineclone5
branch
...
commit cd47233798
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 22:02:20 2021 -0400
Fix rabbit rotation
commit 0f4628db09
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 20:48:42 2021 -0400
Bring mob spawning variable to the top of the spawning.lua file so it's easier to find
commit ddb33acf0d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 20:46:45 2021 -0400
Add in unused head code elements
commit e52aab45c0
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 20:23:46 2021 -0400
Implement no-op head operations for enderman
commit ac85230938
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 20:08:45 2021 -0400
Add in chicken head code with additional pitch modifier
commit f57c4709ac
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 19:54:11 2021 -0400
Comment out code that causes mobs to glitch push players in mcl_playerplus
commit b6c9a1c423
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 19:51:11 2021 -0400
Fix creeper head
commit a8152760b9
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 19:44:15 2021 -0400
Integrate more switches into internal api elements of head code
commit 6a38198e97
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 18:24:10 2021 -0400
Add in swap_y_with_x and reverse_head_yaw to flesh out head code api element
commit d28e81bc9f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 17:54:14 2021 -0400
Add in mobs look pitch
commit 5a2773ea1a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 17:48:41 2021 -0400
Add in basics of head code yaw
commit 555935ff3d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 16:43:23 2021 -0400
Implement basic fall damage
commit 7e3b69348e
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 16:11:45 2021 -0400
Add secondary existence check after main logic has been executed to prevent future crashes
commit c898e1e4db
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 15:59:00 2021 -0400
Update sheep.lua
commit 9b5c9dc8ae
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 04:31:48 2021 -0400
Make farmable mobs/food mobs a lot less rare
commit 5e6653ff65
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 04:19:02 2021 -0400
Implement mob cramming
commit 1616cb7538
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 04:09:35 2021 -0400
Fix nametags
commit a3ff108cd4
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 04:03:06 2021 -0400
Make mobs walk up stairs/slabs properly, yet not glitch out when jumping over solid nodes
commit df364eed28
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 01:45:35 2021 -0400
Implement basics of head movement and fix walking mobs flying away after floating
commit bac191293b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 01:45:03 2021 -0400
Fix clientside guessing making floating go crazy client side
commit b7c7c2627b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 01:44:46 2021 -0400
Fix parrots not drowning
commit 38c22f277d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 01:24:19 2021 -0400
Add pop sound when baby mob is born
commit f83ccdb2ed
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 01:22:43 2021 -0400
Add in breeding and feeding baby mob sounds
commit 7733e05a12
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 01:14:48 2021 -0400
Add in random sounds/hurt/death sounds and stop mobs from reviving on server restart again
commit 0a380265c8
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 00:16:54 2021 -0400
Fix dead-alive mobs and add in hurt/die sound
commit 8d3eff0c16
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 25 00:06:12 2021 -0400
Enable mob drowning
commit 56086bf02b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 23:33:46 2021 -0400
Fix villager
commit 079811984c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 23:29:56 2021 -0400
Make every mob besides spiders get slowed down by cobwebs like players
commit 7e8e63b0e3
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 23:15:40 2021 -0400
If mob is in daylight and ignites_in_daylight = true, make mob burn
commit 49b01dca4f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 22:28:26 2021 -0400
Make mobs drop xp on death
commit 3d5cceab76
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 22:21:58 2021 -0400
Fix ghast strange behavior in the nether
commit a73e5b57c0
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 22:14:25 2021 -0400
Make pitch movement for fly/swim mobs more dynamic and make ghasts randomly fly around when attacking
commit b401b50c04
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 21:15:42 2021 -0400
Give mobs 6 seconds of memory to prevent strange behavior when player hides behind something
commit 807fb6966d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 20:27:37 2021 -0400
Make spiders climb up walls, fix problems with mob following freaking out when under, fix spider collisionbox
commit 11b5684a90
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 20:05:14 2021 -0400
Remove wolf-dog shift click breeding, and implement better logic
commit 41bfaae370
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 20:02:59 2021 -0400
Allow putting chest on carpeted llama by owner, enable swapping carpets
commit 8c855f5b09
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 19:29:37 2021 -0400
Add in llama carpets
commit e0185a9311
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 18:43:17 2021 -0400
Fix pig logic issue
commit c2cb15a47f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 18:36:22 2021 -0400
Fix horse breeding
commit 39f7d0cf3c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 18:18:53 2021 -0400
Update api.txt
commit 3e9bbca914
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 18:06:24 2021 -0400
Fix enderman crashing
commit 81713a342d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 00:38:50 2021 -0400
Allow tamed wolves to be shift click bred
commit a27e6731cd
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 00:29:30 2021 -0400
Make sheep breedable
commit efce97c172
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 00:27:17 2021 -0400
Make llamas shift click breedable
commit 53c96cae2d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 00:26:45 2021 -0400
Make pigs shift click breedable
commit dbe712bc17
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 00:23:33 2021 -0400
Make llama breedable
commit 0d4d85bac6
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 00:19:41 2021 -0400
Fix horse literally blinding you following you
commit 6f2e2ab4c5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 00:17:22 2021 -0400
Make chicken breedable
commit 3649e5f6f5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 00:17:09 2021 -0400
Make horse breedable
commit 2dab0773df
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 24 00:00:21 2021 -0400
Remove unused breedable api call
commit 0568c14a43
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 23:59:35 2021 -0400
Fix timer and make mooshroom breedable
commit 531253008a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 23:56:59 2021 -0400
Complete mob breeding, make cows breedable
commit 79cb6ddc49
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 22:35:35 2021 -0400
Fix lua locals in environment.lua
commit 6eb3eef215
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 22:34:40 2021 -0400
Fix typo in function
commit c37a82d4a2
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 22:03:29 2021 -0400
Add comments
commit ed9d629b99
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 21:59:42 2021 -0400
Add in mob following for cows
commit fcfd6b9d19
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 21:14:23 2021 -0400
Set up basics for breeding mechanics
commit 5ee6cf6c9b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 19:49:35 2021 -0400
Implement mob despawner/mob limiter
commit 19c8dd1dd4
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 18:41:41 2021 -0400
Stop hostile mobs from falling through water when stunned
commit 31ded5e40f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 18:34:20 2021 -0400
Re-implement neutral mob switch
commit 13c321e8f2
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 18:03:01 2021 -0400
Re-enable mob spawning
commit ea6912c980
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 17:44:49 2021 -0400
Don't do knockback effect for mobs when hurt by a rider
commit 8dafac50a8
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 17:37:20 2021 -0400
Make mobs run away slightly faster
commit 3560bda4a5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 17:29:23 2021 -0400
Remove unused code and variables from mob punch
commit 9720986c4d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 17:27:08 2021 -0400
Fix punching a mob breaking it's velocity
commit dc7592528c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 17:23:00 2021 -0400
Add red tint hurt effect
commit 304cbed447
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 17:12:02 2021 -0400
Make mobs that should be skittish, skittish
commit af4c42fea7
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 17:10:44 2021 -0400
Add skittish behavior (runaway from punch) and fix ocelot
commit 8daf197fb8
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 16:52:07 2021 -0400
Fix iron golem rotation
commit c138050e0b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 16:45:12 2021 -0400
Make iron golem neutral and protective, fix rotation
commit 36d5af1d15
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 16:35:16 2021 -0400
Stop dead mobs from getting in the way of fighting other mobs
commit 73b4d3c1d2
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 16:31:13 2021 -0400
stop projectile mobs from being completely disabled while stunned
commit eb7ae5e10e
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 16:28:30 2021 -0400
Fix random crash
commit c831da2c02
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 16:22:34 2021 -0400
Fix mobs not making hit sound when hit by node
commit d5a38fef58
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 16:19:37 2021 -0400
Add in new mob punched sounds
commit 8e7ce5a72a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 16:04:01 2021 -0400
Add in a visual for horse taming (hearts)
commit 189c0ad157
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 15:53:01 2021 -0400
Half finish horse (riding logic, etc)
commit f64f8e31e3
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 14:50:38 2021 -0400
Fix llama blaze and ghast projectile sprites
commit 58bee2a2dd
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 14:43:00 2021 -0400
Fix projectile tails clipping through sprite
commit 16cc7e37d2
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 14:34:59 2021 -0400
Randomize projectile cooldown timer
commit 8eb9ba12ce
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 14:33:40 2021 -0400
Fix crash when mob collides with nil entity
commit 5d59583583
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 14:10:12 2021 -0400
Massive overhaul to projectile mobs with custom projectile function, make llamas spit
commit f6fa90096d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 13:35:30 2021 -0400
Fix enderman teleport attack
commit 4fb9e69e41
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 13:27:17 2021 -0400
Make enderman become hostile when stared at, freeze when attacking when stared at
commit 99f13f84b5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 13:13:23 2021 -0400
Half-fix enderman
commit dd76b15c50
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 13:06:57 2021 -0400
Make ghasts not insta-kill
commit b6f19699e9
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 13:06:17 2021 -0400
Make enderdragon half work
commit 4efec1ef58
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 23 12:55:11 2021 -0400
Add in chicken slow falling
commit 0895666407
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 23:36:58 2021 -0400
Fix random crash with mixed mob ally data types
commit 408296140a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 23:30:32 2021 -0400
Fix and overhaul wolves
commit aac1e19336
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 23:18:33 2021 -0400
Implement rotation locking when standing, fix rotation unlock/lock for fly/swim mobs
commit fa059b5df2
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 22:59:03 2021 -0400
Fix ghast's eyeheight
commit 2e3e92e393
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 22:58:32 2021 -0400
Fix ghast's insane difficulty
commit 11bcf3aa34
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 22:51:13 2021 -0400
Add attributes to epCode
commit 2099be43ea
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 22:50:14 2021 -0400
Update to epCode's fixed version of ghast model
commit 5037ec3736
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 22:40:16 2021 -0400
Fix ghasts horrible collisionbox
commit 0a8fff6524
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 22:08:54 2021 -0400
Add in mob criticals when falling
commit afdcada1fd
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 21:46:13 2021 -0400
Fix endermite
commit 5d876725c5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 21:45:00 2021 -0400
Fix bats
commit ef0d52a2df
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 21:41:54 2021 -0400
Update backup_code_api.lua
commit 8142f7e512
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 21:36:42 2021 -0400
Add in mob death
commit ebf27866ca
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 21:12:08 2021 -0400
Fix typo and error in animation.lua
commit 3fe8d2d3c5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 20:30:50 2021 -0400
Add file death_logic.lua
commit b73ab976a1
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 20:25:58 2021 -0400
Implement framework for mob death
commit 8530e6ee36
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 20:20:56 2021 -0400
Make mob punching time based
commit e1812b2cdb
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 20:12:02 2021 -0400
Reset pause timer to 0
commit 991bba0a1d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 20:10:01 2021 -0400
Add comments into ai.lua
commit f9a7144b65
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 20:07:30 2021 -0400
Implement ability to hurt mobs
commit 45790c0be0
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 19:12:02 2021 -0400
Re-enable mob punching (broken)
commit 31a791c33b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 18:20:58 2021 -0400
Undo debug.txt spam from mob spawning
commit d0d128c1d8
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 18:18:57 2021 -0400
Break infinite loop if unable to find any mob to spawn
commit ee905642c2
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 17:56:38 2021 -0400
Add temporary warning debug to spawning algorithm output
commit 2cef9e7cca
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 00:39:32 2021 -0400
Optimize mob spawning even further with additional lua locals
commit edb1939649
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 00:27:35 2021 -0400
Fix mob_counter in mob spawning limiter
commit 7c1adeab45
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 22 00:20:57 2021 -0400
Hyper-optimize mob spawning
commit fbe3ccc5c0
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 23:28:38 2021 -0400
Delete current state of things comment
commit 5e15af260b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 23:25:19 2021 -0400
Fix pig rotation
commit 6aa6364492
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 23:25:10 2021 -0400
Fix sheep rotation
commit 29305f548d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 15:08:35 2021 -0400
Overhaul arrow register, implement basic blaze, break parts of arrow register for now, remove fallback for detecting players
commit 08c90c34e8
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 13:05:46 2021 -0400
Make parrots and squids work with tilt fly/swim
commit 91099c3be9
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 13:01:14 2021 -0400
Fix auto-true statement for tilt fly/swim
commit 71c34823bc
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 12:56:36 2021 -0400
Make tilt flying/swimming dynamic
commit 20886f54bb
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 12:48:23 2021 -0400
Make shooty mobs jump
commit ebd995fbd2
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 12:45:02 2021 -0400
Simplify skeleton arrow damage calculation
commit c9f71d66f5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 12:42:34 2021 -0400
Implement skeletons/strays
commit 99e808296b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 12:17:51 2021 -0400
Add missing skeleton/stray run animation
commit 74094938bb
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 12:10:29 2021 -0400
Fix crash with non-punch attack mobs in collision
commit 6bd279255c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 11:50:22 2021 -0400
Fully implement zombie pigmen
commit 964ce9ccf7
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 11:42:01 2021 -0400
Temporarily disable spawn eggs from setting owner
commit 5062d56a5d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 11:00:02 2021 -0400
Implement neutral mob mechanics and partial implement of zombie pigmen
commit b0b1ec9436
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 10:53:20 2021 -0400
Implement zombie pigmen and make them turn hostile when punched
commit f1dc286442
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 10:23:51 2021 -0400
Dump mob_punch from backup_code_api.lua back into interaction.lua
commit cc2a0ae52c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 10:21:11 2021 -0400
Complete charged creeper
commit 486959515c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 21 10:20:31 2021 -0400
Make creepers even more dangerous
commit 576621169b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 23:26:18 2021 -0400
Make creepers and zombies even harder
commit 2c87bd19f3
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 23:14:53 2021 -0400
Overhaul zombie villager
commit 1ed3377559
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 23:11:18 2021 -0400
Add punch mobs knockback to players when hit
commit 8c9356a18c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 22:58:39 2021 -0400
Implement eye_height and viewing range for hostile mobs, along with making punchy mobs jump over nodes
commit a05ebd7cc2
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 22:44:34 2021 -0400
Add informative text art
commit 60ac3058ce
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 22:42:51 2021 -0400
Make zombies more difficult
commit 751c4c2d99
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 22:41:13 2021 -0400
Integrate mob punching into collision detection
commit 6b52b94516
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 22:30:34 2021 -0400
Start setting up hostile punch attack type
commit d371d6fdc9
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 22:04:54 2021 -0400
Adjust creeper explosion settings
commit fabd4d64e6
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 21:35:19 2021 -0400
Slow down creeper type mobs explosion buildup
commit bf367fffd0
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 21:34:18 2021 -0400
Add in sound_handling and make explosion type mobs make their attack sound before explosion animation
commit 0b763f54b5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 21:00:36 2021 -0400
Finish creeper movement ai and move jump_check into environment
commit cd6f07537f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 20:43:45 2021 -0400
Make creepers even more deadly
commit 9678b556e1
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 20:33:30 2021 -0400
Fix crashes when trying to collision detect a removed mob
commit cdb840609d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 20:19:55 2021 -0400
Add in creeper basic prototype
commit 008d670ed9
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 17:10:51 2021 -0400
Remove wandering from ai
commit 491ef6c8f8
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 16:48:20 2021 -0400
Add in auto mob removal if something goes horribly wrong
commit 348df0fcec
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 16:46:10 2021 -0400
Rename detect_players_in_area to detect_closest_player_within_radius
commit ac08c6991c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 16:39:05 2021 -0400
Add in detect_players_in_area
commit 3d776138e9
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 20 14:55:22 2021 -0400
Start implementing creeper ai
commit 85e531bf10
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 18 21:24:31 2021 -0400
Remove unneeded mobs:protect from code
commit 4d589dfb2a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 18 21:22:39 2021 -0400
Remove literally unneeded mobs:capture_mob
commit 39985aa558
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 18 21:22:21 2021 -0400
Up fallback max xp to 3
commit 1920ddf915
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 18 21:02:03 2021 -0400
Change all enemy attack info to more workable and understandable attacks
commit 719bb2a3c9
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 18:21:33 2021 -0400
Add in prototype jump-only mobs api
commit db87b8e0a3
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 17:09:57 2021 -0400
fix chicken rotation
commit e2987245fd
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 17:00:34 2021 -0400
Balance out collision forces for mobs
commit 3cf263d292
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 16:23:38 2021 -0400
Add in dynamic pitch in flying/swimming mobs
commit 5ade34115c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 13:17:29 2021 -0400
Remove random state initialization in set_up.lua
commit d9729fc865
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 13:13:45 2021 -0400
Fix parrot's rotation
commit 58d9670e77
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 13:11:39 2021 -0400
Remove collisionbox addition for y position for fly mobs
commit a20f272e08
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 13:05:53 2021 -0400
re-adjust logic gate for mobs floating in water and lava
commit 0794bc5437
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 13:04:55 2021 -0400
Make flying mobs float in water and lava
commit 8783912938
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 12:48:57 2021 -0400
Add in mobs api swimming animation
commit f2e909ab8d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 12:41:14 2021 -0400
Add in fly logic gate
commit 07841c8963
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 12:38:48 2021 -0400
Swap name of quick_rotate_45 to quick_rotate
commit 240d6ea211
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 12:37:04 2021 -0400
Add note about quick_rotate_45 actually rotating 11.25 degrees
commit e8148f81ab
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 12:36:19 2021 -0400
Make underwater mobs try to continuously swim around with quick_rotate_45
commit 061602d9d4
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 12:28:07 2021 -0400
Overhaul separation of swimming and flying for ease of use with writing mobs api
commit 5365dec19a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sat Apr 17 12:01:27 2021 -0400
Adjust "flying" vector checks for mobs
commit dda7839d8c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 21:43:02 2021 -0400
Add in prototype swimming
commit f1141aed9f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 21:08:54 2021 -0400
Make mobs flop when outside of flying node
commit 84ca7681fc
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 20:47:16 2021 -0400
Make squids fly in water flowing and water source
commit 52c3db041e
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 20:32:05 2021 -0400
Add in fly state prep for mobs
commit 6db4511dd5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 20:06:55 2021 -0400
Add notes
commit 15ea9c1c71
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 19:59:20 2021 -0400
Implement self walking velocity for walking state
commit 9d6d042ee3
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 19:37:01 2021 -0400
Fix formatting in ai.lua
commit ce7f4918b0
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 19:35:19 2021 -0400
Re-organize comments
commit 05d06a4c8f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 18:36:23 2021 -0400
Add comment to state_execution
commit c761db86c7
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 18:29:42 2021 -0400
re-arrange mob logic for random wandering
commit ed456ecb47
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 18:17:51 2021 -0400
Make mobs not fear cliffs if fear_height is 0
commit 8ca5f221ec
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 18:13:54 2021 -0400
clean up ai.lua
commit cadd53c103
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 16:39:03 2021 -0400
Adjust mob jumping default to account for higher gravity
commit 57b293de2b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 16:37:15 2021 -0400
Make mobs gravity equal to player's
commit fb9a55e562
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 15:55:11 2021 -0400
Make jump_check more modular and allow mobs to turn if at a wall
commit a6a54b3414
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 15:49:03 2021 -0400
Make mobs not jump if against a wall
commit 6c5393427f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 15:39:39 2021 -0400
Smooth out mob cliff check and check if falling before cliff check
commit 2486ffef11
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 15:30:44 2021 -0400
Make wandering mobs avoid cliffs
commit adc683c6a7
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 14:19:22 2021 -0400
Clear mob animation on activate
commit d0695e7929
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 13:58:08 2021 -0400
Fix mob animation "memory leak"
commit 024cf46307
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 11:52:29 2021 -0400
Adjust spacing in animation.lua
commit f38492bcb0
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 11:50:29 2021 -0400
Re-implement animation check gate for mobs
commit a934a59f3b
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 11:50:13 2021 -0400
Implement mob random walk directions
commit 94ca7e8b89
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 11:31:18 2021 -0400
Add in state switch and state execution for mobs
commit 626c30de6d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 16 11:30:55 2021 -0400
Create todo.txt
commit c2bac87a6d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 21:46:33 2021 -0400
Update set_up.lua
commit 375d683d08
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 16:18:42 2021 -0400
Fix forgotten localization in collision.lua
commit 246bdf9707
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 15:55:10 2021 -0400
Implement basic mob walking animation test
commit d07d0ae31c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 15:34:07 2021 -0400
Make mobs jump properly
commit 6cb6d714c9
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 15:04:55 2021 -0400
Reorganize all mob sections into multiple files
commit 5155d12d05
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 14:09:54 2021 -0400
Reformat mobs_mcl to api folder for ease of use
commit bbcfb3fdb1
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 11:33:09 2021 -0400
Randomize walking or standing on spawn in
commit 9e4bf6e130
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 11:29:18 2021 -0400
Move old set_yaw and add node on set_velocity
commit e53a193c4f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 11:25:55 2021 -0400
Fix get_velocity (mobs internal)
commit 14207dd96a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 11:23:52 2021 -0400
Smooth out mob movement set_velocity more
commit a0ed1a0b20
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 10:05:24 2021 -0400
Add automatic rotation lock
commit ba46e7fa42
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 09:28:58 2021 -0400
Remove old debug of colliding with objects
commit 61124905f3
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 15 09:28:22 2021 -0400
Add in mob auto rotation (implementation 1)
commit 8b200c7352
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 14 19:38:14 2021 -0400
Add in basic movement rotation testing
commit 67259891a8
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 14 18:01:29 2021 -0400
Remove unneeded comments
commit d063db751c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 14 17:26:20 2021 -0400
Disable mcl_playerplus random check that moves players randomly
commit d4db27f0e1
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 14 17:25:39 2021 -0400
Update backup_code_api.lua
commit 755533beeb
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 14 11:50:22 2021 -0400
Disable literally everything in mobs api
commit 3f6312a631
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 20:24:46 2021 -0400
Make mobs magnetic collision more jello-y
commit aa4d34c10e
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 20:00:38 2021 -0400
Improve mob to mob collision
commit 1210bc463a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 19:44:24 2021 -0400
prevent mob collision detection shootout
commit ed60266713
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 19:17:48 2021 -0400
Gut even more elements of the api
commit 220d30df5f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 19:13:29 2021 -0400
Completely gut do_states
commit 9758bbf2e7
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 08:21:04 2021 -0400
Finish gutting mob api
commit f29ad4b8b7
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 08:20:11 2021 -0400
Reorganize more settings to the top of file
commit 54f5bee8a3
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 08:08:29 2021 -0400
reorganize load settings
commit 02515f0778
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 08:07:32 2021 -0400
Move a large chunk of code to backup_code_api.lua
commit 3fc0184182
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Tue Apr 13 07:39:57 2021 -0400
Disable entire mob ai to work on vanilla walking
commit 6fff719322
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Mon Apr 12 08:47:07 2021 -0400
Localize minetest library
commit adaf74fc5c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Mon Apr 12 08:13:11 2021 -0400
Remove spacing and delete old collision comments
commit a564009e4a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Mon Apr 12 08:11:55 2021 -0400
Change HORNY_TIMER to BREED_TIMER
commit 00759da39d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 11 18:29:32 2021 -0400
Unlimit mob ai
commit 9aafc28a20
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 11 14:47:56 2021 -0400
Fix mobs nil check during mob_step
commit 67c40885ef
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 11 14:21:19 2021 -0400
Fix mobs collision system only running during movement - major overhaul with ai disabled
commit 2456e3cd1e
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 11 12:52:31 2021 -0400
Adjust math localizations in api.lua
commit 725dc731dd
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Sun Apr 11 11:58:33 2021 -0400
Adjust mob collision detection - this breaks a lot of things and will be fixed later
commit e15fd2f4b6
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Fri Apr 9 01:38:34 2021 -0400
Add lua locals into mcl_dungeons for performance
commit c937b2a973
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 14:19:42 2021 -0400
test
commit 8c10fe4057
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 12:48:02 2021 -0400
Adjust spawning to be closer and more frequent
commit bd7866d798
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 12:07:20 2021 -0400
Finish mob limiter
commit 9369c9cab8
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 10:01:15 2021 -0400
Fix spawn timer reset debug
commit 28823298e1
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 10:00:04 2021 -0400
Fix forgotten biome check
commit 9d48549ec5
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 09:52:50 2021 -0400
Complete prototype of biome generated mobs
commit 518252679f
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 08:42:57 2021 -0400
Fix a lot of things
commit bb078b0c4c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 08:33:50 2021 -0400
Fix silverfish typo
commit adab48ff0c
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 08:29:16 2021 -0400
Readjust mobs internal settings to not cause insane memory usage
commit 47c59edb51
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 08:13:46 2021 -0400
Fix typo
commit 5ca30fa8ee
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 08:12:43 2021 -0400
Combine air and ground type spawning into ground
commit aacb8fc7b9
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 08:09:43 2021 -0400
Add in extra_mobs information
commit f900b24b53
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 07:39:18 2021 -0400
Add in all biome information to mobs
commit 0ad833c046
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 06:57:24 2021 -0400
Add bats, chicken, and blaze spawn info
commit f4a6bdc6b8
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 06:48:25 2021 -0400
Make reference list copy-pastable
commit bf4bf9a0cc
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 06:10:07 2021 -0400
Ignore default or void dimensions
commit 8e1e02d1fb
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 06:04:36 2021 -0400
Add biome list
commit da045c207d
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 8 02:07:15 2021 -0400
Refactor spawning into it's own file
commit 6ec66ef6f6
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 7 23:16:03 2021 -0400
Fix mobs colliding with other mobs/players
commit 6bd249547a
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Wed Apr 7 23:07:04 2021 -0400
Fix mobs colliding with objects
commit c4d030d111
Author: jordan4ibanez <jordan4ibanez@users.noreply.github.com>
Date: Thu Apr 1 23:48:00 2021 -0400
Fix item drop on laggy servers
2021-04-29 04:11:33 +04:00
NO11
32c03dc27e
new object overlay
2021-04-28 17:55:03 +00:00
NO11
3195df3864
remove object crosshair
2021-04-28 17:53:40 +00:00
NO11
f1b7476825
Add #1488 (sponge drying in nether makes now particles)
2021-04-28 14:37:16 +00:00
NO11
7a00e8acf7
New particle textures for sponge
2021-04-28 14:32:40 +00:00
Elias Fleckenstein
13a0fa2314
Implement #1665
2021-04-28 12:16:01 +02:00
Elias Fleckenstein
61c6d6e276
Add per element (un)equip callbacks
2021-04-28 12:00:44 +02:00
Elias Fleckenstein
528f5e6b86
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-28 11:40:06 +02:00
AFCMS
d0f4dd4309
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-04-28 09:38:32 +02:00
epCode
61e4db6bcf
Fix magma cubes and remove pathfinding from slimes
2021-04-27 19:57:22 -07:00
AFCMS
ae83e44149
remove duplicated line
2021-04-27 23:50:18 +02:00
Elias Fleckenstein
819d59dbe7
Use fly_into_wall damage type for elytra damage
2021-04-27 20:56:53 +02:00
Elias Fleckenstein
a41aace9d7
Merge branch 'master' into damage
2021-04-27 18:33:35 +02:00
epCode
9f015f2c58
Make the slime anims/texutres Much better
2021-04-26 17:45:28 -07:00
Elias Fleckenstein
0867d6e406
Update german mcl_banners translations
2021-04-26 11:15:36 +02:00
Elias Fleckenstein
347cc7ee7c
Update mcl_banner translations to new template
2021-04-26 11:13:36 +02:00
Elias Fleckenstein
6dc6fc8ec3
Update mcl_flowerpots translations to new template
2021-04-26 11:05:27 +02:00
Elias Fleckenstein
b43f59332a
Update mcl_enchanting translations to new template
2021-04-26 11:03:53 +02:00
Elias Fleckenstein
3b1d71382f
Update es, fr and ru cauldron translations to use the new template
2021-04-26 11:01:52 +02:00
Elias Fleckenstein
05be20fcb8
Update mcl_enchanting translations
2021-04-26 11:00:53 +02:00
Elias Fleckenstein
5df1df8e21
Update cauldron code to use the corrected translation template string
2021-04-26 10:52:50 +02:00
Elias Fleckenstein
fed4596cb4
Update german cauldron translation fully
2021-04-26 10:52:07 +02:00
Elias Fleckenstein
a77a916cc2
Update cauldron translations
2021-04-26 10:50:23 +02:00
Elias Fleckenstein
8a59d7b9c6
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-26 10:36:42 +02:00
Elias Fleckenstein
f6d34db76e
Update german Minecart translation
2021-04-26 10:36:22 +02:00
NO11
8df9fe76d8
Add german translation for stripped wood
2021-04-26 08:23:26 +00:00
Elias Fleckenstein
a2983e1fda
Update boats translation
2021-04-26 10:17:07 +02:00
Elias Fleckenstein
e710795eed
Merge branch 'master' into damage
2021-04-26 10:06:09 +02:00
NO11
4d2210c4e5
Fix german translation mistake
2021-04-26 08:03:20 +00:00
NO11
749f1a4a62
Fix wrong template, sry
2021-04-26 07:50:25 +00:00
NO11
e5a44dcb75
Add template for fireworks translation
2021-04-26 07:45:26 +00:00
Elias Fleckenstein
dd68b79782
Merge branch 'master' into damage
2021-04-26 09:29:03 +02:00
epCode
aac9d6a105
impliment crash damage for elytra
2021-04-25 15:49:15 -07:00
NO11
dada1e9815
Add template for stripped wood translation
2021-04-25 21:47:12 +00:00
Elias Fleckenstein
edc89898bb
Integrate fire resistance
2021-04-25 20:51:13 +02:00
Elias Fleckenstein
fede04eaa6
Make armor listring work
2021-04-25 20:20:26 +02:00
Elias Fleckenstein
57662b319c
Merge branch 'master' into damage
2021-04-25 20:04:15 +02:00
Elias Fleckenstein
3e3f53efbd
New attempt to fix #1392
2021-04-25 19:59:08 +02:00
Elias Fleckenstein
97e69e04aa
Implement assist death messages
2021-04-25 17:49:27 +02:00
Elias Fleckenstein
cab2167520
Merge branch 'master' into damage
2021-04-25 17:32:24 +02:00
Elias Fleckenstein
b2407e407a
Add mob descriptions
2021-04-25 17:30:15 +02:00
Elias Fleckenstein
aeaec68c1b
Update german translations for mcl_death_messages
2021-04-25 17:11:47 +02:00
Elias Fleckenstein
302175691a
Integrate death messages
2021-04-25 16:42:38 +02:00
AFCMS
228759e49b
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-04-25 14:37:17 +02:00
Marcin Serwin
eeaf4e09c6
Add polish translation of mesecons_solarpanel
2021-04-25 14:34:15 +02:00
Marcin Serwin
29001086c3
Add polish translation of mesecons_walllever
2021-04-25 14:30:42 +02:00
Marcin Serwin
1f07f5ba17
Add polish translation of mcl_stairs
2021-04-25 14:26:52 +02:00
Marcin Serwin
095128b6b3
Add polish translation of mcl_fire
2021-04-25 13:55:30 +02:00
Elias Fleckenstein
6aecae6eea
Simplify damage pipeline; Add on_death and on_damage callbacks
2021-04-25 13:50:07 +02:00
Marcin Serwin
bcf5eef010
Add polish translation of mcl_torches
2021-04-25 13:41:04 +02:00
Marcin Serwin
3917bb51a2
Add polish translation of mcl_signs
2021-04-25 13:39:59 +02:00
Marcin Serwin
dd0e381e39
Add polish translation of mcl_beds
2021-04-25 13:33:57 +02:00
Elias Fleckenstein
939229cb21
Fix on_equip crash
2021-04-25 13:29:22 +02:00
Elias Fleckenstein
58d67aace6
Merge branch 'master' into damage
2021-04-25 13:29:07 +02:00
Marcin Serwin
4975a516f5
Add polish translation of mcl_fishing
2021-04-25 13:24:42 +02:00
Marcin Serwin
c0ce511ad0
Add polish translation of mcl_mobspawners
2021-04-25 13:14:56 +02:00
Elias Fleckenstein
ddb7e8388a
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-25 13:09:27 +02:00
Elias Fleckenstein
9eba2add3f
Rewrite burning API
2021-04-25 13:09:20 +02:00
Marcin Serwin
b93d3cf93c
Add polish translation of mcl_books
2021-04-25 12:58:32 +02:00
Marcin Serwin
a038908acd
Add polish translation of mcl_crafting_table
2021-04-24 21:51:11 +02:00
Marcin Serwin
a613da65c5
Add polish translation of mcl_walls
2021-04-24 21:47:42 +02:00
NO11
642351a1d2
Add #1553 fireworks rocket now makes particles when used for flying
2021-04-24 19:35:23 +00:00
Marcin Serwin
18903d5a09
Add polish translation of mcl_wool
2021-04-24 21:23:09 +02:00
Marcin Serwin
c6a07b8007
Add polish translation of mcl_cocoas
2021-04-24 21:19:11 +02:00
Marcin Serwin
67780f2159
Add polish translation of mcl_cake
2021-04-24 21:16:02 +02:00
Marcin Serwin
7e9eb927f1
Add polish translation of mcl_colorblocks
2021-04-24 21:11:45 +02:00
Marcin Serwin
ae7ea8edef
Add polish translation of mcl_buckets
2021-04-24 20:57:57 +02:00
Marcin Serwin
0cf58ce98d
Add polish translation of mcl_jukebox
2021-04-24 20:57:57 +02:00
Marcin Serwin
0ebf6b8f92
Add polish translation of mcl_tnt
2021-04-24 20:57:57 +02:00
Marcin Serwin
0a8b6a63cb
Add polish translation of mcl_mobitems
2021-04-24 20:57:53 +02:00
Elias Åström
73cd482e55
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-23 16:30:56 +02:00
AFCMS
414adff8fb
Fix bad API documentation od mcl_death_drop
2021-04-23 13:59:37 +00:00
Elias Åström
7f3e5bda7e
Duplicate groupcaps before applying unbreaking
2021-04-23 15:49:37 +02:00
Elias Fleckenstein
a03e7f6f3a
Re-enable player ignition from lava
2021-04-23 13:46:20 +02:00
Elias Fleckenstein
62ed39bd76
Merge branch 'master' into damage
2021-04-23 13:43:00 +02:00
Elias Fleckenstein
a836ac9879
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-23 13:42:47 +02:00
Elias Fleckenstein
827cd2d7b1
Fix heads crash
2021-04-23 13:42:42 +02:00
Elias Fleckenstein
78355c5c57
Integrate totems
2021-04-23 13:40:51 +02:00
Elias Fleckenstein
50b6f03977
Integrate no fall damage in water & end portal
2021-04-23 12:34:24 +02:00
Elias Fleckenstein
818f33ff74
Merge branch 'master' into damage
2021-04-23 10:16:58 +02:00
Sven792
038066f0c5
Mirrored foodbar icons to fit the right-to-left change
2021-04-23 09:52:09 +02:00
NO11
c46c07f836
Makes fireworks rockets infinite in creative mode
2021-04-22 19:18:05 +00:00
epCode
62adbb9625
Fix #1587
2021-04-22 10:39:21 -07:00
Elias Fleckenstein
f9c2d710e2
Fix armor being taken even if it cannot be equipped
2021-04-22 13:52:02 +02:00
Elias Fleckenstein
222104b3cb
Integrate dispensers
2021-04-22 13:51:36 +02:00
Elias Fleckenstein
9f7b371bfc
Merge branch 'master' into damage
2021-04-22 13:29:32 +02:00
Elias Fleckenstein
8b23388d63
Fix #1590 (Bed drops itself when gets exploded)
2021-04-22 13:23:07 +02:00
Elias Fleckenstein
acbdc937b4
Fix crash when trying to explode an unknown node
2021-04-22 13:19:44 +02:00
Elias Fleckenstein
74a3b2654f
Create inventory if not present in mcl_armor.equip
2021-04-21 13:28:22 +02:00
Elias Fleckenstein
dccb71e2fb
Fix view_range_factors warning
2021-04-21 11:34:22 +02:00
Elias Fleckenstein
1e7ba2b605
Merge branch 'master' into damage
2021-04-21 11:32:50 +02:00
Elias Fleckenstein
fe5f61c747
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-21 11:31:53 +02:00
kay27
1e5ae0bbac
[mcl_beds] Fix screwdriver/bed duplication glitch, https://git.minetest.land/MineClone2/MineClone2/issues/1149
2021-04-21 00:36:07 +04:00
epCode
c7d91baadf
rid some mobs of bouncing animation
2021-04-19 14:29:12 -07:00
epCode
9c3fcae9e1
Fix many things with player animation and update alex
2021-04-19 13:02:12 -07:00
Elias Fleckenstein
4c25091430
Fix syntax error in mcl_inventory
2021-04-19 19:12:32 +02:00
Elias Fleckenstein
ca74f23094
Merge branch 'master' into damage
2021-04-19 18:58:00 +02:00
NO11
7a5ce1c717
Simplify debarking again
2021-04-19 16:53:48 +00:00
NO11
e8c15867ad
Add mcl_stripped_varient node def
2021-04-19 16:50:21 +00:00
Elias Fleckenstein
20a4e038f5
Fix crash when slain by named mob
2021-04-19 17:40:50 +02:00
Elias Fleckenstein
c80b1c5140
Re-add usage of mcl_colors.GRAY to book descriptions
2021-04-19 15:19:59 +02:00
Elias Fleckenstein
7efc177188
Revert minecraft color set usage in mcl_books and mcl_skins GUI menus.
...
(Follow-up of d8d4cb5def
)
Reverts a2fcd28a3d
and partially reverts f8a627915e
.
2021-04-19 15:16:59 +02:00
Elias Fleckenstein
d8d4cb5def
Revert color changes to GUI.
...
The Minecraft colorset (net.minecraft.util.text.TextFormatting) is only used for chat and tooltips.
This partically reverts 84819bf9f5
.
2021-04-19 14:44:20 +02:00
Elias Fleckenstein
52a49e640e
Merge branch 'master' into damage
2021-04-19 09:57:56 +02:00
Elias Fleckenstein
69485f8505
Integrate falling nodes damage
2021-04-19 09:49:29 +02:00
NO11
0c5ca70187
remove wrong config
2021-04-19 07:35:53 +00:00
Elias Fleckenstein
ec1ef1affa
Merge pull request 'Fix #1422 ' ( #1474 ) from Doloment/MineClone2:ender_chest_fix into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1474
2021-04-19 07:25:57 +00:00
jordan4ibanez
c03717139b
Add mod.conf to mcl_fireworks
2021-04-18 23:23:07 -04:00
jordan4ibanez
44a25de12f
Fix crashing with unknown slot description when enchanting
2021-04-18 23:18:18 -04:00
NO11
aa533edda2
Simplify debarking
2021-04-18 18:28:39 +00:00
Elias Fleckenstein
c9b4ddb923
Add command damage type (This is Non-MC)
2021-04-18 20:22:18 +02:00
Elias Fleckenstein
53b0ad7347
Implement magic damage
2021-04-18 20:21:11 +02:00
Elias Fleckenstein
d9195cc520
Redesign damage modifier execution
2021-04-18 20:08:08 +02:00
NO11
49f6ccaa4a
Remove old crafting recipes
2021-04-18 18:02:41 +00:00
NO11
3668b2dee6
Summarize all debarked types of wood
2021-04-18 18:02:37 +00:00
Elias Fleckenstein
a2c3eb95bb
Merge branch 'master' into damage
2021-04-18 19:51:46 +02:00
Elias Fleckenstein
d08a226a51
Integrate critical hits
2021-04-18 19:50:48 +02:00
NO11
9bc2f2d866
Fix lying trunks that stand upright again after debarking
2021-04-18 17:18:27 +00:00
Elias Fleckenstein
2827542002
Implement food poisoning damage properly~
2021-04-18 18:49:00 +02:00
Elias Fleckenstein
3ad5b30ea5
Add cramming and fireworks damage types for future use
2021-04-18 17:38:19 +02:00
Elias Fleckenstein
1cf53caa7a
Update armor stand entity in on_activate callback, remove debug print
2021-04-18 16:20:32 +02:00
Elias Fleckenstein
d1198e8d74
Register elytra texture
2021-04-18 16:19:12 +02:00
Elias Fleckenstein
4f0bb444fe
Integrate armor stand
2021-04-18 16:03:23 +02:00
Elias Fleckenstein
f0d7715080
Merge branch 'master' into damage
2021-04-18 14:51:45 +02:00
Elias Fleckenstein
5d9c3cd85b
Fix #1572
2021-04-18 14:41:44 +02:00
Doloment
956dab78ce
Added LBM
2021-04-18 09:50:02 +00:00
Elias Åström
fc9928c0b6
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-18 11:42:38 +02:00
Elias Åström
573b1dc44b
Do not include unnecessary tool_capabilities
...
This commit makes enchanted tools which have no use for
tool_capabilities to not include it in their metadata. It does this by
not including tool_capabilities in the metadata of an enchanted tool if
at least one of two cases is true:
(1) The tool is not enchanted with unbreaking or efficiency
(2) The tool does not have tool_capabilities defined in its definition
The first case covers situations like having a pickaxe only being
enchanted with silk_touch. The second case covers situations like a
piece of armor being enchanted with unbreaking.
2021-04-18 11:40:43 +02:00
Elias Åström
dd69dcfd9f
Fix efficiency and unbreaking not working together
...
This commit fixes an issue were tools enchanted with both efficiency and
unbreaking would loose the effect of one of the enchantments in some
conditions.
2021-04-18 11:40:13 +02:00
Elias Fleckenstein
76271199c6
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-18 08:39:04 +02:00
kay27
11b66e83a2
[mcl_portals] Better NP search, no more teleports on the roof, fix https://git.minetest.land/MineClone2/MineClone2/issues/1560
2021-04-18 04:29:30 +04:00
AFCMS
4aa6421faf
performance optimisation
2021-04-18 00:27:51 +02:00
AFCMS
f967aa3d51
remove unuseful code
2021-04-18 00:10:11 +02:00
Elias Fleckenstein
a7e102426a
Add time_of_day to get_light crash fix
2021-04-17 21:01:09 +02:00
Elias Fleckenstein
bcd058feb1
Fix get_light crash
2021-04-17 21:00:32 +02:00
Elias Fleckenstein
baebe3c2d2
Fix namtags being invisible
2021-04-17 20:57:12 +02:00
Elias Fleckenstein
205572cc69
Fix elytra code style
2021-04-17 19:34:23 +02:00
Elias Fleckenstein
f8b54db392
Fix controls.register_on_press being called for every player in a globalstep
2021-04-17 18:55:56 +02:00
Elias Fleckenstein
bbd115fde0
Update armor stand
2021-04-17 18:39:38 +02:00
Elias Fleckenstein
7c7af7d664
Merge branch 'master' into damage
2021-04-17 18:39:00 +02:00
Elias Fleckenstein
f79e12c8ae
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-17 18:16:19 +02:00
Elias Fleckenstein
5c928575f8
Fix #1572 , server crash during login
2021-04-17 18:15:45 +02:00
Elias Fleckenstein
8e37b51cac
Equip mob heads with rightclick
2021-04-17 14:07:47 +02:00
Elias Fleckenstein
6724a8d0ed
Fix crash in damage handler
2021-04-17 13:59:46 +02:00
NO11
06699c2cc4
Fix that an ax wears out if you right-click another block
2021-04-17 11:55:50 +00:00
Elias Fleckenstein
6bbea11fb8
Fix crash with mcl_heads
2021-04-17 13:53:41 +02:00
Elias Fleckenstein
c7c47c1ca7
Increase mob_view_range_factor performance
2021-04-17 13:49:40 +02:00
Elias Fleckenstein
d952423dda
Improve wielditem performance and fix wielditems sometimes showing duplicate
2021-04-17 13:24:30 +02:00
Elias Fleckenstein
4d515e95c6
Remove wieldview
2021-04-17 12:58:40 +02:00
Elias Fleckenstein
ca75a893db
Merge branch 'master' into damage
2021-04-17 12:58:19 +02:00
AFCMS
6a55136517
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-04-17 09:26:49 +02:00
AFCMS
02f393998f
fix many warnings (644 remaining)
2021-04-17 09:26:37 +02:00
AFCMS
22a2fdbf5f
fix more codestyle
2021-04-17 07:46:24 +02:00
AFCMS
5f076d372a
fix many codestyle errors
2021-04-17 07:42:49 +02:00
Elias Fleckenstein
bd3c08d367
Improve mcl_burning player performance
2021-04-16 19:50:56 +02:00
Elias Fleckenstein
01c79c5a18
Fix mcl_burning.tick not being called at all for mobs
2021-04-16 18:37:07 +02:00
Elias Fleckenstein
095f78b785
Massive mcl_burning performance improvement
2021-04-16 18:34:29 +02:00
AFCMS
457f61a532
Fix #1570
2021-04-16 11:40:44 +00:00
AFCMS
1a58b0c510
fix many codestyle issues
2021-04-16 13:35:03 +02:00
Elias Fleckenstein
5d5ed91519
Merge branch 'master' into damage
2021-04-16 12:20:53 +02:00
AFCMS
2d6e0241cd
Merge branch 'master' into luacheck
2021-04-16 11:03:46 +02:00
AFCMS
1df916bd7b
fix warning
2021-04-16 11:03:31 +02:00
jordan4ibanez
044e9d22ad
Re-enable mob-despawner
2021-04-15 21:13:19 -04:00
epCode
31dfeae445
Fix female player model for footglitch/elytra
2021-04-15 14:57:55 -07:00
epCode
cd04f6d7ce
Fix glitch with Stray
2021-04-15 14:53:22 -07:00
AFCMS
60e74fc41d
fix excedent lines
2021-04-15 23:44:29 +02:00
AFCMS
a602f64ea5
fix many warnings
2021-04-15 23:41:34 +02:00
epCode
9feaec95d9
Fix Stupid mistake with zombievillagers
2021-04-15 14:29:24 -07:00
epCode
0ca6c06198
add the other villager zombie textures
2021-04-15 14:11:35 -07:00
AFCMS
b497778192
delete unused file
2021-04-15 22:22:39 +02:00
epCode
f0fab4e708
Allow zombie villager to have visual armor
2021-04-15 12:04:25 -07:00
Elias Fleckenstein
0c5096db13
Merge pull request 'Fixes for german locales (2021-04-14_locales_german)' ( #1564 ) from n_to/MineClone2:2021-04-14_locales_german into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1564
2021-04-15 16:18:51 +00:00
NO11
a8760c0375
Reduce the radius in which a cactus destroys items
2021-04-15 12:23:08 +00:00
NO11
bbffda3635
Make cactus destroy items
2021-04-15 11:21:15 +00:00
Nils Dagsson Moskopp
2575e20e7e
Show preview of new banner pattern when crafting it
2021-04-15 13:25:59 +04:00
epCode
5fe30d7287
Make Zmbs, Husks, Sklys, Strys, and WthrSklys support armor textures.
2021-04-14 16:51:17 -07:00
Benjamin Schötz
bffd032a8b
Fixes my own typo ;)
2021-04-14 22:06:03 +02:00
Benjamin Schötz
e4c8ba795a
Fixes typos, grammar errors, and some translation flaws in several german translation files.
2021-04-14 22:03:36 +02:00
Marcin Serwin
2a06be02b3
Add polish translation of mcl_farming
2021-04-14 21:20:58 +02:00
Elias Fleckenstein
8931ffb7d3
Fix crash with armor enchantments
2021-04-14 20:39:35 +02:00
Elias Fleckenstein
727d7be6ab
Call on_equip and on_unequip everytime needed
2021-04-14 20:39:05 +02:00
Elias Fleckenstein
ec6d68322a
Make hbarmor work
2021-04-14 20:08:08 +02:00
epCode
18cdd13c06
Partialy fix #1559
2021-04-14 11:01:50 -07:00
Elias Fleckenstein
9c75cd1a79
Implement starve damage
2021-04-14 19:09:46 +02:00
Elias Fleckenstein
a3af1cdf6e
Implement in_wall damage type
2021-04-14 19:07:58 +02:00
Elias Fleckenstein
4e37cc114c
Implement out_of_world damage type
2021-04-14 19:06:30 +02:00
Elias Fleckenstein
5d9bb7cacd
Fix armor not actually protecting lol
2021-04-14 19:06:11 +02:00
Elias Fleckenstein
49e7def70a
Implement lightning_bolt damage reason
2021-04-14 18:40:41 +02:00
Elias Fleckenstein
ad3defdfb3
Merge branch 'master' into damage
2021-04-14 18:29:42 +02:00
Elias Fleckenstein
c41bd3932c
Add global smoke spawning API
2021-04-14 18:14:21 +02:00
Elias Fleckenstein
875bb3db84
Use fire-like damage types properly
2021-04-14 17:20:51 +02:00
j1233
46b1762872
credit me
...
https://git.minetest.land/MineClone2/MineClone2/src/branch/master/mods/ITEMS/mcl_fireworks/README.txt#L3
2021-04-14 14:53:33 +00:00
Elias Fleckenstein
963adfb4e2
Move @Code-Sploit to devs section
2021-04-14 16:37:07 +02:00
Elias Fleckenstein
6d0abb2973
Merge branch 'master' into beta
2021-04-14 16:36:04 +02:00
Elias Fleckenstein
e74838136d
Use cactus damage type
2021-04-14 16:27:21 +02:00
Elias Fleckenstein
d0ddd38d4e
Merge branch 'master' into damage
2021-04-14 16:14:00 +02:00
Elias Fleckenstein
ce0148d9a8
Rewrite armor; new damage system
2021-04-14 15:46:52 +02:00
epCode
5b93ee5e40
Improve rocket
2021-04-13 17:07:28 -07:00
epCode
8d22102c66
remove abitrary minetest.chat_send_all(
2021-04-13 16:28:38 -07:00
epCode
a93562a60c
Merge pull request 'Add Firework Rocket for elytra boost' ( #1551 ) from NO11/MineClone2:elytra_rocket into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1551
2021-04-13 23:27:23 +00:00
epCode
399ed85717
Make flying w elytra use pitch and not sneak
2021-04-13 16:14:37 -07:00
jordan4ibanez
67c1bc973a
Add lua locals into mcl_dungeons for performance
2021-04-14 01:19:01 +04:00
NO11
1c50f9aed6
fix typo
2021-04-13 20:52:55 +00:00
NO11
f768972469
add rocket texture (pixel perfection)
2021-04-13 20:38:00 +00:00
NO11
9c68528b8b
add german translation
2021-04-13 20:36:41 +00:00
NO11
1597e093b5
Dateien hochladen nach „mods/ITEMS/mcl_fireworks/sounds“
2021-04-13 20:35:40 +00:00
NO11
f15a28109c
add rocket for elytra boost
2021-04-13 20:33:34 +00:00
epCode
f498d3ae02
make elytra activate mor MC-like
2021-04-13 11:45:31 -07:00
Marcin Serwin
c6de8c0669
Add polish translation of mcl_end
2021-04-13 19:26:24 +02:00
Code-Sploit
cd0d2d2296
Fix #1548
2021-04-13 13:57:45 +00:00
kay27
3077498a63
Fix screwdriver/door duplication glitch, https://git.minetest.land/MineClone2/MineClone2/issues/1149
2021-04-13 16:49:10 +04:00
Code-Sploit
84764389dc
Fix #1538
2021-04-13 11:34:53 +00:00
Marcin Serwin
3a88ff7cb3
Add polish translation of mcl_clock
2021-04-13 10:01:37 +02:00
Elias Fleckenstein
78d387e2df
Rewrite mcl_torches API
2021-04-13 09:59:51 +02:00
Marcin Serwin
0de2d3d707
Add polish translation of mcl_bows
2021-04-13 09:58:10 +02:00
Marcin Serwin
8934c65564
Add polish translation of mcl_mushrooms
2021-04-13 09:44:00 +02:00
Elias Fleckenstein
421ab9f660
Add timeout to static hudbars
2021-04-13 08:42:17 +02:00
Elias Fleckenstein
5ddd1d0193
Merge branch 'master' into beta
2021-04-13 08:33:31 +02:00
Elias Fleckenstein
037832a177
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-13 08:06:28 +02:00
epCode
424685d3d3
Add elytra (sprint in air to use)
2021-04-12 14:56:33 -07:00
Marcin Serwin
9472f86025
Fix spellchecking errors
2021-04-12 17:58:04 +02:00
Elias Fleckenstein
5028728fbc
Merge branch 'master' into faithful
2021-04-12 17:54:20 +02:00
Elias Fleckenstein
6f770bc962
Fix crash in mcl_bossbars.remove_bar
2021-04-12 17:54:09 +02:00
Elias Fleckenstein
f540bc2bb1
Merge branch 'master' into beta
2021-04-12 17:31:58 +02:00
Elias Fleckenstein
5fb7913355
Revert "Revert "Merge pull request 'Add #490 ' ( #1515 ) from NO11/MineClone2:master into master""
...
This reverts commit 615b15f133
.
2021-04-12 16:36:08 +02:00
Elias Fleckenstein
d3a3253563
Revert "Revert "Make hoe dig some blocks faster""
...
This reverts commit db5626fcb4
.
2021-04-12 16:34:40 +02:00
Elias Fleckenstein
c3868084af
Revert "Fix crash with removed hoey diggroup"
...
This reverts commit ed7099fefc
.
2021-04-12 16:34:25 +02:00
Marcin Serwin
6fb94fb411
Add polish translation of mcl_portals
2021-04-12 16:23:54 +02:00
Marcin Serwin
883bd0f437
Add polish translation of findbiome
2021-04-12 15:58:13 +02:00
Marcin Serwin
42d2dfed19
Add polish translation of mcl_chests
2021-04-12 15:48:00 +02:00
Elias Fleckenstein
0d5933b95e
Remove debug printin mcl_mobs
2021-04-12 15:45:00 +02:00
Marcin Serwin
33f22f4eed
Add polish translation of mcl_compass
2021-04-12 15:33:37 +02:00
Marcin Serwin
cec4011de2
Add polish translation of mcl_hoppers
2021-04-12 15:29:33 +02:00
Elias Fleckenstein
615b15f133
Revert "Merge pull request 'Add #490 ' ( #1515 ) from NO11/MineClone2:master into master"
...
This reverts commit 7a8079bb64
, reversing
changes made to 849823af1f
.
2021-04-12 15:25:31 +02:00
Marcin Serwin
38d788998d
Add polish translation of mcl_doors
2021-04-12 15:19:40 +02:00
Elias Fleckenstein
ed7099fefc
Fix crash with removed hoey diggroup
2021-04-12 15:18:19 +02:00
Marcin Serwin
9e41d5874a
Add polish translation of mcl_potions
2021-04-12 15:08:57 +02:00
Elias Fleckenstein
db5626fcb4
Revert "Make hoe dig some blocks faster"
...
This reverts commit c1e295de5f
.
2021-04-12 15:05:01 +02:00
Elias Fleckenstein
523a0c54d6
Localize c_x and c_y in mcl_playerplus
2021-04-12 14:54:14 +02:00
Marcin Serwin
1be74d21d3
Add polish translation of mcl_enchanting
2021-04-12 14:26:29 +02:00
Elias Fleckenstein
b914e088cc
Update README files
2021-04-12 14:03:51 +02:00
Marcin Serwin
32e33d3b21
Add polish translation of mclx_core
2021-04-12 13:56:55 +02:00
Marcin Serwin
7d674e6e72
Add polish translation of mcl_cauldrons
2021-04-12 13:54:37 +02:00
Marcin Serwin
ec2e5f7430
Add polish translation of mcl_heads
2021-04-12 13:41:57 +02:00
Marcin Serwin
7a4d009648
Add polish translation of mcl_anvils
2021-04-12 13:37:42 +02:00
Marcin Serwin
8f9f4f6093
Add polish translation of mcl_flowers
2021-04-12 13:23:32 +02:00
Marcin Serwin
38741754e0
Add polish translation of mcl_monster_eggs
2021-04-12 13:02:28 +02:00
Marcin Serwin
f1ce4f0df6
Add polish translation of mcl_screwdriver
2021-04-12 13:00:04 +02:00
Marcin Serwin
a598d94afd
Add polish translation of mcl_throwing
2021-04-12 12:59:24 +02:00
Marcin Serwin
d553aa5e8c
Add polish translation of mcl_ocean
2021-04-12 12:53:24 +02:00
Marcin Serwin
23e52975fd
Add polish translation of mcl_sponges
2021-04-12 12:39:01 +02:00
Marcin Serwin
baed298ce6
Add polish translation of mcl_wip
2021-04-12 12:17:27 +02:00
Marcin Serwin
6c5c4b0080
Add polish translation of mcl_itemframes
2021-04-12 12:17:14 +02:00
Marcin Serwin
b14b08dc30
Add polish translation of mcl_maps
2021-04-12 12:16:54 +02:00
Marcin Serwin
2b6f31fe3b
Add polish translation of mclx_fences
2021-04-12 12:16:20 +02:00
Marcin Serwin
321caa0632
Minor translation fixes
2021-04-12 11:27:41 +02:00
Marcin Serwin
6f3bd95106
Add polish translation of mcl_commands
2021-04-12 11:24:38 +02:00
Marcin Serwin
a3b46be64a
Add polish translation of mcl_privs
2021-04-12 11:24:23 +02:00
Marcin Serwin
8e4ba0d3e1
Add polish translation of xpanes
2021-04-12 11:24:00 +02:00
Marcin Serwin
a7c8bfc0d7
Add polish translation of mcl_banners
2021-04-12 11:01:35 +02:00
Marcin Serwin
504a0e5d2c
Add polish translation of mcl_armor
2021-04-12 10:33:01 +02:00
Marcin Serwin
99c20421f4
Add polish translation of mcl_dye
2021-04-12 10:28:42 +02:00
Marcin Serwin
cd8e695ca5
Add polish translation of mcl_brewing
2021-04-12 10:28:27 +02:00
Marcin Serwin
2bf2766688
Add polish translation of mcl_furnaces
2021-04-12 10:28:02 +02:00
Marcin Serwin
7b4eb28160
Add polish translation of mclx_stairs
2021-04-12 10:09:28 +02:00
Marcin Serwin
2221f89696
Add polish translation of mcl_explosions
2021-04-12 09:58:07 +02:00
Marcin Serwin
50b209a945
Add polish translation of mcl_paintings
2021-04-12 09:57:11 +02:00
Marcin Serwin
034a29edc0
Add polish translation of mobs_mc
2021-04-12 09:55:53 +02:00
Marcin Serwin
958fee0a73
Add polish translation of mcl_mobs
2021-04-12 09:55:36 +02:00
Marcin Serwin
d50e63d935
Add polish translation of mcl_falling_nodes
2021-04-12 09:29:52 +02:00
Marcin Serwin
1fd869b5fb
Add polish translation of mcl_minecarts
2021-04-12 08:55:42 +02:00
Elias Fleckenstein
c0a31f0e9c
Fix #1535
2021-04-11 17:30:32 +02:00
Elias Fleckenstein
24f8f9166b
Fix #1528
2021-04-11 17:29:05 +02:00
Marcin Serwin
9f7f1f2c89
Add polish translation of mcl_boats
2021-04-11 14:35:35 +02:00
Marcin Serwin
ee28bda893
Add polish translation of mcl_core
2021-04-11 13:43:19 +02:00
Elias Fleckenstein
af044e6a96
Bossbars: Add support for non-mob bosses
2021-04-11 11:15:09 +02:00
Elias Fleckenstein
2313012f60
Fix #1528
2021-04-11 10:41:11 +02:00
epCode
ce49cd02ac
make player collision box MUCH closer to MC
2021-04-10 15:41:50 -07:00
kay27
40c733c913
[mobs_mc] Remove goto
from enderman.lua
2021-04-11 02:11:14 +04:00
kay27
a76fe2b487
[mcl_mobs] Replace goto
to repeat-break-until true
in spawning.lua
2021-04-11 02:11:06 +04:00
kay27
b14ca5a843
Revert "[mcl_mobs, mobs_mc] TEMP! Remove goto
to run on RasbPI4, Oil_boi free to revert"
...
This reverts commit ea41c82834
.
2021-04-11 02:10:27 +04:00
epCode
3ff214ec2d
lessen the push strength for players
2021-04-10 15:06:16 -07:00
epCode
f6db31eae3
add criticle and sprint hits.
2021-04-10 14:47:26 -07:00
Elias Fleckenstein
9ba1917209
Add end crystal beams
2021-04-10 20:58:34 +02:00
kay27
ea41c82834
[mcl_mobs, mobs_mc] TEMP! Remove goto
to run on RasbPI4, Oil_boi free to revert
2021-04-10 20:47:55 +02:00
Elias Fleckenstein
2116b2b9d0
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-10 20:05:09 +02:00
epCode
08b7340ff5
Fix crash with player near unknown object
2021-04-10 10:20:38 -07:00
NO11
cdd12a0c71
Charcoal made from debarked wood
2021-04-10 11:19:51 +00:00
NO11
652f8d48ed
Debark wood with an axe
2021-04-09 22:16:52 +00:00
NO11
988f298375
Add stripped wood crafting
2021-04-09 22:13:50 +00:00
NO11
c73cd8b810
Add stripped spruce textures
2021-04-09 22:11:32 +00:00
NO11
ebd4380c98
Add stripped oak textures
2021-04-09 22:10:47 +00:00
NO11
3d732c2412
Add stripped jungle textures
2021-04-09 22:10:10 +00:00
NO11
03e112ef9b
Add stripped dark oak textures
2021-04-09 22:09:16 +00:00
NO11
9b81a4d83e
Add stripped birch textures
2021-04-09 22:08:39 +00:00
NO11
cbcaef19c6
Add stripped acacia textures
2021-04-09 22:07:44 +00:00
NO11
9e5fb7f533
Add #490
2021-04-09 22:04:42 +00:00
epCode
849823af1f
Add player pushing ;)
2021-04-09 14:33:14 -07:00
kay27
d50fd06c82
Revert "Attemp to fix #1513 " in favour of next commit 3375e903ce
...
This reverts commit f5f6e232cc
.
2021-04-09 19:03:45 +04:00
kay27
3375e903ce
[mesecons] Fix attempt to call upvalue in internal.lua
2021-04-09 18:52:33 +04:00
AFCMS
f5f6e232cc
Attemp to fix #1513
2021-04-09 16:46:41 +02:00
Elias Fleckenstein
c6ffccfef5
Add priority to bossbars; display bossbars of closest bosses first
2021-04-09 13:35:58 +02:00
Elias Fleckenstein
cbd2731e06
Improve mcl_bossbars performance
2021-04-09 13:22:45 +02:00
kay27
a733eb8e0c
[mesecons] Localise several things in internal.lua
2021-04-09 02:08:03 +04:00
Nils Dagsson Moskopp
7c8cf6f79f
Do not crash server if world border is depowered
2021-04-09 01:33:22 +04:00
kay27
f0c2eb86a2
Revert (3/3) "Fix extreme mesecons/redstone crashing at world border"
...
This reverts commit 0842a36aa6
.
2021-04-09 01:32:58 +04:00
kay27
26ce10d25c
Revert (2/3) "Add erlehmann fix to redstone world border crash"
...
This reverts commit b9d175e6a5
.
2021-04-09 01:32:27 +04:00
kay27
6b31e85385
Revert (1/3) "Revert fixes to crash world border"
...
This reverts commit 18f73ba31f
.
2021-04-09 01:31:21 +04:00
jordan4ibanez
6279f5eb41
test
2021-04-08 23:58:12 +04:00
jordan4ibanez
9789cf5dcd
Adjust spawning to be closer and more frequent
2021-04-08 23:58:12 +04:00
jordan4ibanez
26847bbb54
Finish mob limiter
2021-04-08 23:58:12 +04:00
jordan4ibanez
4fca50dead
Fix spawn timer reset debug
2021-04-08 23:58:12 +04:00
jordan4ibanez
310dcf9660
Fix forgotten biome check
2021-04-08 23:58:11 +04:00
jordan4ibanez
ba9866db49
merge
2021-04-08 23:58:11 +04:00
jordan4ibanez
282ba2614a
merge
2021-04-08 23:58:11 +04:00
jordan4ibanez
26ef8c2674
Fix silverfish typo
2021-04-08 23:58:11 +04:00
jordan4ibanez
f5cc2bab09
Readjust mobs internal settings to not cause insane memory usage
2021-04-08 23:58:11 +04:00
jordan4ibanez
71c50042e6
Fix typo
2021-04-08 23:58:11 +04:00
jordan4ibanez
ae0c235c1f
Combine air and ground type spawning into ground
2021-04-08 23:58:11 +04:00
jordan4ibanez
668b67158c
merge
2021-04-08 23:58:11 +04:00
jordan4ibanez
c259fc2a28
Add in all biome information to mobs
2021-04-08 23:58:11 +04:00
jordan4ibanez
249a3c8891
Add bats, chicken, and blaze spawn info
2021-04-08 23:58:11 +04:00
jordan4ibanez
34b66acc9d
Make reference list copy-pastable
2021-04-08 23:58:11 +04:00
jordan4ibanez
89f35c06af
Ignore default or void dimensions
2021-04-08 23:58:11 +04:00
jordan4ibanez
cb093b774c
Add biome list
2021-04-08 23:58:10 +04:00
jordan4ibanez
abc68f4dc6
Refactor spawning into it's own file
2021-04-08 23:58:10 +04:00
jordan4ibanez
38dcbcb3d4
Fix mobs colliding with other mobs/players
2021-04-08 23:58:10 +04:00
jordan4ibanez
d65a5e3be0
Fix mobs colliding with objects
2021-04-08 23:58:10 +04:00
kay27
de41a4c26b
merge
2021-04-08 23:58:10 +04:00
kay27
5e0bd2281c
Revert "Revert "Merge pull request 'Massively overhaul spawning algorithm for mobs' ( #1487 ) from jordan4ibanez/MineClone2-MobTweaks:master into master""
...
This reverts commit 6a1a634cba
.
2021-04-08 23:58:10 +04:00
jordan4ibanez
18f73ba31f
Revert fixes to crash world border
2021-04-08 15:48:53 -04:00
jordan4ibanez
b9d175e6a5
Add erlehmann fix to redstone world border crash
2021-04-08 15:16:38 -04:00
jordan4ibanez
0842a36aa6
Fix extreme mesecons/redstone crashing at world border
2021-04-08 14:28:07 -04:00
iliekprogrammar
d50665d2d5
Allow kelp stems at half height to be treated like full-sized ones.
...
Remove debug information
2021-04-08 19:25:19 +08:00
iliekprogrammar
5ccb12586d
Fix bug where incorrect number of items are dropped.
2021-04-08 13:35:49 +08:00
iliekprogrammar
2db0e176b3
Prevent param2 overflow when adding stems. Fix #1490
2021-04-08 12:46:04 +08:00
kay27
8e30bc8dbd
[mcl_portals] Prevent from spawning Nether portals in Undertale when not enough air space in Nether
2021-04-08 02:54:33 +04:00
Elias Fleckenstein
d77affca91
Change max_bossbars default to 4
2021-04-07 17:39:13 +02:00
Elias Fleckenstein
6a1a634cba
Revert "Merge pull request 'Massively overhaul spawning algorithm for mobs' ( #1487 ) from jordan4ibanez/MineClone2-MobTweaks:master into master"
...
This reverts commit 4f2a6b2db0
, reversing
changes made to 0970981252
.
2021-04-07 17:20:56 +02:00
Elias Fleckenstein
6c35ff1fc5
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-07 17:02:46 +02:00
Elias Fleckenstein
567f157541
Add a bossbar limit setting
2021-04-07 17:02:03 +02:00
Elias Fleckenstein
f282cd0c4d
Allow bossbars to be grouped
2021-04-07 16:56:21 +02:00
Elias Fleckenstein
3449b3eb7c
Improve bossbars API
2021-04-07 16:47:14 +02:00
iliekprogrammar
986ae950ec
Merge remote-tracking branch 'upstream/master'
2021-04-07 22:30:44 +08:00
iliekprogrammar
61cef21cd1
Add right-to-left statbars, for hunger and air.
2021-04-07 22:26:42 +08:00
TechDudie
db9e8d23d9
Update 'mods/ENTITIES/mobs_mc/creeper.lua'
2021-04-07 17:16:38 +04:00
TechDudie
f664a87dac
Update 'mods/ENTITIES/mobs_mc/creeper.lua'
2021-04-07 17:16:38 +04:00
Elias Fleckenstein
6e2a7c8a7e
Make gateway enderpearl teleports easier
2021-04-07 13:47:48 +02:00
Elias Fleckenstein
c451866a36
Fix #1426
2021-04-07 09:56:00 +02:00
Elias Fleckenstein
3c1a38904a
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-07 09:25:44 +02:00
Elias Fleckenstein
b2c09c8ba0
Add gateway portals
2021-04-07 09:17:13 +02:00
jordan4ibanez
4f2a6b2db0
Merge pull request 'Massively overhaul spawning algorithm for mobs' ( #1487 ) from jordan4ibanez/MineClone2-MobTweaks:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1487
2021-04-07 06:40:21 +00:00
jordan4ibanez
ec6eb51726
Massively overhaul spawning algorithm for mobs
2021-04-07 02:39:15 -04:00
jordan4ibanez
6cdf7c98c2
Rework all mobs spawning - preprototype stage
2021-04-07 00:55:57 -04:00
jordan4ibanez
0970981252
Merge pull request 'Adjust enderman projectile behavior, add snowballs to avoidance' ( #1485 ) from jordan4ibanez/MineClone2-MobTweaks:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1485
2021-04-07 02:22:44 +00:00
jordan4ibanez
6c4c22e3b9
Adjust enderman projectile behavior, add snowballs to avoidance
2021-04-06 22:22:05 -04:00
jordan4ibanez
9b1cc19718
Merge pull request 'Make mobs not collide with objects to stop weird glitches' ( #1484 ) from jordan4ibanez/MineClone2-MobTweaks:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1484
2021-04-07 02:08:39 +00:00
jordan4ibanez
7cecc71b91
Make mobs not collide with objects to stop weird glitches
2021-04-06 22:08:10 -04:00
jordan4ibanez
da057ee9e8
Merge pull request 'Increase unmounting force' ( #1483 ) from jordan4ibanez/MineClone2-MobTweaks:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1483
2021-04-07 02:03:25 +00:00
jordan4ibanez
6aaf25bbc9
Increase unmounting force
2021-04-06 22:02:52 -04:00
jordan4ibanez
7826311175
Merge pull request 'Make unmounting a mob less of a jolt' ( #1482 ) from jordan4ibanez/MineClone2-MobTweaks:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1482
2021-04-07 02:00:32 +00:00
jordan4ibanez
4a1faa44de
Make unmounting a mob less of a jolt
2021-04-06 21:59:51 -04:00
jordan4ibanez
8ab9de74dc
Merge pull request 'Add line of sight calculations to the enderman' ( #1481 ) from jordan4ibanez/MineClone2-MobTweaks:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1481
2021-04-07 01:30:19 +00:00
jordan4ibanez
acd2b8e691
Add line of sight calculations to the enderman
2021-04-06 21:29:52 -04:00
jordan4ibanez
21334bc49d
Merge pull request 'Massive enderman sight check calculation overhaul' ( #1480 ) from jordan4ibanez/MineClone2-MobTweaks:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1480
2021-04-07 01:15:40 +00:00
jordan4ibanez
56f94af6ce
Massively overhaul enderman sight calculations
2021-04-06 21:13:20 -04:00
jordan4ibanez
9f7899c01a
Enderman use vectors to check distance between player and self
2021-04-06 20:37:48 -04:00
jordan4ibanez
4ec3fd0ba6
Merge pull request 'Fix insane enderman 64 node radius check for players' ( #1479 ) from jordan4ibanez/MineClone2-MobTweaks:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1479
2021-04-07 00:25:52 +00:00
jordan4ibanez
00db03320b
Fix insane enderman 64 node radius check for players
2021-04-06 20:24:46 -04:00
kay27
069e089ae4
[mcl_portals, mcl_structures] Add End gateways W-I-P by Elias Fleckenstein with minor portals improvements and fixes
2021-04-07 03:34:15 +04:00
Elias Fleckenstein
430f958fae
Move end exit portal to 0, 0; Add end gateway portals (WIP)
2021-04-06 20:08:20 +02:00
Elias Fleckenstein
f65c40f805
Make dragon egg teleport on punching
2021-04-06 17:20:11 +02:00
Doloment
51f121d516
Merge branch 'master' into ender_chest_fix
2021-04-06 14:57:19 +00:00
jordan4ibanez
9e1b662c03
Merge pull request 'Remove 47 node object check from mobs' ( #1473 ) from jordan4ibanez/MineClone2-MobTweaks:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1473
2021-04-06 14:41:03 +00:00
jordan4ibanez
8e2493dd9a
Remove 47 node object check from mobs
2021-04-06 10:40:16 -04:00
Elias Fleckenstein
89a9b16465
Merge pull request 'Add End Credits' ( #1469 ) from credits into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1469
2021-04-06 14:39:47 +00:00
Elias Fleckenstein
ea08fee9ba
Make the dragon stay within a 50 blocks range of the portal
2021-04-06 16:38:23 +02:00
Doloment
1e17989ef2
Prevent opening an ender chest while block above it
2021-04-06 21:17:02 +07:00
Elias Fleckenstein
3c73ad3b98
Add ztianyang to credits
2021-04-06 16:06:44 +02:00
Elias Fleckenstein
91e2372df0
Merge branch 'master' into credits
2021-04-06 16:06:12 +02:00
Elias Fleckenstein
058c6ef9f4
Merge pull request 'Fix chest entity textures' ( #1472 ) from Doloment/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1472
2021-04-06 14:03:30 +00:00
Elias Fleckenstein
38a12e59da
Fix comment indentation in wieldview
2021-04-06 16:02:18 +02:00
Elias Fleckenstein
1d587b8895
Fix crash in wieldview
2021-04-06 15:59:59 +02:00
Elias Fleckenstein
83b9cf3ad2
End exit portal openng / closing on dragon death / spawn
2021-04-06 15:48:17 +02:00
Doloment
31a7a4fbb6
Merge branch 'master' into master
2021-04-06 13:42:07 +00:00
Elias Fleckenstein
962a13847e
Fix dragons summoned using commands spawning an egg on the exit portal
2021-04-06 14:57:29 +02:00
Elias Fleckenstein
f350fa6272
Add bossbars
2021-04-06 14:50:34 +02:00
Doloment
055c406d7a
Fix chest entity textures (trapped chests were lighter)
2021-04-06 18:57:06 +07:00
Elias Fleckenstein
a348909ba3
Enderdragon: Proper Egg and XP spawning
2021-04-06 12:50:36 +02:00
Elias Fleckenstein
5bdb3bc274
Add MineClone5 section to credits
2021-04-06 12:14:43 +02:00
Elias Fleckenstein
ba15f01ca9
Add translations; Duplicate listing of people
2021-04-06 12:08:25 +02:00
Elias Fleckenstein
c93a865098
Remove empty line from mcl_portals
2021-04-06 11:59:22 +02:00
Elias Fleckenstein
d07e415b37
Add credits screen
2021-04-06 11:55:21 +02:00
Elias Fleckenstein
175cb44fb1
Merge branch 'master' into credits
2021-04-06 10:53:15 +02:00
AFCMS
91da727184
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-04-05 15:22:57 +02:00
AFCMS
339e3e2792
fix some tools not using right var
2021-04-05 14:32:48 +02:00
kay27
beb2484224
Merge https://git.minetest.land/MineClone2/MineClone2/pulls/1366
2021-04-05 13:50:26 +04:00
AFCMS
28402ca663
store tool wield scale in a global var
2021-04-05 10:16:56 +02:00
Elias Fleckenstein
e407ad2254
Fix #1447
2021-04-05 09:25:03 +02:00
Elias Fleckenstein
b1c4476a04
Merge pull request 'Add End main island generation' ( #1459 ) from end_main_island into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1459
2021-04-05 07:02:48 +00:00
kay27
b1f27dba6a
Merge pull request 'Make horse taming more similar to minecraft ( #1249 )' ( #1460 ) from slaesvuo/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1460
2021-04-05 01:00:17 +00:00
ztianyang
1e1d31b57b
Merge branch 'master' into master
2021-04-04 23:57:20 +00:00
epCode
a6f0ad13a0
Make blaze burning better
2021-04-04 16:46:44 -07:00
epCode
93684baa86
Make Blazes have more Mc-likeness ;)
2021-04-04 16:32:58 -07:00
Tianyang Zhang
8bb8a0e3b2
Fix large and small slimes and magma cubes not dropping xp and loot
2021-04-04 15:40:10 -07:00
Saku Laesvuori
c5e1734c1c
Make horse taming more similar to minecraft ( #1249 )
...
In minecraft horses are tamed by trying to ride them and they can also
be fed to speed up taming. This commit implements both of those
features and disables the old and broken taming system for horses.
2021-04-04 23:24:28 +03:00
Elias Fleckenstein
90f312f772
Add credits overlay prototype
2021-04-04 19:13:46 +02:00
Elias Fleckenstein
1144006cdd
Add End main island generation
2021-04-04 15:16:06 +02:00
kay27
f54f4ebcf9
Merge pull request 'Fix passive mobs despawning' ( #1458 ) from slaesvuo/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1458
2021-04-04 10:18:36 +00:00
Elias Fleckenstein
598692cf8c
Add nil check to prevent crashes with mcl_throwing
2021-04-04 12:10:21 +02:00
Elias Fleckenstein
ff538d51bd
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-04-04 12:01:59 +02:00
Elias Fleckenstein
49446bbb7b
Make enderdragon spawn upon exit portal generation
2021-04-04 12:01:45 +02:00
Saku Laesvuori
4a085c9526
Fix passive mobs despawning
...
According to the wiki most passive mobs do not despawn. The ones that do
have already been explicity marked as despawning.
<https://minecraft.fandom.com/wiki/Spawn#Despawning >
<https://minecraft.fandom.com/wiki/Mob#Despawning >
2021-04-04 09:15:25 +03:00
epCode
ac87e0604e
make ghast firing more MC-like
2021-04-03 18:39:20 -07:00
jordan4ibanez
f8229def5e
Merge pull request 'Fix locationless playing when picking up items' ( #1457 ) from jordan4ibanez/MineClone2-PopSounds:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1457
2021-04-04 01:10:19 +00:00
jordan4ibanez
90fd65ac66
Fix locationless playing
2021-04-03 21:09:43 -04:00
epCode
40b07e466b
make ghast fireballs deflectible
2021-04-03 18:07:51 -07:00
jordan4ibanez
1b511936f5
Fix local name memory leak
2021-04-03 21:05:31 -04:00
jordan4ibanez
a807ee6372
Adjust the volume even more to perfectly match the gameplay
2021-04-03 20:55:46 -04:00
jordan4ibanez
0641f09915
Adjust volume of item collection sound
2021-04-03 20:53:34 -04:00
jordan4ibanez
c572db92aa
Add sound buffer and different item collection sound
2021-04-03 20:39:08 -04:00
jordan4ibanez
844db8aa7b
Revert to previous style of interpolated move_to with tweaks
2021-04-02 22:02:19 -04:00
jordan4ibanez
0840ad98a2
Adjust the item collection magnet even more
2021-04-02 21:57:38 -04:00
jordan4ibanez
1cbd3a998d
Use manual move_to to account for move_to interpolation issues
2021-04-02 21:50:47 -04:00
jordan4ibanez
61e812e40a
Add in manual interpolation into the item magnet
2021-04-02 21:40:04 -04:00
jordan4ibanez
18d7be4a4f
More fixes to item collection on laggy servers
2021-04-03 00:42:20 -04:00
AFCMS
b68c4b07c1
tweak hudbars
2021-04-02 17:20:19 +02:00
AFCMS
ca01b3641b
make endermen not teleport everytime when hitted
2021-04-02 15:04:21 +02:00
AFCMS
0db47dbf02
Merge branch 'remove-alpha-field'
2021-04-02 14:43:08 +02:00
AFCMS
59d687c579
fix API.md
2021-04-02 14:30:46 +02:00
AFCMS
c457c4ce3c
fix undeacleared vars in mcl_fishing
2021-04-02 14:28:43 +02:00
AFCMS
ead33e3520
fix undeacleared vars in mcl_throwing
2021-04-02 14:27:35 +02:00
AFCMS
e20e0fab71
remobe backward compatibility for portals
2021-04-02 14:16:14 +02:00
AFCMS
695ad9120b
remove backward compatibility for water
2021-04-02 14:12:44 +02:00
NO11
39aaf0f21f
Fix #1391
2021-04-02 11:09:45 +00:00
AFCMS
cbc1052f6b
Merge branch 'master' into doc-refactoring
2021-04-02 10:27:22 +02:00
jordan4ibanez
1e3676c391
Remove debug info from item magnet
2021-04-02 05:38:53 +00:00
jordan4ibanez
2f272b3dff
Fix item drop on laggy servers
2021-04-01 23:48:00 -04:00
epCode
0dbe66f3b4
make mob drops similar to MC
2021-04-01 14:12:07 -07:00
AFCMS
15803fddc2
Merge branch 'master' into doc-refactoring
2021-03-31 20:33:37 +02:00
epCode
5356e97b77
fix copy/pasted arrow texture to pixel-perfection
2021-03-31 11:23:59 -07:00
AFCMS
626990adeb
Merge branch 'master' into doc-refactoring
2021-03-31 16:15:34 +02:00
iliekprogrammar
9885f36c62
Fix missing age metadata and timer initialization in on_place.
2021-03-31 19:27:57 +08:00
iliekprogrammar
bfff643ff4
Allow age to override during initialization.
2021-03-31 17:38:38 +08:00
iliekprogrammar
ccea673dcc
Fix updating age metadata. Remove kelp.lock_drop.
2021-03-31 17:31:28 +08:00
iliekprogrammar
08e280d9b4
Comment out debug stuff
2021-03-31 14:17:50 +08:00
iliekprogrammar
52c788f197
Merge branch 'master' into kelp
2021-03-31 13:59:27 +08:00
iliekprogrammar
089d6aa5c8
Add dug sounds to kelp when unsubmerged
2021-03-31 13:55:07 +08:00
iliekprogrammar
9518086b6b
Kelp store age metadata by bulk on a queue, improve API, etc.
...
Highlights:
- Implement storing age metadata by bulk on a queue, with maximum interval and queue length.
- "Flexible" initial growth probability. Will provide helper APIs.
- Fix various bugs with unsubmerged kelp detection, submerged tip detection, age metadata.
- Various optimizations.
2021-03-31 13:41:52 +08:00
AFCMS
0740854b5d
Merge branch 'master' into doc-refactoring
2021-03-30 22:28:48 +02:00
epCode
86b63c8bc4
Make player model easier to use
2021-03-30 13:26:46 -07:00
epCode
38e4e7293a
fix female player anim XD
2021-03-30 10:29:46 -07:00
epCode
97424f7d0a
Fix #1414
2021-03-30 10:24:39 -07:00
epCode
a14959ac70
add player death animation and particles
2021-03-30 09:53:55 -07:00
AFCMS
3b8916ef65
Merge branch 'master' of ssh://git.minetest.land:29418/MineClone2/MineClone2
2021-03-30 15:48:18 +02:00
AFCMS
a040355dce
Revert "Revert "Revert "improve wieldview API (!)"""
...
This reverts commit d4e0d4d1c1
.
2021-03-30 01:00:51 +02:00
AFCMS
d4e0d4d1c1
Revert "Revert "improve wieldview API (!)""
...
This reverts commit 613779a851
.
2021-03-30 01:00:17 +02:00
AFCMS
c35dab1d08
try to fix crash
2021-03-30 00:59:52 +02:00
AFCMS
613779a851
Revert "improve wieldview API (!)"
...
This reverts commit 600e8bede2
.
2021-03-30 00:59:00 +02:00
AFCMS
59c13b6df8
Revert "Revert "remove hard depend to mcl_wip in mcl_minecarts""
...
This reverts commit 857a0c5565
.
2021-03-30 00:58:45 +02:00
AFCMS
857a0c5565
Revert "remove hard depend to mcl_wip in mcl_minecarts"
...
This reverts commit 369c8b9b8a
.
2021-03-30 00:58:36 +02:00
AFCMS
41a8cd0e15
Revert "Revert "remove hard depend to mcl_wip in mcl_minecarts""
...
This reverts commit 7a5c2d617b
.
2021-03-30 00:58:02 +02:00
AFCMS
7a5c2d617b
Revert "remove hard depend to mcl_wip in mcl_minecarts"
...
This reverts commit 369c8b9b8a
.
2021-03-30 00:57:46 +02:00
AFCMS
369c8b9b8a
remove hard depend to mcl_wip in mcl_minecarts
2021-03-30 00:54:58 +02:00
AFCMS
7ec7012572
fix indentation
2021-03-30 00:50:58 +02:00
AFCMS
c70ea7c843
fix crash :-/
...
I am stupid
2021-03-30 00:49:54 +02:00
AFCMS
f60941003d
fix the stupidiest typo ever :-/
2021-03-30 00:49:05 +02:00
AFCMS
3a514ecdad
remove duplicated code
2021-03-30 00:44:38 +02:00
AFCMS
600e8bede2
improve wieldview API (!)
...
to support transform registration without groups
this will make detaching screwdriver from mcl more easy
2021-03-30 00:35:29 +02:00
AFCMS
84819bf9f5
MAKE EVERY SINGLE MOD USE PROPER COLORS!!!
2021-03-30 00:01:29 +02:00
AFCMS
f8a627915e
use proper colors in mcl_books
2021-03-29 22:57:05 +02:00
AFCMS
a2fcd28a3d
use proper colors in mcl_skins
2021-03-29 22:23:00 +02:00
AFCMS
f51deb0737
use propers colors in mcl_jukebox
2021-03-29 22:21:14 +02:00
epCode
5a7d128861
Add wither functions from MC
2021-03-29 11:29:39 -07:00
ArTee3
1b9737b431
Prevent beds from appearing and disappearing if they cannot be placed, fix #1419
2021-03-29 18:19:46 +02:00
iliekprogrammar
ecdbc30b63
Overhaul kelp interactions.
...
Highlights:
- Added locking system to drops. Will be removed after testing.
- Expose more variables and functions. Will be finalized soon.
- Implement MC-like age and natural growth mechanics.
- Implement correct piston interactions with kelp and its surface.
- Implement correct falling node interactions for its surface.
- ABMs are now nonfunction. Will be fixed.
- Various optimizations and fixes.
2021-03-29 14:09:09 +08:00
kay27
d1a0299b92
[mcl_dungeons] Remove empty code section, add debug info
2021-03-29 03:34:41 +04:00
kay27
80d845adb6
[mcl_mapgen_core] Fix Nether generation chain reaction
2021-03-29 03:18:17 +04:00
kay27
2e3a5efaf9
[mcl_spawn] Ignore 'ignore' nodes when checking the point, fix https://git.minetest.land/MineClone2/MineClone2/issues/1230
2021-03-29 03:08:21 +04:00
kay27
b587b1f2a5
[mcl_spawn] Cleanup
2021-03-29 02:48:45 +04:00
kay27
1818fcf592
[mcl_mapgen_core] Remove water from End, fix https://git.minetest.land/MineClone2/MineClone2/issues/1394
2021-03-29 02:43:08 +04:00
kay27
bbd52043f1
[mcl_portals] Make '/spawnstruct nether_portal' chat command work in obsidian nodes (immediate destruction triggered)
2021-03-29 02:17:32 +04:00
kay27
05260d03d5
[mcl_portals] Fix crash on access empty index trying to find portal after its destruction
2021-03-29 01:33:01 +04:00
kay27
cb2aae5a55
[mcl_mapgen_core] Redesign, mostly to remove water from End and restore static lvm_buffer to speed it up
2021-03-28 22:57:11 +04:00
AFCMS
d07cf64d11
Merge pull request 'mcl_death_drop refactoring' ( #1415 ) from mcl-death-drop-refactoring into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1415
2021-03-28 18:13:57 +00:00
AFCMS
5a4355b859
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-28 19:44:43 +02:00
kay27
628ca226a6
[mcl_portals] Additionally index source Nether portals from 0.71 and earlier before teleporting, to make possible returning through them
2021-03-28 20:36:35 +04:00
iliekprogrammar
24da94ec3b
Disable ABMs in favor of nodetimers to check if kelp is unsubmerged.
2021-03-28 20:29:29 +08:00
iliekprogrammar
e76a0ba6e8
Added kelp API and additional refactorings.
...
WIP: register nodetimers for kelp
2021-03-28 14:51:21 +08:00
AFCMS
c7389dc0a4
add basic API to mcl_item_entity
2021-03-28 08:13:24 +02:00
AFCMS
890a569b13
add API documentation to mcl_worlds
2021-03-28 07:40:36 +02:00
kay27
54e7529754
[mcl_achievements] Add mcl:stoneAge, mcl:hotStuff, mcl:obsidian
2021-03-28 04:32:57 +04:00
AFCMS
cdb67d96a6
add API documentation to mcl_explosions
2021-03-28 01:00:18 +01:00
AFCMS
6f9c1856b8
add API documentation to mcl_colors (!)
2021-03-28 00:48:24 +01:00
AFCMS
e56d9d2ab8
add API documentation to controls
2021-03-28 00:44:36 +01:00
AFCMS
52939ff6a4
add API documentation to flowlib (part 5)
2021-03-28 00:32:52 +01:00
AFCMS
39ac3f208d
add API documentation to flowlib (part 4)
2021-03-28 00:25:54 +01:00
AFCMS
2a5dcd1634
add API documentation to flowlib (part 3)
2021-03-28 00:23:57 +01:00
AFCMS
19db2a479f
add API documentation to flowlib (part 2)
2021-03-28 00:18:19 +01:00
AFCMS
fb50b256ed
add API documentation to flowlib (part 1)
2021-03-28 00:12:41 +01:00
AFCMS
ce123d4676
add API documentation to mcl_autogroup
2021-03-28 00:02:35 +01:00
AFCMS
57ce5143b9
Clarify API documentation
2021-03-27 23:39:22 +01:00
AFCMS
3ba7a40251
Add API documentation
2021-03-27 23:07:46 +01:00
AFCMS
6a6b5970b3
fix API
2021-03-27 20:23:51 +01:00
AFCMS
30e50a64ef
basic API (WIP)
2021-03-27 20:12:48 +01:00
AFCMS
cb294a5cad
Add documentation to mcl_wip (pretty useless...)
2021-03-27 15:27:34 +01:00
AFCMS
9bb5e748b9
Add documentation to mcl_crafting_table API
2021-03-27 15:20:01 +01:00
AFCMS
61c9d065fb
Fix #1400
2021-03-27 07:19:35 +01:00
AFCMS
e2fd0823b9
Fix #1398
2021-03-27 07:10:50 +01:00
AFCMS
e2adead700
use proper colors
2021-03-26 22:50:37 +01:00
AFCMS
e11941c107
Add API documentation for mcl_throwing
2021-03-26 22:43:18 +01:00
AFCMS
e3c99c5be2
add basic API to mcl_throwing
...
remove hard depends to mcl_fishing
2021-03-26 22:31:15 +01:00
AFCMS
202e30a782
Add API to mcl_tmp_message
2021-03-26 21:37:10 +01:00
AFCMS
8c002671c0
make helmet protect from falling anvils
2021-03-26 18:24:08 +01:00
AFCMS
9c8ec7d4ec
Merge branch 'master' into anvil-entity-damage
2021-03-26 17:40:55 +01:00
Elias Fleckenstein
0372057fe3
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-26 17:51:16 +01:00
Elias Fleckenstein
6f8d0d4de0
Fix #1375
2021-03-26 17:51:13 +01:00
AFCMS
041300cde4
remove unuseful code
2021-03-26 17:39:25 +01:00
AFCMS
88fc515cff
make mobs take damage of falling anvils
2021-03-26 17:38:25 +01:00
AFCMS
01eba30058
Fix #1234
2021-03-26 14:32:08 +01:00
AFCMS
35b2bd72f8
Merge pull request 'Add a server setting to disable command blocks usage' ( #1381 ) from command-block-setting into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1381
2021-03-26 10:54:53 +00:00
AFCMS
41768e95a1
fix
2021-03-26 11:50:14 +01:00
AFCMS
c0308c7c08
fix weird death message ( #1378 )
2021-03-26 11:49:41 +01:00
AFCMS
50c35ff5e8
Merge branch 'master' into command-block-setting
2021-03-26 10:06:18 +00:00
AFCMS
53d7134437
remove unuseful spamming messages
2021-03-26 10:00:48 +01:00
AFCMS
78bad87a72
fix transation
2021-03-26 09:59:58 +01:00
AFCMS
0e5bbd6d3d
fix msg to be mc like
...
https://www.digminecraft.com/game_commands/enable_command_blocks.php
2021-03-26 09:57:28 +01:00
kay27
25f6a9ee23
[mcl_core] Set obsidian.is_ground_content to false, see https://git.minetest.land/MineClone2/MineClone2/issues/1372
2021-03-26 09:29:05 +04:00
AFCMS
8258dae1b8
setting working
2021-03-25 22:13:37 +01:00
AFCMS
e4a6244fdd
add basic setting
2021-03-25 22:07:38 +01:00
AFCMS
b9301f12ce
Update mod.conf
2021-03-25 21:59:21 +01:00
AFCMS
86a18802dc
use proper colors
2021-03-25 21:57:07 +01:00
Elias Fleckenstein
97991d138c
Revert "Do a secre thing even more secret then the secret thing of secret"
...
This reverts commit 630e7e8acb
.
2021-03-25 17:34:03 +01:00
Code-Sploit
630e7e8acb
Do a secre thing even more secret then the secret thing of secret
2021-03-25 16:20:02 +00:00
Elias Fleckenstein
d555fce8bc
Bruh. kay27 has 20 times more commits than you.
...
This reverts commit 322578df6a
.
2021-03-25 17:29:15 +01:00
Code-Sploit
322578df6a
Something even more secret!
2021-03-25 16:03:54 +00:00
epCode
dbc6dd8cb3
Add villager sounds
2021-03-25 08:52:32 -07:00
Elias Fleckenstein
46c6328432
Something secret :P
2021-03-25 09:24:38 +01:00
Elias Fleckenstein
43a60e0c57
Fix #1357
2021-03-24 09:00:31 +01:00
Elias Fleckenstein
a47eda44e9
Slimes can burn
2021-03-24 08:54:23 +01:00
Elias Fleckenstein
fe937665f9
Fix #1336
2021-03-24 08:27:31 +01:00
kay27
6addb7db18
Merge pull request 'Move item renaming to tt to fix enchanted named items' ( #1364 ) from BlueBlancmanche/MineClone2:anvil-fix into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1364
2021-03-24 05:09:54 +00:00
Elias Åström
0d7c2c4988
Fix #1358 for real
2021-03-23 12:02:00 +01:00
kay27
3e58e989a1
[mcl_portals] Support Nether portals from 0.71 and earlier
2021-03-23 03:19:17 +04:00
kay27
06280e3bba
[mcl_portals] Generate target map chunks on portal creation
2021-03-23 03:17:23 +04:00
Blue Blancmange
44c4999b37
Move item renaming to tt. This allows additional information such as enchantments to be displayed on named items
2021-03-22 23:02:11 +00:00
ArTee3
910c9083e5
Fix player speed on soul sand, https://git.minetest.land/MineClone2/MineClone2/issues/1356
2021-03-22 21:55:57 +01:00
kay27
66a64439c6
[mcl_weather] Fix crash on saving uninitialized data, https://git.minetest.land/MineClone2/MineClone2/issues/1361
2021-03-22 17:31:24 +04:00
kay27
7fe3217cd0
[mcl_portals] Remove debug messages
2021-03-22 11:32:28 +04:00
epCode
01df02667b
Make setting for swim on lava
2021-03-21 17:53:57 -07:00
kay27
03feb36558
Improve Nether Portals ( #1315 ) (as a squash)
...
Remove Nether portal caches, https://git.minetest.land/MineClone2/MineClone2/issues/1210
Store all exits from Nether portals in quick-access table
Implement proper Nether portal search, using the table, https://git.minetest.land/MineClone2/MineClone2/issues/1055
Store Nether portal exits table in mod storage
Remove exits from table on Nether portal destruction
Align destination area to [map chunks 5x5x5](https://git.minetest.land/MineClone2/MineClone2/wiki/World-structure%3A-positions%2C-boundaries%2C-blocks%2C-chunks%2C-dimensions%2C-barriers-and-the-void ) to avoid lots of ```emerge_area()``` calls
Support Nether roof, https://git.minetest.land/MineClone2/MineClone2/issues/1267
Implement better suitable place search, https://git.minetest.land/MineClone2/MineClone2/issues/1126
Implement object queue not to trigger the same search again
Avoid lava lakes, https://git.minetest.land/MineClone2/MineClone2/issues/1126
Add ```/spawnstruct nether_portal``` chat command
Co-Authored-By: kay27 <kay27@noreply.git.minetest.land>
Co-Committed-By: kay27 <kay27@noreply.git.minetest.land>
2021-03-21 23:14:33 +00:00
kay27
1f925b6c84
Merge pull request 'Give xp if items are moved between furnace slots, unlock smelting achievements if furnace is inactive' ( #1360 ) from ArTee3/MineClone2:furnace-fixes into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1360
2021-03-21 22:53:59 +00:00
Elias Fleckenstein
9a4d26c2ae
Fix all invalid usages of math.random in mcl_bows
2021-03-21 19:52:27 +01:00
Elias Fleckenstein
2d1ac1c7fa
Properly fix arrows crashing the server
2021-03-21 19:47:13 +01:00
Elias Fleckenstein
f0c2a0a1e9
Fix arrows crashing the server
2021-03-21 19:45:33 +01:00
ArTee3
1fa2bd3477
Give xp if items are moved between furnace slots, unlock smelting achievements if furnace is inactive
2021-03-21 17:01:28 +01:00
Elias Åström
7f56e5efa4
Add hoey digging group to hand
2021-03-21 12:43:47 +01:00
Elias Åström
c1e295de5f
Make hoe dig some blocks faster
...
- Sponges
- Hay and kelp blocks
- Nether wart
- Leaves
2021-03-21 12:39:14 +01:00
Elias Åström
dac3c21628
Do not register "creative_breakable" as a diggroup
2021-03-21 12:26:34 +01:00
Elias Åström
b0c7941b3a
Fix #1358
2021-03-21 12:18:24 +01:00
iliekprogrammar
ca635b69be
Various fixes.
2021-03-21 14:06:54 +08:00
iliekprogrammar
ebf9f8c918
placing kelp now creates water sources, small refactoring.
2021-03-21 12:16:56 +08:00
Elias Åström
0996a83ba0
Assert that both parts of mcl_autogroup exist
2021-03-20 19:32:04 +01:00
Elias Åström
1621c23308
Rename "tool_multiplier" to "speed" for tools
2021-03-20 19:25:47 +01:00
iliekprogrammar
23f69dfd1e
Core implementation of MC-like kelp drops.
...
Highlights:
* Kelp should no longer be able to survive without water
(by decreasing its height)
* When kelp is destroyed, each segment now drop a single kelp similar to MC.
* Significantly refactor how kelp grows and dig. Possible optimizations might be
included.
2021-03-21 02:22:25 +08:00
Elias Åström
1873080046
Remove unnecessary code in mcl_item_entity
2021-03-20 14:21:50 +01:00
Elias Åström
46541a4adc
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-20 11:02:42 +01:00
Elias Åström
10154d5778
Fix #1348
2021-03-20 11:02:16 +01:00
epCode
c877d6e922
Merge pull request 'Slightly lift your right arm when holding an item.' ( #1345 ) from iliekprogrammar/MineClone2:hand into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1345
2021-03-20 02:29:11 +00:00
iliekprogrammar
12745bd450
Remove debug information... again :/
2021-03-20 10:13:48 +08:00
iliekprogrammar
03be45b983
Fix indentation from iliekprogrammar's previous PRs
2021-03-20 09:17:43 +08:00
iliekprogrammar
34dbddb40a
Move holding code into mcl_playerplus
2021-03-20 08:42:48 +08:00
Nicu
a40e1c4737
Reduce the size of the pumpkin texture
...
2732 -> 303 bytes
* We need smaller file sizes for better game startup time, especially for multiplayer and mobile gaming.
2021-03-19 17:41:37 +00:00
Nicu
df8fdda2c5
Fix #1346
...
Fixes crash trying to place cocoa
2021-03-19 17:25:40 +00:00
iliekprogrammar
249b5cfd1e
Remove debug information
2021-03-20 00:11:12 +08:00
iliekprogrammar
f5f85a2148
Slightly lift your right arm when holding an item.
2021-03-19 23:28:33 +08:00
Elias Fleckenstein
d168bfa791
Fix pumpking breaking armor display
2021-03-19 14:47:52 +01:00
Elias Fleckenstein
c20bd768ec
Revert "Fix #1277 ". The commit caused each enchanted armor piece to overlay an additional violet layer over all previous armor layers. A better fix needs to be found.
...
This reverts commit b82da05590
.
2021-03-19 14:36:48 +01:00
Elias Fleckenstein
67cedf1308
Fix villager visual_size ( Closes #1338 )
2021-03-19 14:32:02 +01:00
Elias Fleckenstein
9391628813
Fix wielded nodes being upside down
2021-03-19 12:41:03 +01:00
Elias Fleckenstein
327bb68927
Fix crystal on_place handler
2021-03-19 12:03:32 +01:00
Elias Fleckenstein
ecd27a4cdb
Initialize burning HUD with proper texture
2021-03-19 11:41:29 +01:00
Elias Fleckenstein
55df2a57f4
Fix #1336
2021-03-19 11:40:46 +01:00
Elias Fleckenstein
4ff987ccc5
Remove burning sound for objects
2021-03-19 11:39:04 +01:00
Elias Fleckenstein
f3c37f49b9
Only extinguish flame arrow on removal
2021-03-19 11:37:12 +01:00
Elias Fleckenstein
f3580efced
Separate Head / Body rotation (Implement #1189 )
2021-03-19 11:32:17 +01:00
Elias Fleckenstein
4a53ba67ab
Wielditem rotation tweak
2021-03-19 09:37:24 +01:00
epCode
d02fc0c83d
Re-Enable Skeleton horse spawn egg
2021-03-18 23:12:21 +00:00
epCode
e474ce6397
Merge pull request 'Add copyright-safe skeleton horse texture' ( #1337 ) from ZedekThePD/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1337
2021-03-18 23:09:47 +00:00
ZeDique la Ruleta
b71566aad6
Updated horse texture
2021-03-18 19:08:27 -04:00
ZeDique la Ruleta
2571c6124b
Added copyright-safe skeleton horse texture
...
- Added proper skeleton horse texture edited from the default Pixel Perfection horse, similar to MC but not the same
2021-03-18 18:51:19 -04:00
Nicu
e61f1e38f2
Rotation fix for all wielded items
...
These were probably needed in an older version of the game/engine, but most items don't need changes for correct wielding. The only tweak was needed for the screwdriver.
2021-03-18 19:31:51 +00:00
AFCMS
a482a18a67
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-18 18:53:06 +01:00
Elias Åström
ed30fa0868
Move data from deprecated files to mod.conf
...
Move data from deprecated files (depends.txt and description.txt) into
fields in mod.conf for all mods.
This was done with a shell script :)
2021-03-18 17:37:12 +01:00
Elias Åström
8d473a42ca
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-18 14:04:02 +01:00
Elias Åström
0f2c487dca
Remove _mcl_autogroup depends on mcl_autogroup
...
It looks like the dependency might cause problems with the mod loading
order and lead to situations were _mcl_autogroup is not loaded after all
the other mods. Because _mcl_autogroup begins with an underscore it
should always be loaded after mcl_autogroup anyways.
2021-03-18 13:59:22 +01:00
Elias Åström
dc41c594aa
Move depends.txt into mod.conf for mcl_comparators
...
Fixes a crash in mcl_comparators caused by attempting to index global
'mesecon' (a nil value).
2021-03-18 13:45:29 +01:00
Elias Åström
bfe51316ee
Merge branch 'mcl_autogroups'
2021-03-18 13:43:58 +01:00
Elias Åström
13268965ee
Update README.txt in _mcl_autogroup
2021-03-18 13:40:56 +01:00
Elias Åström
521f96b4ab
Use mod.conf for mcl_autogroup and _mcl_autogroup
2021-03-18 13:36:25 +01:00
Elias Fleckenstein
df59cc12a8
Proper bucket rotations ( Fix #1289 )
2021-03-18 12:48:29 +01:00
Elias Fleckenstein
3df3e957e2
Make nodes usable when wielding an end crystal
2021-03-18 12:41:39 +01:00
Elias Fleckenstein
0e206e9974
Fix #1324
2021-03-18 12:38:54 +01:00
Elias Fleckenstein
6ac0d628ef
Fix #1319
2021-03-18 12:34:12 +01:00
Elias Fleckenstein
413fbc9c60
Make boats burn ( Fix #1318 )
2021-03-18 12:31:25 +01:00
Elias Åström
c8b543991f
Automatically assign nodes to creative_breakable
...
If they belong to any digging group.
2021-03-18 11:35:40 +01:00
Elias Åström
8f9650abe4
Update the groupcaps of all enchanted tools
...
Not just those enchanted with efficiency.
2021-03-18 11:35:40 +01:00
Elias Åström
4c46eb2b4b
Make tools without toolcaps do damage as hand
...
If the tool_capabilities defaults to {} if unspecified the tool, then
users will not be able to attack with the tool at all. This solves that
by including the damage_group and full_punch_interval from the hand into
the tool_capabilities when it is nil.
2021-03-18 11:35:40 +01:00
Elias Åström
fe770c19a5
Fix crash when tool_capabilities is nil
2021-03-18 11:35:40 +01:00
Elias Åström
0112825a9f
Localize variables in _mcl_autogroup
2021-03-18 11:35:40 +01:00
Elias Åström
cff0130506
Rename _mcl_autogroup_groupcaps to _mcl_diggroups
2021-03-18 11:35:40 +01:00
Elias Åström
7b93f68ed8
Fix typo
2021-03-18 11:35:40 +01:00
Elias Åström
ece4c892f4
Force tools to include levels in their diggroups
2021-03-18 11:35:40 +01:00
Elias Åström
bec1f786a6
Improve documentation of mcl_autogroup
2021-03-18 11:35:40 +01:00
Elias Åström
6458565bf9
Move mcl_util.hash to a local function
...
It is probably unlikely it will be useful at other places in Mineclone2.
2021-03-18 11:35:40 +01:00
Elias Åström
2e9b3c2259
Move efficiency code to its own file
2021-03-18 11:35:40 +01:00
Elias Åström
5193730652
Truncate groupcaps_hash to 8 Base64 digits
2021-03-18 11:35:40 +01:00
Elias Åström
e77473e800
Make changes to the mcl_autogroup API
...
Group levels are now specified as a list of names when registering a
digging group. Digging groups which do not have specified levels will
support tools having two levels, 0 and 1 where 0 means the tool can dig
but not harvest the node and 1 means it can also harvest the node. If
more levels are required one has to specifiy them when registering the
digging group.
2021-03-18 11:35:40 +01:00
Elias Åström
922bdbc601
Use hashing for more efficient groupcaps updating
...
This adds the metadata field "groupcaps_hash" to tools enchanted with
efficiency. This value contains a hash of the groupcaps field in
tool_capabilities. This value gets compared to the expected hash value
to determine if the tools tool_capabilities should be updated according
to commit af31f8189e8e5c2b.
This commit makes efficiency more efficient.
2021-03-18 11:35:40 +01:00
Elias Åström
3241dbbec5
Update enchanted tools with outdated digging times
...
Because of the way digging times is implemented in Mineclone2, it is
possible for the digging times of efficiency enchanted tools to become
outdated.
This fixes that by automatically updating the tools tool_capabilities
after each time the tool is used.
2021-03-18 11:35:40 +01:00
Elias Åström
b47733507d
Fix tools not taking wear when rightclicking
...
Added the API function mcl_autogroup.get_wear which is used to get the
tool wear for digging a node of a group. This is used by mcl_tools to
compute the wear of shovels and shears when rightclicking to create
grass paths and carve pumpkins.
2021-03-18 11:35:29 +01:00
Elias Åström
f0528b11d7
Make mcl_enchanting use the new mcl_autogroups
...
The function mcl_autogroups.get_groupcaps is used by mods to get the
groupcaps for tools with efficiency enchantments. This function is used
by mcl_enchanting when enchanting tools with efficiency.
2021-03-18 11:34:26 +01:00
Elias Åström
503b3a8149
Fix some nodes not being diggable
...
Previously some nodes like "mcl_flowers:double_grass_top" would be
undiggable. This was because they did not define _mcl_hardness and it
was not defaulted to 0 in all parts of _mcl_autogroup.
2021-03-18 11:34:26 +01:00
Elias Åström
5b5a254b1a
Fix tool uses not being set in _mcl_autogroups
2021-03-18 11:34:26 +01:00
Elias Åström
0c90dda04c
Rename register_digtime_group to register_diggroup
2021-03-18 11:34:26 +01:00
Elias Åström
fa86d4e5eb
Change comments for mcl_autogroup
2021-03-18 11:34:20 +01:00
Elias Åström
f8461d5e90
Remove mcl_autogroups.get_groupcaps
...
Requiring tool definitions to call a function in _mcl_autogroup means
that they need to be loaded after _mcl_autogroup. This can cause
problems because _mcl_autogroup needs to be loaded after all tool and
node definitions are completed.
Because of this the API is changed so tool definitions instead put the
data used to generate groupcaps in the custom field
_mcl_autogroup_groupcaps. _mcl_autogroup will then go through all
registered tools and update the groupcaps for every tool where this
field is present. This means that no mod ever has to depend on
_mcl_autogroup.
2021-03-18 11:33:18 +01:00
Elias Åström
fb6f5eae7a
Rewrite mcl_autogroup
...
These changes are primarly made to make mcl_autogroup more efficient.
Previously enchanted tools required storing around 21 kB of metadata due
to the way the previous version of the mod was implemented. This caused
a lot of lag and a huge amount of network traffic. With the changes
enchanted tools won't require more than 1 kB of metadata.
The mod is also rewritten to use an API to register digging groups and
compute the groupcaps for tools. This will make it easier for modders
to register custom digging groups.
The mod is now split up into two parts. One part called "mcl_autogroup"
to implement the API for registering custom digging groups, and the
other part called "_mcl_autogroup" which contains most of the code which
has to be loaded after most mods.
2021-03-18 11:32:18 +01:00
AFCMS
558fa57cc6
Solve quartz not generating in the nether
2021-03-18 09:48:18 +01:00
epCode
61ef6ebc03
Remove skeleton horse from immediate game
2021-03-17 22:54:04 +00:00
epCode
e52d58d15a
Remove skeleton horse texture for copyright reasons
...
see #1322
2021-03-17 22:50:22 +00:00
epCode
6b1ce182d3
Make players able to shoot themselves
2021-03-17 13:47:02 -07:00
AFCMS
5df668f6af
fix mcl_buckets extra_check #1320
2021-03-17 16:56:46 +01:00
AFCMS
ae18ca7602
fix wrong value in walkover
2021-03-17 10:48:59 +01:00
Elias Åström
5c3bb22036
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-17 09:12:23 +01:00
Elias Åström
7441f0269b
Use get_node_light for sunlight in 5.3
...
Avoids servers running 5.3 crashing.
2021-03-17 09:12:02 +01:00
ZeDique la Ruleta
6c49c46697
Chests now open 90 degrees, regardless
...
- Removed 'block' check with chests, they will always open 90 degrees regardless of what's behind them
2021-03-16 23:10:34 -04:00
epCode
b82da05590
Fix #1277
2021-03-16 19:18:07 -07:00
epCode
86f2d639f9
Make arrows remove after a longer period
2021-03-16 16:01:47 -07:00
Elias Åström
0805431231
Fix #1293
2021-03-16 23:51:20 +01:00
epCode
33c589369f
Make arrows stick into players.
2021-03-16 15:22:36 -07:00
AFCMS
6645c4cb30
Really
2021-03-16 17:43:32 +01:00
AFCMS
8f30e223e2
I hate reverting something xD
2021-03-16 17:39:06 +01:00
AFCMS
5d17a6b699
fix SO MANY pairs/ipairs
2021-03-16 17:35:46 +01:00
AFCMS
f35f80d79a
fix walkover
2021-03-16 17:31:29 +01:00
Code-Sploit
834dfcf9af
Change Max Empty bucket stack back to 16 but keep Lava and Water max_stack. Reason: Wrong research
2021-03-16 13:05:19 +00:00
Code-Sploit
f06a56d7c4
Set max_stack of Lava, Water and Emtpy buckets to 1
2021-03-16 12:54:33 +00:00
AFCMS
77167e901d
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-16 11:22:56 +01:00
AFCMS
2da8be9f78
optimise walkover part2
2021-03-16 11:22:13 +01:00
AFCMS
71bb18cd76
walkover optimisation part1
2021-03-16 11:07:17 +01:00
kay27
cad23bd851
Prevent accessing uninitialized mcl_weather from mcl_burning
2021-03-16 14:05:38 +04:00
AFCMS
c1da231f9d
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-15 09:37:54 +01:00
AFCMS
731d42196a
fixes in mcl_cocoas
2021-03-15 09:02:45 +01:00
iliekprogrammar
c30e9e511d
Fix inconsistent setting for cached smoke pdef
2021-03-15 10:09:56 +08:00
iliekprogrammar
8519730ee4
Further tweak fire particles.
...
Highlights:
- Reduce amount of smoke significantly
- Reduced smoke size
- Rarer chance of smoke rising up to 8 blocks
- Better smoke colors
2021-03-15 10:04:47 +08:00
AFCMS
bd9713ab50
fix double calling setting in hudbars globalstep
2021-03-15 01:33:28 +01:00
AFCMS
4b2c963222
performances improvement for mcl_explosions
2021-03-15 01:20:22 +01:00
iliekprogrammar
440dd5700d
Merge branch 'master' into fire_particle
2021-03-15 00:17:15 +00:00
epCode
39c357672c
Add cammera zoom effect while drawing bow
2021-03-14 17:13:23 -07:00
AFCMS
fe6b7cb89b
improve mcl_fire
...
cache functions used in ABM/globalsteps
remove depends.txt
2021-03-15 01:10:33 +01:00
AFCMS
c8a7ca729e
remove depends.txt in mcl_cake
2021-03-15 00:42:34 +01:00
AFCMS
5098932b98
remove depends.txt and description.txt in mclx_core
2021-03-15 00:40:08 +01:00
AFCMS
671de95357
improve performances of controls
2021-03-15 00:35:58 +01:00
AFCMS
2dcaf8fdcb
improve performances of mcl_playerplus
...
really noticeable gain with caching global functions
2021-03-15 00:32:19 +01:00
AFCMS
9eda34b0ff
performance improvement in lightning
...
cache global functions used in globalstep
2021-03-15 00:12:59 +01:00
AFCMS
9d19c3db4b
Update init.lua
2021-03-14 23:53:56 +01:00
AFCMS
bb9df764c4
performances improvement in mcl_void_damage
...
cache global functions
2021-03-14 23:52:04 +01:00
AFCMS
e069962c48
quick fix
2021-03-14 21:59:14 +01:00
iliekprogrammar
09f97584bc
Merge branch 'master' into fire_particle
2021-03-14 19:30:04 +00:00
iliekprogrammar
b23495b9c1
Implement new fire particles
2021-03-15 02:57:13 +08:00
iliekprogrammar
1b00346790
Add breaking sounds.
2021-03-14 20:47:31 +08:00
iliekprogrammar
7ce6485717
Allow portals to break only in creative and to be pointed.
2021-03-14 20:10:12 +08:00
kay27
53bfda827a
Merge pull request 'Allow water & lava buckets dispensed break nether portals.' ( #1302 ) from iliekprogrammar/MineClone2:portal into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1302
2021-03-14 08:31:54 +00:00
Code-Sploit
08f522ffff
Fix arrows being pointable
2021-03-14 06:24:34 +00:00
iliekprogrammar
7a5aa54035
Allow water & lava buckets dispensed break nether portals.
2021-03-14 12:10:54 +08:00
epCode
dd7facfc03
Remove Zombie horse from immediate game
2021-03-13 23:19:28 +00:00
epCode
1bdf141198
Delete Zombie horse for copyright reasons
2021-03-13 23:17:50 +00:00
epCode
975efb2288
Fix #1136
2021-03-13 10:35:36 -08:00
Elias Åström
69e38debe5
Revert "Slightly tweak minecarts to be more MC-like"
...
This reverts commit 8af76f835d
.
2021-03-13 12:30:33 +01:00
AFCMS
68df2c447a
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-13 11:13:36 +01:00
AFCMS
3ef10cfb30
add API for mcl_crafting_table and cache functions for better performances
2021-03-13 11:12:26 +01:00
epCode
8115575f20
Fix problem with power enchantment
2021-03-12 16:07:57 -08:00
epCode
46be7c0388
Fix arrow mesh being backwards
2021-03-12 15:56:40 -08:00
epCode
90a0858495
Make new arrow mesh work with tipped arrows
2021-03-12 15:36:43 -08:00
epCode
1d65daa2c9
Fix arrow mesh
2021-03-12 15:17:14 -08:00
epCode
9419db6d35
Fix wrong experation time
2021-03-12 15:02:53 -08:00
epCode
40471399cb
Fixes for arrows
2021-03-12 14:45:22 -08:00
AFCMS
a84b70bde6
move buckets registering to separate file
2021-03-12 20:05:47 +01:00
AFCMS
36cc040c41
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-12 19:56:22 +01:00
AFCMS
752f74e554
remix mcl_buckets API to be more self documented
2021-03-12 19:56:15 +01:00
Elias Fleckenstein
75c2787583
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-03-12 15:50:32 +01:00
Elias Fleckenstein
88372778c9
Fix another anvil weirdness and dupe glitch
2021-03-12 15:50:05 +01:00
AFCMS
6c3d4524a0
Add backward compatibility for mcl_jukeboxes
2021-03-12 15:36:24 +01:00
Elias Fleckenstein
0a5b1e75d0
Fix anvil duplication glitch
2021-03-12 15:30:27 +01:00
AFCMS
ad87169120
fix warnings
2021-03-12 10:03:57 +01:00
AFCMS
81167b4431
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-03-12 10:02:03 +01:00
epCode
cb10a5508b
Make mob damage more red (MC-like)
2021-03-11 19:40:36 -08:00
epCode
eeb1f88e08
Fix invisibility to be more MC-like
2021-03-11 19:14:23 -08:00
epCode
360070bb6a
Fix player eye height above head
2021-03-11 15:56:09 -08:00
AFCMS
06e8e972cc
add help text to mcl_farming
2021-03-12 00:48:53 +01:00
AFCMS
8c87014a01
fix fern texture
2021-03-12 00:47:34 +01:00
AFCMS
fb8b0e877e
Add API documentation for mcl_jukeboxe
2021-03-12 00:24:34 +01:00
AFCMS
bed3dd87ad
Add API for mcl_jukebox
2021-03-12 00:10:50 +01:00
AFCMS
1a60d08a37
mcl_farming make plantlist copy global and mcl_jukebox cleanup
...
Sorry, I forgot to commit between the 2 features :-(
2021-03-11 23:39:26 +01:00
epCode
19337489f6
Fix crash with mcl_flowers
2021-03-11 14:31:36 -08:00
AFCMS
6fd6717302
cleanup
2021-03-11 23:09:53 +01:00
AFCMS
787d997e51
fix warnings in mcl_explosion
2021-03-11 23:08:51 +01:00
AFCMS
3b7b055e2c
add saplings to mcl_flowerpots
2021-03-11 22:42:42 +01:00
AFCMS
d37d6fe07f
fix textures
2021-03-11 22:18:39 +01:00
AFCMS
7b5d67cdbe
add flowerpots API
2021-03-11 22:13:43 +01:00
AFCMS
134005180c
add global table of registered flowers (to be used with mcl_flowerpots and other mods)
2021-03-11 17:49:16 +00:00
AFCMS
20e0aed58a
fix typos
2021-03-11 17:43:55 +00:00
AFCMS
21ddae3dc1
Add API documentation for mcl_flowers
2021-03-11 17:43:09 +00:00
AFCMS
5124a97add
move flowers registering to separate file
2021-03-11 17:36:02 +00:00
AFCMS
31eff23ce8
move flowers registering to separate file (WIP)
2021-03-11 17:34:15 +00:00
AFCMS
9a910e033b
Add basic API to register flowers ( #53 )
2021-03-11 17:31:29 +00:00
epCode
d12009538e
Better mob_mount animations (riding)
2021-03-10 12:27:42 -08:00
AFCMS
d3a2faefe2
Partialy fix #1232
2021-03-08 09:56:43 +00:00
kay27
6e6809f360
Make books in chest loot deterministic, ref. https://git.minetest.land/MineClone2/MineClone2/issues/1254 and https://git.minetest.land/MineClone2/MineClone2/issues/1060
2021-03-08 04:14:03 +04:00
kay27
15fa1e5b7a
Fix https://git.minetest.land/MineClone2/MineClone2/issues/1060 - attempt number 3
2021-03-08 03:05:43 +04:00
AFCMS
bddc4a3ac7
make village tool experimental
2021-03-07 17:07:55 +01:00
AFCMS
a6bceb08ee
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2 into mcl-wip-refactoring
2021-03-07 17:06:12 +01:00
kay27
8ed28adf7c
Quick attempt to consider https://github.com/minetest/minetest/issues/5900#issuecomment-306071900 and fix https://git.minetest.land/MineClone2/MineClone2/issues/1212#issuecomment-16139
2021-03-07 06:31:43 +04:00
kay27
66febf158a
Speedify dungeons a little and fix chest places (linear, not square)
2021-03-07 06:00:49 +04:00
kay27
45c0c576f7
Implement /spawnstruct dungeon
2021-03-07 03:49:34 +04:00
AFCMS
3635b848d5
add API for mcl_wip
2021-03-07 00:42:34 +01:00
kay27
f3fb80200d
Revert "Fix XP bar overflow if trying to go over XP limit", please see https://git.minetest.land/MineClone2/MineClone2/issues/1261
...
This reverts commit f6f2037e6a
.
2021-03-06 23:07:16 +04:00
AFCMS
b0c57beacd
rename non mc commands - add a setting to disable renaming and alias
2021-03-05 17:04:49 +01:00
AFCMS
e3eb8c7ac8
add /playsound command
2021-03-05 16:37:56 +01:00
AFCMS
1f1f9f54a2
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2 into commands-refactoring-1
2021-03-05 10:23:40 +01:00
AFCMS
b1ab79b857
fix last command
2021-03-05 10:22:52 +01:00
Elias Fleckenstein
2125c51c9c
Fix mcl_util.get_color
2021-03-05 10:20:19 +01:00
AFCMS
d71e296602
fix crash
2021-03-05 09:58:47 +01:00
AFCMS
71353ac934
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2 into commands-refactoring-1
2021-03-05 09:50:07 +01:00
AFCMS
0e8b5c403a
give a lua file for each command
2021-03-05 09:47:48 +01:00
Elias Fleckenstein
09671b7ac9
Add simple color validator / parser
2021-03-05 09:37:27 +01:00
Elias Fleckenstein
31441a02e5
Add CSM sprinting with double tap forward
2021-03-05 09:26:13 +01:00
AFCMS
68d8eb4c9c
make /seed like mc
2021-03-05 09:08:46 +01:00
Elias Fleckenstein
d57db0444f
Use mod.conf in all mods, part 1
2021-03-04 15:22:14 +01:00
Elias Fleckenstein
713f933a99
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-03-04 10:26:27 +01:00
Elias Fleckenstein
ee084f33a7
Add mcl_colors
2021-03-04 10:26:17 +01:00
Elias Åström
97bd3777e1
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-03-01 16:10:55 +01:00
Elias Åström
1b9857219d
Lower drop rate of TNT to 25 %
...
So it becomes consistent with Minecraft 1.12.
2021-03-01 16:08:52 +01:00
Elias Fleckenstein
f5b590901e
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-03-01 10:52:07 +01:00
Elias Fleckenstein
95b0a495bc
Fix #1152
2021-03-01 10:51:57 +01:00
kay27
8af76f835d
Slightly tweak minecarts to be more MC-like
2021-03-01 01:43:00 +04:00
Elias Åström
53041a0d62
Add setting to bypass protection in mcl_explosions
2021-02-28 16:06:48 +01:00
Code-Sploit
83ade6fadd
Merge branch 'master' into master
2021-02-28 14:04:10 +00:00
Code-Sploit
6ab0e0fa86
Do some calculating
2021-02-28 14:02:48 +00:00
kay27
05a3b4e60c
Wrap https://github.com/minetest/minetest/issues/10995 around, thanks @SmallJoker
2021-02-28 16:35:21 +04:00
epCode
9f66238aaa
Transform mcl_meshhand_female.b3d to correct rotation
2021-02-27 11:36:18 -08:00
kay27
6f2f427777
fix a typo
2021-02-27 23:31:01 +04:00
kay27
abc0bb9e8e
Fix dir_to_rotation()
2021-02-27 23:20:57 +04:00
kay27
21e6c5ad1f
Fix https://git.minetest.land/MineClone2/MineClone2/issues/1216
2021-02-27 22:44:34 +04:00
kay27
bf81bb7f07
Translatable archievement chat messages
2021-02-27 22:16:29 +04:00
Code-Sploit
99b5dff849
Fix another bug
2021-02-27 16:13:05 +00:00
Code-Sploit
de9d838642
Fix a bug and improve some things
...
Bugs:
1) When player is in liquid and takes off his/her boots, he/her still has increased speed.
Improve:
1) Check for liquid group instead of node names
2021-02-27 16:10:11 +00:00
Code-Sploit
828c1110b1
Implement Depth Strider enchantment
2021-02-27 15:37:25 +00:00
Code-Sploit
578709c93e
Add Depth Strider enchantment
2021-02-27 15:35:59 +00:00
Elias Fleckenstein
e5263d854e
Localize player_vel_yaw
2021-02-27 15:10:25 +01:00
Elias Fleckenstein
a923b61ac8
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-02-27 15:07:18 +01:00
Elias Fleckenstein
5a0b7bc131
Fix usages of player:get_velocity(), closes #1203
2021-02-27 15:07:10 +01:00
Elias Fleckenstein
68ac84da83
Proper archievement chat messages
2021-02-27 14:51:50 +01:00
Elias Fleckenstein
311e1b74a3
Merge pull request 'Fix French translations' ( #1211 ) from pitchum/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1211
2021-02-27 13:44:32 +00:00
Elias Fleckenstein
ba1e42a638
Remove debug chat_send_all xD
2021-02-27 14:42:39 +01:00
Elias Fleckenstein
8d5b2ff714
Make boats less annoying on ice
2021-02-27 14:38:53 +01:00
pitchum
d0e789daf2
More fixes in French translations
2021-02-27 13:43:57 +01:00
pitchum
b0f389eb9f
Fix French translations for 'Achievement gotten'
2021-02-27 12:15:33 +01:00
pitchum
390f877230
Fix French translations
2021-02-27 10:35:46 +01:00
kay27
2ce5c5415a
Fix village initialization: https://git.minetest.land/MineClone2/MineClone2/issues/1206 https://git.minetest.land/MineClone2/MineClone2/issues/1207 https://git.minetest.land/MineClone2/MineClone2/issues/1209
2021-02-27 03:33:51 +04:00
epCode
2b513aa592
Change mcl_meshand depending on skin metadata
2021-02-26 15:01:30 -08:00
kay27
3a2300382b
Translate mcl_enchanting to Russian
2021-02-27 01:48:22 +04:00
Elias Fleckenstein
d859d94a63
Merge pull request 'Fix #1204 ' ( #1208 ) from AFCMS/MineClone2:afcms-patch-1 into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1208
2021-02-26 16:26:46 +00:00
AFCMS
41e715ef39
Fix #1204
2021-02-26 15:57:44 +00:00
Elias Fleckenstein
37ef792c9d
Fix #1192
2021-02-26 09:38:02 +01:00
Elias Fleckenstein
524b3343bd
Fix #1200
2021-02-26 09:19:11 +01:00
MysticTempest
2ace4ccc68
Fix endermen teleporting in the rain in the end per issue #1169 .
2021-02-25 21:48:37 -06:00
epCode
73616453a4
Fix #1188
2021-02-25 19:01:22 -08:00
kay27
c1880d26c8
Fix awards logging
2021-02-26 02:58:53 +04:00
kay27
23a023d87d
Fix https://git.minetest.land/MineClone2/MineClone2/issues/183
2021-02-26 02:56:46 +04:00
kay27
0e37188ad1
Fix https://git.minetest.land/MineClone2/MineClone2/issues/1108
2021-02-26 02:48:22 +04:00
epCode
3406342ed0
remove unessesary Message every time skin is changed
2021-02-25 13:38:02 -08:00
epCode
8f2a588059
Fix #1156
2021-02-25 12:27:14 -08:00
kay27
44d3f25767
Leave minecart by Pressing Sneak, https://git.minetest.land/MineClone2/MineClone2/issues/567
2021-02-26 00:26:27 +04:00
epCode
fb5f86d829
Fix #1196
2021-02-25 12:07:25 -08:00
epCode
8c1444a1a8
Fix Swim toggling
2021-02-25 12:06:24 -08:00
Elias Fleckenstein
d4401a6c3e
Simplify 3D wielded nodes (improves performance + possibly fixes a crash)
2021-02-25 17:35:44 +01:00
kay27
a5168721b1
Fix https://git.minetest.land/MineClone2/MineClone2/issues/1186
2021-02-25 17:36:42 +04:00
Elias Fleckenstein
1274884a9e
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-02-25 13:59:38 +01:00
Elias Fleckenstein
f04a5a4cc9
Prevent Ender dragon and Wither from despawning
2021-02-25 12:48:17 +01:00
kay27
e23ad6cabf
Merge pull request 'Add setting to disable ores generation' ( #1174 ) from AFCMS/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1174
2021-02-25 10:04:13 +00:00
Elias Fleckenstein
360436cf19
Fix #1183
2021-02-25 10:24:26 +01:00
Elias Fleckenstein
51ace85d4e
Enable 3D player preview by default now that MT 5.4 is released
2021-02-25 09:52:08 +01:00
epCode
fbb79635eb
Fix player body rotation glitch
2021-02-24 17:11:00 -08:00
kay27
3ceb2b0a4d
Fix https://git.minetest.land/MineClone2/MineClone2/issues/1160
2021-02-25 03:30:34 +04:00
epCode
c1c3dbfaec
Fix #1184
2021-02-24 15:21:05 -08:00
epCode
d1fd3cc827
Add 3D wieldveiw for non-item objects
2021-02-24 13:20:31 -08:00
kay27
54cd5007ed
Try to wrap https://github.com/minetest/minetest/issues/10995 by cancelling redefinition of minetest.place_schematic
2021-02-25 01:03:41 +04:00
Elias Fleckenstein
da606fa9d2
Add 3d wielded nodes (not functional until Right_Hand bone is added)
2021-02-24 12:58:30 +01:00
Elias Fleckenstein
62171b9cf9
Implement #1099
2021-02-24 10:55:13 +01:00
Elias Fleckenstein
0c3ab5843d
Make boats go super fast on ice and slightly faster on land
2021-02-24 10:38:49 +01:00
Elias Fleckenstein
0d2950228a
Implement #1057
2021-02-24 09:31:27 +01:00
Elias Fleckenstein
6780031454
Fix #1181
2021-02-24 08:33:35 +01:00
epCode
4334339ba3
Fix player head bone in while attached
2021-02-23 14:18:52 -08:00
epCode
5a6810aa6a
Add female player model (though unutilized)
2021-02-23 09:47:02 -08:00
Elias Fleckenstein
2d4b8a8232
Replace usages of get_node_group by get_item_group
2021-02-23 10:25:17 +01:00
epCode
9caf6f2904
Add more MC-like player body bone positioning
2021-02-22 18:48:09 -08:00
AFCMS
f0348d99d9
Use setting to generate Quartz ore
2021-02-22 19:12:33 +00:00
kay27
47db5c5917
Make mcl_loot/get_random_slots() deterministic
2021-02-22 21:58:35 +04:00
Elias Fleckenstein
eb62db441b
Merge pull request 'Rewrite all deathmessages so they are more minecraft like.' ( #1147 ) from Code-Sploit/MineClone2_deathmessages_rewrite:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1147
2021-02-22 13:06:53 +00:00
Code-Sploit
89a048e335
Fix another typo
2021-02-22 13:03:32 +00:00
AFCMS
0e6177ee1f
Add setting to dissable ores generation #874
2021-02-22 12:33:28 +00:00
Elias Fleckenstein
2d0612fa81
Make boats regenerate health and shake when damaged
2021-02-22 12:43:29 +01:00
Elias Fleckenstein
86dc33c12f
Fix #1150
2021-02-22 11:08:57 +01:00
Elias Fleckenstein
5de9d90569
Simplify mcl_burning API
2021-02-22 10:55:14 +01:00
Elias Fleckenstein
3d0f5a4de5
Fix #1161
2021-02-22 10:43:59 +01:00
Elias Fleckenstein
a86d3fa22c
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-02-22 10:41:47 +01:00
Elias Fleckenstein
152d49ef20
Fix #1167
2021-02-22 10:41:44 +01:00
kay27
0ba7e4fc4d
Fix Runtime error: attempt to index a nil value (api.lua:399 <- is_node_dangerous <- is_at_cliff_or_danger <- on_step_old <- void_damage:16)
2021-02-22 13:40:40 +04:00
epCode
512765a37d
Make use_texture_alpha an mobs_mc.entity setting
2021-02-21 17:10:04 -08:00
kay27
89e55e9065
Add sub-map generators queue, fix https://git.minetest.land/MineClone2/MineClone2/issues/993 and https://git.minetest.land/MineClone2/MineClone2/issues/1060
2021-02-22 03:15:32 +04:00
epCode
d8b5620115
Make head block detection more stable
2021-02-21 04:11:20 +00:00
epCode
38cb2fdeec
Fix swimming crash (sorry)
2021-02-20 19:19:59 -08:00
epCode
98f6e05cdc
Make swimming a bit smoother
2021-02-20 16:21:09 -08:00
Code-Sploit
8135110fd4
Fix typo on line 97
2021-02-20 17:41:09 +00:00
Elias Fleckenstein
30b1d58e67
Revert "Merge pull request 'Change Diamond and Emerald textures to more Minecraft-looking ones' ( #1100 ) from TechDudie/MineClone2:master into master"
...
This reverts commit 2f206a0640
, reversing
changes made to 0bde0aabf6
.
2021-02-20 10:46:52 +01:00
epCode
ecb70aaf55
Make player head anim while attached more flexible
2021-02-19 14:07:36 -08:00
epCode
af89b95316
Remove unessesary code in slime+magma_cube.lua
2021-02-19 13:25:53 -08:00
epCode
393bc195fb
Enable alpha for mobs
2021-02-19 13:11:18 -08:00
epCode
d29c045ad8
Fix sneak_mine glitch
2021-02-19 09:19:18 -08:00
Code-Sploit
f5d2a32e6b
Change some deathmessages
2021-02-19 13:52:24 +00:00
Code-Sploit
84bfa87fdf
Fix some other typo's
2021-02-19 12:12:46 +00:00
Code-Sploit
c4633db21d
Fix some typo's
2021-02-19 06:43:50 +00:00
Code-Sploit
ae7c4d7a8b
Rewrite all deathmessages
2021-02-18 17:59:44 +00:00
AFCMS
fa0ea94433
replace pairs() by ipairs() in mcl_bow
2021-02-18 15:35:52 +00:00
AFCMS
4c3954959c
replace pairs() by ipairs() in mcl_player
2021-02-18 15:32:15 +00:00
AFCMS
25653e6178
replace pairs() by ipairs() in mcl_playerinfo
2021-02-18 15:31:13 +00:00
AFCMS
0531aae687
replace pairs() by ipairs() in mcl_playerplus
2021-02-18 15:27:50 +00:00
AFCMS
35d55376a9
replace pairs() by ipairs() (3)
2021-02-18 15:26:09 +00:00
AFCMS
63d1661e08
replace pairs() by ipairs() (2)
2021-02-18 15:25:30 +00:00
AFCMS
9819b713c9
replace pairs() by ipairs()
2021-02-18 15:24:03 +00:00
AFCMS
2e2d0b49ea
performance fix in mcl_skins
2021-02-18 15:07:37 +00:00
Elias Fleckenstein
c9e589b931
Add mcl_burning damage interval
2021-02-18 14:47:35 +01:00
Elias Fleckenstein
aeb7078c05
Update use_texture_alpha to the minetest 5.4 conventions
2021-02-18 14:00:17 +01:00
Elias Fleckenstein
100e37183d
Update noise_params to the minetest 5.4 convention
2021-02-18 11:54:51 +01:00
Elias Fleckenstein
82e113f0fc
Update usages of alpha to the 5.4 convention
2021-02-18 10:58:50 +01:00
Elias Fleckenstein
bec5339fc6
Update existing occurences of use_texture_alpha to the Minetest 5.4 convention if the feature is detected
2021-02-18 10:39:19 +01:00
Elias Fleckenstein
eddef41e6b
Fix #1132
2021-02-18 09:41:06 +01:00
Elias Fleckenstein
9b349a1684
More flexible wield rotation determination
2021-02-18 09:28:12 +01:00
Elias Fleckenstein
69959fe816
Fix #1142
2021-02-18 08:58:28 +01:00
epCode
18a8d011a2
Sprinting anim, MC-like Player anims, Swimming detection
2021-02-17 15:17:12 -08:00
epCode
a49e144911
Localize a couple variables
2021-02-17 02:51:33 +00:00
epCode
0d8744d9a0
Fix player head node textures
2021-02-16 18:11:53 -08:00
epCode
c238fd9ba7
Set swiming detection to "node_feet"
2021-02-16 14:18:06 -08:00
kay27
0e026c187e
Merge pull request 'Translate French - Small fixes' ( #1133 ) from lrocher/MineClone2:translate-fr into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1133
2021-02-16 22:11:37 +00:00
Rocher Laurent
529f799cc2
Translate French - Small fixes
2021-02-16 22:30:26 +01:00
Elias Åström
5972322639
Remove backward compatible names in explosion info
...
Appears like they were not used anywhere.
2021-02-16 21:36:37 +01:00
Elias Åström
d5ea06bb47
Fix center of bounding box calculation
2021-02-16 21:33:26 +01:00
epCode
24c14e7f15
Fix bow having weird hand placements while hitting and loading
2021-02-16 20:13:12 +00:00
Elias Fleckenstein
98b00898a5
Merge pull request 'Make player wield switch instant' ( #1129 ) from Code-Sploit/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1129
2021-02-16 12:40:55 +00:00
Code-Sploit
9cbfaf012e
Make player wield switch instant
2021-02-16 12:34:26 +00:00
Elias Fleckenstein
ef41b54387
Remove shulker shell and emerald to gold temporary crafting recipes
2021-02-16 09:57:38 +01:00
Elias Fleckenstein
574ced80a3
Give charged creeper an explosion strength of 6
2021-02-16 09:55:36 +01:00
Elias Fleckenstein
47d9c23c7a
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-02-16 09:52:43 +01:00
epCode
3b775c38cd
Fix wrong numbers (Swaped)
...
My bad
2021-02-15 23:46:27 +00:00
epCode
164aad4ff9
Fix player glitches when standing by the water
...
Instead of making the player collisionbox smaller from the ground, I made it smaller from the top.
2021-02-15 16:59:24 +00:00
Elias Fleckenstein
b0c1aea881
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-02-15 16:44:18 +01:00
Elias Fleckenstein
e5caef3440
Fix Double chest model
2021-02-15 16:41:33 +01:00
epCode
52c36d45da
Remove Buggy Crawling for Fixing
2021-02-14 11:18:46 -08:00
epCode
ba86cf1d8b
Impliment crawling
2021-02-13 16:09:00 -08:00
epCode
903a29f949
Add charged creeper
2021-02-12 16:48:46 -08:00
kay27
3e584cdfb7
Merge pull request 'Update translate-fr' ( #1104 ) from lrocher/MineClone2:translate-fr into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1104
2021-02-13 00:31:49 +00:00
Laurent Rocher
303d286603
Update French translation
2021-02-13 00:09:59 +01:00
kay27
cbc5299bff
Merge pull request 'Correct hoe repair material' ( #1097 ) from midgard/MineClone2:hoe_repair into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1097
2021-02-12 21:34:53 +00:00
TechDudie
10d3c62690
Upload files to 'mods/ITEMS/mcl_core/textures'
2021-02-12 17:54:49 +00:00
TechDudie
a1e8685faf
Delete 'mods/ITEMS/mcl_core/textures/mcl_core_emerald.png'
2021-02-12 17:53:21 +00:00
TechDudie
b2d53e9e39
Upload files to 'mods/ITEMS/mcl_core/textures'
2021-02-12 17:52:30 +00:00
TechDudie
1022449ace
Delete 'mods/ITEMS/mcl_core/textures/default_diamond.png'
2021-02-12 17:51:23 +00:00
epCode
0bde0aabf6
Merge branch 'master' of https://git.minetest.land/MineClone2/MineClone2
2021-02-12 09:25:23 -08:00
epCode
a9fe8d58e5
Add bow aiming animations
2021-02-12 09:16:08 -08:00
Midgard
f27fbd866e
Correct hoe repair material
2021-02-12 17:13:58 +01:00
Elias Fleckenstein
b2e2120b9e
Fix shulkerbox model
2021-02-12 10:12:57 +01:00
Elias Fleckenstein
778ddd555f
Move mending code to add_experience function
2021-02-12 09:20:32 +01:00
MysticTempest
846b1d273d
Fix the enchanting table book entity spawning multiple times as reported in issue #1008 .
2021-02-11 19:25:54 -06:00
MysticTempest
0ec64189dc
Partial creeper explode distance fix, and fix to stop punching mobs into the air.
2021-02-11 17:27:55 -06:00
epCode
d7cfe54eb4
Give the player some eyes
2021-02-11 12:20:39 -08:00
Elias Fleckenstein
6ebafe7735
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-02-11 15:19:19 +01:00
Elias Fleckenstein
7932f4e470
Disable 3D player preview by default
2021-02-10 18:30:58 +01:00
kay27
a73f5dabbd
Cleanup
2021-02-10 15:36:32 +00:00
kay27
1d792a650f
Speedup placing villages 2/2 (update mcl_villages through Gitea, as direct push doesn't work)
2021-02-10 13:07:32 +00:00
kay27
3b196da12f
Speedup placing villages 1/2 (update mcl_tools through Gitea, as direct push doesn't work)
2021-02-10 13:04:49 +00:00
Elias Fleckenstein
735bfc88c4
Fix chests entities spawning multible times
2021-02-10 09:20:46 +01:00
kay27
ba9ad48114
Protect paintings, fix https://git.minetest.land/MineClone2/MineClone2/issues/1080
2021-02-09 23:34:04 +00:00
epCode
cf95239fe5
Replace mcl_armor_character.b3d
...
Fix the player bone positioning while not swiming
2021-02-09 21:23:35 +00:00
epCode
7e2e96672b
Remove mcl_armor_character.b3d
2021-02-09 21:22:28 +00:00
epCode
b749de4ced
replace mcl_armor_character.blend
2021-02-09 21:21:51 +00:00
epCode
0fe02b5a69
Replace mcl_armor_character.blend
2021-02-09 21:20:43 +00:00
epCode
6a3a0362a3
Fix player looking up while on water and attached
2021-02-09 19:00:54 +00:00
Elias Fleckenstein
484ffc924a
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-02-09 18:19:18 +01:00
MysticTempest
dc9ca16321
Enable villager spawning.
2021-02-09 06:06:19 -06:00
Elias Fleckenstein
b36db2044f
3D Player preview in inventory
2021-02-08 20:13:08 +01:00
kay27
bd1e4187a0
Fix https://git.minetest.land/MineClone2/MineClone2/issues/1079 by epCode
2021-02-08 11:48:31 +04:00
epCode
29d43b9709
Fix player head with wrong pitch while swiming
2021-02-06 18:18:19 -08:00
epCode
c5169e48a1
Merge branch 'master' of https://git.minetest.land/epCode/MineClone2
2021-02-06 17:50:27 -08:00
epCode
38f70561c5
Swiming coment
2021-02-06 17:44:30 -08:00
epCode
adbfd6b55d
Merge branch 'master' of https://git.minetest.land/epCode/MineClone2
2021-02-06 17:40:24 -08:00
epCode
df8bdfbc36
Animations for swiming
2021-02-06 17:40:07 -08:00
kay27
84289a3a11
Tiny code cleanup and potentially bugfix after latest mergings
2021-02-07 02:56:00 +04:00
epCode
b5353c060f
Merge branch 'master' into master
2021-02-06 19:35:13 +00:00
Elias Fleckenstein
88ed1aaa87
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-02-06 20:04:09 +01:00
HimbeerserverDE
fbb5f7464c
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-02-06 17:50:15 +01:00
epCode
282af37555
Add some sneaking commentary
2021-02-05 19:44:41 -08:00
epCode
1868f31673
Merge branch 'master' of https://git.minetest.land/epCode/MineClone2
2021-02-05 16:40:14 -08:00
epCode
729c60cd4b
Nametag vanishes when sneaking
2021-02-05 16:39:50 -08:00
epCode
6f8d728035
Merge pull request 'master' ( #6 ) from MineClone2/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/epCode/MineClone2/pulls/6
2021-02-06 00:10:00 +00:00
kay27
696ae8e6fe
Merge pull request 'Fix Mobs not taking knockback on the Y-axis' ( #1061 ) from Code-Sploit/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1061
2021-02-05 21:41:38 +00:00
kay27
fa3e37c604
A mob does not drop XP unless it dies within 5 s of an attack registered as a player hit, https://git.minetest.land/MineClone2/MineClone2/issues/1021#issuecomment-13894
2021-02-05 16:34:49 +04:00
Code-Sploit
95b0a27213
Fix Mobs not taking knockback on the Y-axis
2021-02-05 10:36:48 +00:00
epCode
403c174722
Merge branch 'master' of https://git.minetest.land/epCode/MineClone2
2021-02-03 17:14:06 -08:00
epCode
37baf5e69a
Fix sneak/R.click bugs.
2021-02-03 17:12:28 -08:00
epCode
f37096cb4b
Merge branch 'master' of https://git.minetest.land/epCode/MineClone2
2021-02-03 17:05:48 -08:00
epCode
cf837247a7
Fix sneak/R.click bugs.
2021-02-03 16:59:58 -08:00
epCode
bd98529945
Fix sneak/R.click bugs
2021-02-03 16:29:33 -08:00
kay27
13a9dbed3e
Fix https://git.minetest.land/MineClone2/MineClone2/issues/1052 (stop searching trees after 10+ attempts)
2021-02-04 03:41:43 +04:00
Elias Fleckenstein
18dd3ac9bd
Add 'ice' group
2021-02-03 17:08:04 +01:00
kay27
9492f276fc
Make mcl_spawn compatible with flat mapgen with superflat MCL2 option (but better to have some trees still)
2021-02-03 16:08:00 +04:00
kay27
e8f8d4cb1e
Better fix spawn point search (follow-up 32cf25dc17
)
2021-02-03 04:22:02 +04:00
kay27
32cf25dc17
Fix spawn point search
2021-02-03 03:53:47 +04:00
epCode
e0ad09900c
Merge pull request 'master' ( #5 ) from MineClone2/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/epCode/MineClone2/pulls/5
2021-02-02 22:19:58 +00:00
MysticTempest
e716ebd911
Make enderman grief less frequently, enable pseudobiome villages by default, and disable natural village generation in singlenode.
2021-02-01 15:45:22 -06:00
HimbeerserverDE
ee6d8451d2
Flame arrows ignite TNT
2021-02-01 08:15:28 +01:00
Elias Fleckenstein
b5d92f3078
Fix warning in mcl_beds
2021-01-31 14:04:11 +01:00
Elias Fleckenstein
9956e267aa
Allow for 2 drivers in a boat
2021-01-31 12:54:40 +01:00
HimbeerserverDE
a654db7684
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-30 19:35:32 +01:00
kay27
b0f151147c
Fix the trees, https://git.minetest.land/Wuzzy/MineClone2/issues/1031
2021-01-30 05:23:34 +04:00
kay27
948265fd6b
Fix https://git.minetest.land/Wuzzy/MineClone2/issues/1028 - Make tree saplings grow in inactive areas (approx. time calc.)
2021-01-30 04:42:53 +04:00
kay27
30b4b9661c
Villages cleanup
2021-01-29 23:03:39 +04:00
Elias Fleckenstein
b61ae6a61f
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-29 19:43:24 +01:00
MysticTempest
2fe5ac8569
Add experimental, pseudobiome-based village variation.
2021-01-28 23:59:01 -06:00
Elias Fleckenstein
65219d34a2
Animated shulkerboxes
2021-01-28 20:53:57 +01:00
HimbeerserverDE
8ae233ba36
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-28 20:16:32 +01:00
HimbeerserverDE
000dd3cbc9
Only burning arrows set objects on fire
2021-01-28 20:16:26 +01:00
kay27
9a668204cb
Remove inter-village distance check
2021-01-28 23:12:16 +04:00
Elias Fleckenstein
e66d66caf9
Fix #399
2021-01-28 19:02:44 +01:00
Elias Fleckenstein
4fe944445b
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-28 17:45:04 +01:00
Elias Fleckenstein
89ce072621
Sneak to dismount when in boat
2021-01-28 17:44:55 +01:00
kay27
5e65307819
Fix https://git.minetest.land/Wuzzy/MineClone2/issues/897
2021-01-28 17:55:33 +04:00
kay27
f20f9f9a88
Log weather changes according to https://git.minetest.land/Wuzzy/MineClone2/issues/897
2021-01-28 11:47:51 +04:00
MysticTempest
ff38a44454
Give 'mcl_villages' the proper loot table, fix blacksmith shop catching fire/missing chest, add butcher shop, remove chest from large_houses, and remove screenshots.
2021-01-28 01:24:43 -06:00
kay27
ff2cd808d5
Fix https://git.minetest.land/Wuzzy/MineClone2/issues/1022
2021-01-28 03:17:11 +04:00
kay27
1f18c2438c
Minor weather code clean up, ref. https://git.minetest.land/Wuzzy/MineClone2/issues/897
2021-01-28 02:03:49 +04:00
HimbeerserverDE
a3ccb54376
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-27 20:13:16 +01:00
HimbeerserverDE
00df587bf7
Add flame enchantment
2021-01-27 20:11:02 +01:00
Elias Fleckenstein
dbd6ebd4b5
Fix #1014
2021-01-27 19:21:28 +01:00
Elias Fleckenstein
85f3fb7ea1
Fix #1005
2021-01-27 16:42:49 +01:00
Elias Fleckenstein
248272a128
Fix #1018
2021-01-27 16:01:04 +01:00
Elias Fleckenstein
5ede42bbe7
Fix #1020
2021-01-27 15:46:10 +01:00
Elias Fleckenstein
db3a31c2c4
Simplify chest animations
2021-01-27 15:45:23 +01:00
kay27
7210dfcc1c
Make mobs only drop XP orbs when they're killed by hit, attempt to fix https://git.minetest.land/Wuzzy/MineClone2/issues/978
2021-01-27 16:12:34 +04:00
MysticTempest
0c23406531
Add mcl_villages; with support for seed-based, and multithreaded village generation by kay27.
2021-01-27 02:56:53 -06:00
MysticTempest
9feee980f8
Add help text for enchanting table.
2021-01-27 01:41:23 -06:00
Elias Fleckenstein
97594c89fb
Fix #968
2021-01-26 18:51:18 +01:00
Elias Fleckenstein
e05576b3f3
Don't despawn villagers
2021-01-26 18:40:16 +01:00
Elias Fleckenstein
e9f9d96eb1
Fix #1012
2021-01-26 17:42:45 +01:00
Elias Åström
948438bd1c
Add max_blast_resistance to mcl_explosions.explode
...
If the option is specified, then the explosion will treat all
non-indestructible nodes as having a blast resistance of no more than
the value of the option.
2021-01-26 17:04:22 +01:00
Elias Åström
34274486c7
Add griefing option to mcl_explosions.explode
...
When set to false explosions will only affect entities and not destroy
nodes.
2021-01-26 17:04:22 +01:00
Elias Åström
e3d2284485
Refactor some stuff in mcl_explosions
2021-01-26 17:04:22 +01:00
Elias Åström
4a07b0607f
Improve API of mcl_explosions.explode
...
Replace the 'no_sound' and 'no_particle' options in the 'info' parameter
with 'sound' and 'particles'. But also has backwards compatability for
the old parameter names.
2021-01-26 17:04:22 +01:00
Elias Åström
c907df9669
Tiny code style cleanup in mcl_explosions
2021-01-26 17:04:22 +01:00
Elias Åström
5ecb56452e
Fix creeper explosions only doing 1/2 heart damage
...
The solution was to move the creeper explosions to originate from the
center of the creepers collisionbox and not its entity position.
2021-01-26 17:04:22 +01:00
MysticTempest
41bd803185
Add support for mcimported worlds by clearing out singlenode mapgen, and adding a toggleable fix for converted double_plants.
2021-01-26 17:04:22 +01:00
MysticTempest
d571d62863
Fix crash in 'mcl_spawn' in v6,flat,singlenode mapgens; and fix mobs despawning when attacking/following players.
2021-01-26 17:04:22 +01:00
Elias Fleckenstein
0022c9902b
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-25 16:33:41 +01:00
MysticTempest
c1c5ed4869
Fix crash in 'mcl_spawn' in v6,flat,singlenode mapgens; and fix mobs despawning when attacking/following players.
2021-01-24 17:47:28 -06:00
Elias Fleckenstein
a514b97880
Make cleric sell experience bottle
2021-01-24 19:55:33 +01:00
Elias Fleckenstein
467683a7f9
Add experience bottle
2021-01-24 19:46:39 +01:00
Elias Fleckenstein
76bd139f1b
Rise mob spawning distance to 24 ( Closes #982 )
2021-01-24 19:07:56 +01:00
Elias Fleckenstein
4a3916236c
Make WIP items appear in crafguide ( Closes #998 )
2021-01-24 19:03:52 +01:00
Elias Fleckenstein
9ce8c95f8c
Fix bed not dropping when top part is dug
2021-01-24 18:54:17 +01:00
Elias Fleckenstein
745b7063a5
Move bed messages to HUD; Fix #1000
2021-01-24 18:40:29 +01:00
Elias Fleckenstein
fdfcf9ca70
Fix #1001
2021-01-24 16:29:24 +01:00
Elias Fleckenstein
eb01c8e9f8
Give boats HP ( Closes #991 )
2021-01-24 16:27:04 +01:00
Elias Fleckenstein
73d6533aff
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-23 16:19:50 +01:00
Elias Fleckenstein
f9a82aab05
Implement curing zombie villagers
2021-01-23 15:40:12 +01:00
kay27
94840ec2ef
Fix black chests, https://git.minetest.land/Wuzzy/MineClone2/issues/995
2021-01-23 00:43:46 +04:00
Elias Fleckenstein
b7c3096364
Spawn villager zombies like in Minecraft
2021-01-22 20:31:58 +01:00
Elias Fleckenstein
4a4a834bf8
Generate Enchanted golden apples in chests
2021-01-22 19:45:18 +01:00
Elias Fleckenstein
291991c745
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-22 19:08:11 +01:00
Elias Fleckenstein
a92273b930
Gold apples give the player effects; Added Enchanted Golden Apples (Swiftnes & Leaping instead of Absorbtion and Resistance)
2021-01-22 19:08:01 +01:00
kay27
c9294a4d8a
Fix https://git.minetest.land/Wuzzy/MineClone2/issues/996 Coordinate exploit in signs and chests, sent by @cora
2021-01-22 21:42:37 +04:00
kay27
2e898b3113
Decrease player burn time in Creative mode
2021-01-22 20:03:55 +04:00
MysticTempest
689e6edac2
Make 'mcl_burning' support other texture packs.
2021-01-22 03:07:21 -06:00
kay27
c4dce1df25
Fix already created End portals
2021-01-21 18:35:04 +04:00
kay27
a41e0628e5
Fix https://git.minetest.land/Wuzzy/MineClone2/issues/994 Crash in mcl_mobs
2021-01-21 12:36:33 +04:00
Elias Fleckenstein
b6aabfc853
Fix #992
2021-01-20 16:20:45 +01:00
Elias Fleckenstein
0e0628bcc5
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-20 16:14:30 +01:00
Elias Fleckenstein
3d7e89811d
Fix #990
2021-01-20 16:14:23 +01:00
kay27
1a2c500873
Restore missing 'died formspec' after player exploded being in the bed
2021-01-20 01:46:52 +04:00
Elias Fleckenstein
02305c914d
Merge branch 'enchanted_books_creative'
2021-01-18 20:08:37 +01:00
Elias Fleckenstein
9cc3b5ccda
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-18 19:55:59 +01:00
Elias Fleckenstein
09ab1482b5
Merge branch 'animated_chests'
2021-01-18 19:55:48 +01:00
kay27
81c27363a3
Add limitations to respawn search algorithm to make it work faster
2021-01-17 22:07:02 +04:00
Elias Fleckenstein
427ac03a4d
Fix #951
2021-01-17 13:21:09 +01:00
Elias Fleckenstein
bb0e5af6d0
Fix crash when attempting to create grass path with efficiency shovel
2021-01-17 12:39:11 +01:00
Elias Fleckenstein
4b61b3b4e5
#986
2021-01-17 12:29:25 +01:00
Elias Fleckenstein
6e6f994a43
Make dragon breath use the dragon breath texture
2021-01-17 12:07:49 +01:00
Elias Fleckenstein
fa9d4402c7
Fix doors dropping duplicate when blown up
2021-01-17 12:00:00 +01:00
Elias Fleckenstein
b54b6c4c97
Fix #987
2021-01-17 10:41:13 +01:00
kay27
5b44eeb611
Teach observer to detect TNT in realtime mode, fix crash in mcl_spawn on restart server in less than 30s in new world
2021-01-17 02:48:36 +04:00
kay27
5400cdba35
Fix blowing up a bed makes it drop twice, https://git.minetest.land/Wuzzy/MineClone2/issues/985
2021-01-16 22:50:29 +04:00
kay27
fe33f172d4
Add player-friendly respawn place search algorithm, fix https://git.minetest.land/Wuzzy/MineClone2/issues/515 https://git.minetest.land/Wuzzy/MineClone2/issues/972 https://git.minetest.land/Wuzzy/MineClone2/issues/981
2021-01-16 18:51:30 +04:00
Elias Fleckenstein
15dd969adf
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-15 17:40:57 +01:00
Elias Fleckenstein
50e90e8c23
Fix #983
2021-01-14 20:00:10 +01:00
Elias Fleckenstein
b338d36d63
Remove the /burn command
2021-01-12 09:19:18 +00:00
Elias Fleckenstein
1f05d8f876
Knockback enchantment working on mobs
2021-01-11 16:38:05 +01:00
Elias Fleckenstein
c4c3fc1c8c
Fix Fire Aspect
2021-01-10 14:16:00 +01:00
Elias Fleckenstein
a9bdb7b509
Fix #969
2021-01-08 14:55:02 +01:00
Elias Fleckenstein
20ab04dfc0
Fix #976
2021-01-08 14:43:49 +01:00
Elias Fleckenstein
7a1e6246d6
Remove wield_image from all shovels
2021-01-08 14:40:02 +01:00
kay27
eef5f2cc5b
Revert 2be8a550dc
according to https://git.minetest.land/Wuzzy/MineClone2/issues/973
2021-01-08 14:36:50 +01:00
kay27
fd4ce3c688
Scale mcl_farming_pumpkin_face_preview.png 32x64 to 16x32 according to https://git.minetest.land/Wuzzy/MineClone2/issues/974
2021-01-08 14:30:11 +01:00
Elias Fleckenstein
5ce1fd6821
Rise XP collection distance
2021-01-07 14:42:19 +01:00
Elias Fleckenstein
2f1a918667
Fix thorns incompabilities
2021-01-06 19:41:11 +01:00
Elias Fleckenstein
9a31252c5d
Fix sharpness and bane of arthopods being compatible
2021-01-06 19:04:04 +01:00
Elias Fleckenstein
7bcc8c1534
Fix #863
2021-01-06 14:50:49 +01:00
Elias Fleckenstein
7d4688b70c
Fix enchanted items showing up in craftguide
2021-01-06 14:17:27 +01:00
Elias Fleckenstein
2be8a550dc
Merge branch 'itemframe'
2021-01-06 14:05:09 +01:00
Elias Fleckenstein
aee607800e
Merge branch 'large_chest_put'
2021-01-06 14:03:54 +01:00
Elias Fleckenstein
a49e3c9068
Fix #703
2021-01-06 13:39:19 +01:00
Elias Fleckenstein
b616ce734f
Fix mobs taking damage from fire and lava even if they shouldn't
2021-01-06 13:31:51 +01:00
Elias Fleckenstein
f68a75f184
Fix #750
2021-01-06 13:28:58 +01:00
Elias Fleckenstein
3787b95e0f
Fix #700
2021-01-06 13:01:27 +01:00
Elias Fleckenstein
034174390d
Fix #801
2021-01-06 12:48:39 +01:00
Elias Fleckenstein
08a8b155d7
Fix #906 and #902
2021-01-06 12:43:09 +01:00
Elias Fleckenstein
3a02e90c3a
Fix mobs jumping against walls again and again due to a typo
2021-01-06 12:14:20 +01:00
Elias Fleckenstein
f2c978c892
Fix #885
2021-01-06 12:04:02 +01:00
Elias Fleckenstein
fd5f3a8df7
Mobs can't jump while already in air
2021-01-06 11:47:50 +01:00
kay27
bdd0123c77
keep mobs from disappearance
2021-01-06 11:25:56 +01:00
Elias Fleckenstein
52ed7f668e
Small mob shoot raycast improvement
2021-01-06 11:18:18 +01:00
Elias Fleckenstein
bc15c9c22d
Fix #965
2021-01-06 10:36:57 +01:00
kay27
faa944193a
try to fix https://git.minetest.land/Wuzzy/MineClone2/issues/963
2021-01-05 20:45:56 +01:00
Elias Fleckenstein
823ff7e22e
Fix #955
2021-01-05 20:36:50 +01:00
Elias Fleckenstein
059629c51f
Fix wrong mob spawning distance from player
2021-01-05 20:29:10 +01:00
Elias Fleckenstein
cd1b8e9d2f
Fix #962
2021-01-05 20:12:50 +01:00
Elias Fleckenstein
c405242fa2
Fix #801
2021-01-05 19:52:57 +01:00
Elias Fleckenstein
8b92d795d2
Fix #960
2021-01-05 18:05:20 +01:00
Elias Fleckenstein
5899c2059f
Fix #860
2021-01-05 18:02:41 +01:00
Elias Fleckenstein
6f49a3d535
Fix #788
2021-01-05 17:52:27 +01:00
Elias Fleckenstein
e7721b91a0
Fix #959
2021-01-05 17:35:06 +01:00
Elias Fleckenstein
7bdce54048
Give credit for the enchanting sounds ( Closes #921 )
2021-01-05 17:27:38 +01:00
Elias Fleckenstein
8ef14dd81f
Fix #872
2021-01-05 17:23:24 +01:00
Elias Fleckenstein
96ca23419a
Fix #944
2021-01-05 15:40:03 +01:00
Elias Fleckenstein
14551edcd2
Remove debugging message from last commit
2021-01-05 15:23:42 +01:00
Elias Fleckenstein
f253d49a8d
Fix #901
2021-01-05 15:19:31 +01:00
Elias Fleckenstein
d88b548ddb
Fix #917
2021-01-05 15:08:18 +01:00
Elias Fleckenstein
fcc485a8e3
Fix #904
2021-01-05 14:40:54 +01:00
Elias Fleckenstein
a0ffe92587
Merge branch 'master' into itemframe
2021-01-05 14:27:08 +01:00
Elias Fleckenstein
139a4d94d0
Merge branch 'master' into enchanted_books_creative
2021-01-05 14:25:56 +01:00
Elias Fleckenstein
90f1fde8c8
Merge branch 'master' into animated_chests
2021-01-05 14:25:20 +01:00
Elias Fleckenstein
49c70560a5
Fix #946
2021-01-05 14:13:33 +01:00
Elias Fleckenstein
37f256648b
Fix enchanting book animation being weird sometimes
2021-01-05 12:40:29 +01:00
Elias Fleckenstein
ebc2ec9f72
Add missing enchanting sound
2021-01-05 12:37:15 +01:00
kay27
6fcf1cf09f
Make catching XP orbs easier
2021-01-05 12:21:01 +01:00
kay27
4d54766590
quick fix of https://git.minetest.land/Wuzzy/MineClone2/issues/954
2021-01-05 12:15:43 +01:00
kay27
c2a14e2eae
Make glyph particles more close to MC and visible only for players in radius 15
2021-01-05 12:13:36 +01:00
Elias Fleckenstein
dc5ff37449
Fix #954
2021-01-04 20:44:35 +01:00
Elias Fleckenstein
b0b23b7532
Call on_rightclick when clicking a node with fishing rod
2021-01-04 20:23:14 +01:00
Elias Fleckenstein
cfc86bcf3d
Fix #952 and other occurences of get_player_velocity
2021-01-04 18:06:31 +01:00
Elias Fleckenstein
796c80b2d1
Merge branch 'fixes' into enchanted_books_creative
2021-01-04 17:59:41 +01:00
Elias Fleckenstein
0a482cc0cf
Merge branch 'fixes' into itemframe
2021-01-04 17:58:54 +01:00
Elias Fleckenstein
a7c42306a7
Merge branch 'fixes' into animated_chests
2021-01-04 17:58:42 +01:00
Elias Fleckenstein
aea051fe37
Proper fire aspect damage
2021-01-04 17:53:49 +01:00
Elias Fleckenstein
378dca593e
Always create chest entities
2021-01-04 17:16:48 +01:00
Elias Fleckenstein
17ff0c9be5
No static_save for chest entities
2021-01-04 17:14:51 +01:00
Elias Fleckenstein
de810cee81
Fix chest migration in general
2021-01-04 17:10:07 +01:00
Elias Fleckenstein
e26a644df0
Fix ender chest migration
2021-01-04 17:02:36 +01:00
Elias Fleckenstein
6d16c2e348
Merge branch 'fixes' into animated_chests
2021-01-04 16:50:03 +01:00
Elias Fleckenstein
ac54e3caf3
Fix despawning once and for all (hopefully)
2021-01-04 16:40:18 +01:00
Elias Fleckenstein
a4d7bd03e1
Change itemframe entity drawtype from wielditem to item
2021-01-04 16:19:14 +01:00
Elias Fleckenstein
7d1ce8bc07
Merge remote-tracking branch 'origin/master' into enchanted_books_creative
2021-01-04 14:23:39 +01:00
Elias Fleckenstein
9dc0d103a1
Merge branch 'fixes' into animated_chests
2021-01-04 14:22:27 +01:00
Elias Fleckenstein
507f2d872b
Fix #949
2021-01-04 14:21:28 +01:00
Elias Fleckenstein
269ebc2718
Fix Silk Touch drop of Top Snow
2021-01-04 13:34:57 +01:00
Elias Fleckenstein
f86cf37ac9
Fix zombies sometimes just disappearing when dieing to fire
2021-01-04 13:30:30 +01:00
Elias Fleckenstein
5939baee52
Enchanted books in creative inventory
2021-01-04 13:02:55 +01:00
Elias Fleckenstein
cfa6937df4
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into burning_objects
2021-01-04 11:45:06 +01:00
Elias Fleckenstein
ce4e86549b
Enderchest Support
2021-01-04 11:26:07 +01:00
Elias Fleckenstein
c36dc16527
Fix #948
2021-01-04 10:15:28 +01:00
Elias Fleckenstein
abdb76c2a0
Fix #942
2021-01-04 10:09:44 +01:00
Elias Fleckenstein
41a364b319
Crack texture is now displayed
2021-01-03 20:08:53 +01:00
Elias Fleckenstein
0cfb60a826
Fix #941
2021-01-03 19:20:23 +01:00
Elias Fleckenstein
84cd8195c6
Fix invalid migration of small chests
2021-01-03 19:05:07 +01:00
Elias Fleckenstein
2d9ec679c0
Fix floating chest entity
2021-01-03 18:55:41 +01:00
Elias Fleckenstein
978aa38196
Trapped chests support
2021-01-03 18:52:24 +01:00
Elias Fleckenstein
5ce8c229db
Merge branch 'burning_objects' into animated_chests
2021-01-03 18:25:40 +01:00
Elias Fleckenstein
10d6ca4107
Change max_hear_distance of fire sound and tweak fire entity size
2021-01-03 18:22:33 +01:00
Elias Fleckenstein
ae59f9fd3c
Inventory + Screwdriver support
2021-01-03 18:16:12 +01:00
Elias Fleckenstein
54f7d76298
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-03 15:34:49 +01:00
Elias Fleckenstein
02777b1f65
Fix mcl_craftguide completely
2021-01-03 15:25:06 +01:00
Elias Fleckenstein
1fda78667f
Properly merge mcl_craftguide
2021-01-03 15:23:29 +01:00
Elias Fleckenstein
6b2416b211
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into fixes
2021-01-03 15:17:08 +01:00
Elias Fleckenstein
9e97331bdc
Fix mobs despawning while close to player
2021-01-03 15:10:50 +01:00
Elias Fleckenstein
0fe1707c2f
Remove spaces
2021-01-03 14:32:31 +01:00
Elias Fleckenstein
6cc029a6e4
Fix #931
2021-01-03 14:26:05 +01:00
Wuzzy
4c2f3f2b7c
Fix possible crash in mcl_craftguide
2021-01-03 14:22:19 +01:00
Elias Fleckenstein
ea938237d5
Animated Chests
2021-01-03 14:21:35 +01:00
kay27
30379c823c
Clean up some spaces in code after merging https://git.minetest.land/EliasFleckenstein03/MineClone2
2021-01-03 00:42:07 +04:00
Elias Fleckenstein
c2521885ff
Remove extinguish sound
2021-01-02 14:03:50 +01:00
Elias Fleckenstein
7d45055a59
Remove minetest.env in mcl_mobs API
2021-01-02 12:45:23 +01:00
Elias Fleckenstein
081ae7fbff
Make undead mobs burn in sunlight instead of dealing damage directly
2021-01-02 12:43:50 +01:00
Elias Fleckenstein
8ba8f62527
Document fire_resistant and fire_damage_resistant
2021-01-02 12:34:02 +01:00
Elias Fleckenstein
7d805ff789
Fix duplicate bookshelf positions
2021-01-02 12:28:38 +01:00
Elias Fleckenstein
64e510a730
Better bookshelf counting
2021-01-02 12:21:35 +01:00
Elias Fleckenstein
ab079d0c9b
Fix missing enchantability of golden shovel
2021-01-02 12:11:16 +01:00
Elias Fleckenstein
939a73dd77
Remove Licenses from mcl_burning and mcl_enchanting
2021-01-02 11:18:18 +01:00
Elias Fleckenstein
883056bbc2
Fix #16
2021-01-02 11:15:32 +01:00
Elias Fleckenstein
84708c3870
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-02 10:58:02 +01:00
Elias Fleckenstein
2bc5a281f5
Player damage texture modifier
2021-01-02 10:57:33 +01:00
Elias Fleckenstein
fbd4a3a516
Fix burning sound keeping playing
2021-01-02 10:56:40 +01:00
kay27
d42ee00290
Fix piston owner metadata storage
2021-01-02 02:54:41 +04:00
Elias Fleckenstein
212e895c1a
Fire Aspect for Mobs
2021-01-01 19:59:34 +01:00
Elias Fleckenstein
2932837951
Fix mobs always dropping cooked loot
2021-01-01 19:52:34 +01:00
Elias Fleckenstein
92bf864807
Fire Aspect
2021-01-01 19:51:31 +01:00
Elias Fleckenstein
071ba77bb0
mcl_burning fully working
2021-01-01 19:25:47 +01:00
Elias Fleckenstein
a6eed5c5b3
Rework system
2020-12-29 22:08:38 +01:00
Wuzzy
e8573189d8
Fix XP bar overflow after enchant
2020-12-28 15:32:24 +01:00
kay27
5385a3f202
Fix piston protection check
2020-12-27 17:11:22 +04:00
Elias Fleckenstein
758a3470f3
Fire resistance potion working
2020-12-24 17:55:33 +01:00
Elias Fleckenstein
7545e29f58
Burning objects
2020-12-24 17:48:40 +01:00
Elias Fleckenstein
b017fd7405
Looting actually works now
2020-12-23 19:01:49 +01:00
Elias Fleckenstein
da7240d6c1
looting
2020-12-23 17:41:42 +01:00
Elias Fleckenstein
a7ff5be28b
Luck of the Sea
2020-12-23 15:18:20 +01:00
MysticTempest
38f89fc963
Fix concrete powder mechanics.
2020-12-23 06:23:55 -06:00
Elias Fleckenstein
8f62a3fe0c
Enchanted book loot in desert temple
2020-12-23 12:25:18 +01:00
MysticTempest
b56ae38939
Make lava/fire wait 2 seconds before destroying items to allow chance for pickup, fix dogs following when sitting, and add some rotation so mobs don't idle at cliffs.
2020-12-22 08:29:24 -06:00
Elias Fleckenstein
6ba3fc869c
Make villagers sell enchanted stuff
2020-12-22 12:00:04 +01:00
Elias Fleckenstein
3161668d26
Color tweaks
2020-12-22 10:42:22 +01:00
Elias Fleckenstein
e152e346ea
Improve XP bar position
2020-12-21 18:27:58 +01:00
Elias Fleckenstein
213f62ac06
Fix translations
2020-12-21 18:00:35 +01:00
Elias Fleckenstein
ef9a54872e
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-12-21 17:58:39 +01:00
Elias Fleckenstein
5fe64ff6f1
Better XP bar
2020-12-21 17:02:39 +01:00
Elias Fleckenstein
a4d9d22bb0
Mending
2020-12-21 15:12:24 +01:00
Elias Fleckenstein
fdbfd4c654
Mineshaft Loot
2020-12-21 13:57:09 +01:00
Wuzzy
b0dc0ecc9c
Fix possible nil crashes in mcl_jukebox
2020-12-21 13:13:01 +01:00
epCode
f62a003163
More Minecraft-like breathing animation
2020-12-20 16:20:04 -08:00
epCode
a228899fc9
Update mcl_player character model
2020-12-20 15:52:26 -08:00
epCode
2b2e0914d4
Added arm pitch control
2020-12-20 14:42:45 -08:00
epCode
c5412dd2a7
Added arm control bone
2020-12-20 14:42:21 -08:00
epCode
12564b573b
Fine tune player sneaking animations
2020-12-20 14:12:33 -08:00
epCode
76e7b8f637
Player animation tweaks
2020-12-20 14:12:03 -08:00
Elias Fleckenstein
d820c35937
Fishing & Mineshaft loot
2020-12-20 17:33:24 +01:00
Elias Fleckenstein
b91b587876
Fix Lure
2020-12-20 16:32:04 +01:00
Wuzzy
fd53198c9a
No enchant for shears
2020-12-19 16:29:55 +01:00
Wuzzy
39a0fdd24c
No enchant 4 flint&steel,pumpkin,head,screwdriver
2020-12-19 16:26:12 +01:00
Wuzzy
821af93675
Translate mcl_experience,mcl_enchanting to de
2020-12-19 16:07:34 +01:00
Wuzzy
e22b766ffa
Remove enchanted compass (caused a crash)
2020-12-19 15:32:32 +01:00
Elias Fleckenstein
6eeeb83c0d
Let enderdragon drop Xp
2020-12-19 15:00:15 +01:00
Elias Fleckenstein
4f18f77db0
Drop xp for empty furnaces too
2020-12-19 13:02:13 +01:00
Elias Fleckenstein
753be59d95
Fixed crash
2020-12-19 11:53:59 +01:00
Wuzzy
1f124476f2
Remove NC enchanting sound
2020-12-19 11:45:41 +01:00
epCode
eee88adcd1
Merge branch 'wielditem' of https://git.minetest.land/epCode/MineClone2 into wielditem
2020-12-18 16:44:32 -08:00
epCode
2e2b22dc15
Player properties for sneaking
2020-12-18 16:43:42 -08:00
epCode
39dfc72ac5
Utilized the sneaking animations
2020-12-18 16:29:21 -08:00
epCode
acda2ba9bf
Added sneaking animations
2020-12-18 16:28:28 -08:00
epCode
fec3085593
Added sneak animation entries
2020-12-18 16:27:37 -08:00
Elias Fleckenstein
1f0fc01d20
Store XP in furnaces instead of immediately dropping it
2020-12-18 19:03:08 +01:00
Elias Fleckenstein
977489de04
Fixed efficiency drops
2020-12-18 17:33:02 +01:00
Elias Fleckenstein
66eb5c35da
Fix enchanted book
2020-12-18 15:57:52 +01:00
epCode
771964863b
Merge pull request 'master' ( #2 ) from Wuzzy/MineClone2:master into wielditem
...
Reviewed-on: https://git.minetest.land/epCode/MineClone2/pulls/2
2020-12-18 03:23:52 +00:00
MysticTempest
cb3fa6cd09
Fix magma cubes and zombies not taking damage from hands; and adjust magma cube armors to their proper values.
2020-12-17 16:07:20 -06:00
epCode
44c757ba6e
Spawn icons to spawn egg texures
2020-12-17 09:59:34 -08:00
Elias Fleckenstein
0477e729f5
Fixed crash
2020-12-17 18:58:07 +01:00
Elias Fleckenstein
19726241c3
Fixed lapis slot
2020-12-17 18:53:44 +01:00
MysticTempest
fb51ab05ea
Enable basic mob despawning.
2020-12-17 09:22:34 -06:00
Elias Fleckenstein
6c3588bad8
Rework inventory
2020-12-17 13:29:21 +01:00
Elias Fleckenstein
f1a4c493c8
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into enchanting
2020-12-17 11:23:59 +01:00
Elias Fleckenstein
28239ec0fb
Remove enchanting particles on collision
2020-12-17 11:22:00 +01:00
epCode
ef8d7b1e6a
Added bone control for wielditem
2020-12-16 10:56:05 -08:00
epCode
20cc845940
Transforms wielditem relative to held item
2020-12-16 10:55:56 -08:00
kay27
8eed6eaf4e
Slightly optimize fire ignition by lava and make it more MC-like
2020-12-15 00:27:20 +04:00
Wuzzy
f6f2037e6a
Fix XP bar overflow if trying to go over XP limit
2020-12-14 20:04:52 +01:00
Wuzzy
e6d99b8b18
Respawn enchantbook ent when rightclick table
2020-12-14 19:15:40 +01:00
Wuzzy
73cb6b7a22
Don't save book entity statically to save space
2020-12-14 19:08:57 +01:00
Wuzzy
4be2f2f76d
Fix more book entity spawn/despawn bugs
2020-12-14 18:53:34 +01:00
Wuzzy
e154919b34
Remove book ent. after destructing enchant table
2020-12-14 18:24:24 +01:00
Wuzzy
7d8c33c647
Some minor cleanup in mcl_enchanting
2020-12-14 14:27:20 +01:00
Wuzzy
9028902a87
Remove mcl_experience setting
2020-12-14 14:16:09 +01:00
Wuzzy
70b078cdaf
Move mcl_enchanting to ITEMS
2020-12-14 14:11:59 +01:00
Wuzzy
5a7fc3774f
Make mcl_enchantments translatable
2020-12-14 14:08:55 +01:00
kay27
e7aa873968
Fix https://git.minetest.land/EliasFleckenstein03/MineClone2/issues/3
2020-12-13 03:09:32 +04:00
kay27
5da02bb8cc
Merge https://git.minetest.land/EliasFleckenstein03/MineClone2
2020-12-13 03:00:04 +04:00
Wuzzy
0cbbe451d4
Add terrifying enderman noises
2020-12-10 17:52:14 +01:00
Wuzzy
1ca89f699a
Add enderman teleport sounds
2020-12-10 16:35:48 +01:00
Wuzzy
d699459bac
Fix carrot param2 reset to 0 when ate by rabbit
2020-12-09 22:10:42 +01:00
Wuzzy
d17c53cb0c
Fix mob spawn height for real
2020-12-08 22:42:01 +01:00
Wuzzy
9324c43d8d
Reduce grass sound volume
2020-12-08 16:56:27 +01:00
Wuzzy
63e8b8cb63
New bow+arrow sounds
2020-12-08 16:07:49 +01:00
Wuzzy
6532148f2f
Add rabbit sounds
2020-12-08 14:52:38 +01:00
Wuzzy
8e65876fdf
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-12-08 01:45:38 +01:00
Wuzzy
7abffc5df9
Fix mobs spawning 1.5 nodes above the ground
2020-12-08 01:44:45 +01:00
kay27
a7c4d4ebd9
Fix obserber watch z coordinate in realtime mode
2020-12-08 00:57:15 +04:00
Wuzzy
ac782bac90
Remove unused mesecons_lever.ogg
2020-12-07 05:10:13 +01:00
Wuzzy
8dae3e3460
New button and lever sounds
2020-12-07 04:59:10 +01:00
Wuzzy
9fd27db688
Add new squid death/hurt sounds
2020-12-07 03:01:04 +01:00
Wuzzy
938f62c7c1
Add zombiepig sounds
2020-12-07 01:22:28 +01:00
Wuzzy
9b9ee66b00
Enderman will take nodes only below air
2020-12-07 00:49:46 +01:00
Wuzzy
42155c6bdc
Reduce snowman sound volume
2020-12-07 00:06:20 +01:00
Wuzzy
5bd3ebda17
Add throwing sound
2020-12-07 00:02:32 +01:00
Wuzzy
e49e75ece2
Add snowman sounds
2020-12-06 23:32:54 +01:00
Wuzzy
1ab90c58a6
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-12-06 21:15:39 +01:00
Wuzzy
91071e9bc2
Add endermite sounds
2020-12-06 21:15:05 +01:00
kay27
827d7ec538
Fix attempt to index local 'pos' at ITEMS/mcl_portals/portal_nether.lua:728
2020-12-06 22:45:44 +04:00
Wuzzy
839c22dcfb
Change XP drop amount for each mob
2020-12-06 15:46:42 +01:00
Wuzzy
e8cb8a789e
Add spider sounds
2020-12-06 13:31:14 +01:00
Wuzzy
92785f7411
Add polar bear sounds
2020-12-06 03:24:32 +01:00
Wuzzy
b163d17a53
Add shears cut sound
2020-12-06 01:21:02 +01:00
Wuzzy
c2fe18def7
Add bone eating sound for wolf
2020-12-06 01:09:55 +01:00
Wuzzy
29d46a5949
Fix wolf eat sound
2020-12-06 00:50:54 +01:00
Wuzzy
52681658ef
Add epic end portal open sound
2020-12-06 00:27:10 +01:00
Wuzzy
e894775943
Tweak zombie/skeleton horse sounds
2020-12-05 23:55:30 +01:00
Wuzzy
9d31ddb30d
Baby animals don't drop XP
2020-12-05 23:42:33 +01:00
Wuzzy
b70e58ab05
Add animal eat sound
2020-12-05 23:37:12 +01:00
Wuzzy
da7214bafa
Wolf: Bark when tamed, show icon when change order
2020-12-05 22:57:46 +01:00
Wuzzy
376e1c32c5
Add wolf sounds
2020-12-05 22:36:59 +01:00
Wuzzy
22a0b107ba
Add flop sound when mob flops on ground
2020-12-05 21:33:37 +01:00
Wuzzy
c7084cb79a
Add guardian sounds
2020-12-05 21:22:59 +01:00
Wuzzy
a764298923
Add Wither spawn sound
2020-12-05 20:53:21 +01:00
Wuzzy
bccd91e08f
Change mule sounds (=higher pitched donkey sounds)
2020-12-05 19:48:51 +01:00
Wuzzy
99b4ba65c2
Add milking sound for cow and mooshrom
2020-12-05 19:17:15 +01:00
Wuzzy
48582e10d2
Add bat hurt and death sounds
2020-12-05 18:50:43 +01:00
Wuzzy
73744b4fc8
Add donkey sounds
2020-12-05 18:29:35 +01:00
Wuzzy
eee892d78e
Make parrots spawn in jungles
2020-12-05 17:56:56 +01:00
Wuzzy
389135f87f
Add parrot sounds
2020-12-05 17:14:56 +01:00
Wuzzy
1d0ecd5708
New chicken sounds
2020-12-05 16:44:01 +01:00
Wuzzy
8b09cccfd4
Disable footstep sound of flying/swimming mobs
2020-12-05 14:48:58 +01:00
Wuzzy
312bae6a17
Add parrots back into Creative inventory
2020-12-05 14:45:10 +01:00
Wuzzy
c0ef6e3d5a
Add instant_death for mobs
2020-12-05 14:42:03 +01:00
Wuzzy
e23bdca570
Reset mob velocity when surviving flop
2020-12-05 14:20:58 +01:00
Wuzzy
c48371e859
Mobs can't runaway while in flop state
2020-12-05 14:16:07 +01:00
Wuzzy
a9b59816c4
Implement very basic flopping
2020-12-05 14:14:16 +01:00
Wuzzy
cb08062926
Fix some mob-related death bugs
2020-12-05 13:51:29 +01:00
Wuzzy
3a28081683
mcl_mobs: Shorten math.pi
2020-12-05 13:05:12 +01:00
Wuzzy
21310aad59
Fix more death animation bugs
2020-12-05 12:59:12 +01:00
Wuzzy
57e24fc705
Disable object collision of dead mobs
2020-12-05 05:20:43 +01:00
Wuzzy
b6c6602d13
New mob death particle and sound
2020-12-05 05:11:53 +01:00
Wuzzy
ed3afc6e49
Redo the death effect
2020-12-05 04:33:23 +01:00
Wuzzy
411e180477
Use same death_speed for all mobs
2020-12-05 03:52:08 +01:00
Wuzzy
ab7cfa1e43
Improve flight behavior of bat/parrot a little
2020-12-05 03:35:08 +01:00
Wuzzy
9b519cb665
Document mob states
2020-12-05 02:17:39 +01:00
Wuzzy
1362730dbf
Mobs don't follow food in hand in love mode
2020-12-05 02:07:43 +01:00
Wuzzy
0d7e957694
Fix player eating item when pointing a mob
2020-12-05 01:56:19 +01:00
Wuzzy
855fd6b279
Drop XP when breeding
2020-12-05 01:49:15 +01:00
Wuzzy
a56df1e533
Add mobs debug mode
2020-12-05 01:38:10 +01:00
Wuzzy
7913e72e07
Tweak timing of horny timer and child grow time
2020-12-05 01:26:30 +01:00
Wuzzy
6f9f7a2cb9
Disable XP by default
2020-12-04 18:46:04 +01:00
kay27
945260fa29
quick fix of attempt to index local 'node' (nil value) at mods/ENTITIES/mcl_mobs/api.lua:3392
2020-12-03 23:48:26 +04:00
MysticTempest
09ccfc9802
Copy mcl_item_entity's item flowing code to allow mobs to be pushed by flowing_water, add TenPlus1's mob shoving code, and fix mob swimming breaking recently.
2020-12-03 10:37:44 -06:00
Wuzzy
356977531e
Remove all traces of all_pull_sticky
2020-12-03 14:21:25 +01:00
Wuzzy
8dddfe17db
Fix kelp dropping always 1 item only
2020-12-03 14:19:37 +01:00
Wuzzy
257d7803a4
Can place kelp also in downwards-flowing water
2020-12-03 14:01:27 +01:00
Wuzzy
51fea93905
Fix all_pull_sticky for real
2020-12-03 13:16:12 +01:00
Wuzzy
30b915b5c2
Fix lightning being heard globally
2020-12-03 13:03:27 +01:00
Wuzzy
2638d91785
Fix arrow hit being heard globally
2020-12-03 12:59:57 +01:00
Wuzzy
7e8c3aebd5
mesecons_mvps: Fix missing all_pull_sticky arg
2020-12-03 12:52:02 +01:00
Wuzzy
d60a0a0949
Fix ice melt not cause surrounding nodes to update
2020-12-03 12:36:58 +01:00
kay27
06c97be4a2
Fix https://git.minetest.land/Wuzzy/MineClone2/issues/880
2020-12-01 20:10:37 +04:00
kay27
e0734952ce
quick fix 'not def and def.walkable'
2020-11-28 17:56:37 +04:00
kay27
2958d96967
Fix Russian translation
2020-11-26 23:34:56 +04:00
Wuzzy
c40e97aa2e
Fix wrong locale template for mcl_craftguide
2020-11-26 13:32:07 +01:00
Elias Fleckenstein
ed738da016
Added Enchanting Table
2020-11-25 12:47:27 +01:00
Laurent Rocher
af26f18bd6
Complete French Translation
2020-11-18 23:06:47 +01:00
Laurent Rocher
9010cf514d
Fix some template.txt files (missing final = of some entries)
2020-11-18 23:05:07 +01:00
kay27
2b1d21a5b5
Merge branch 'kay27_mechanics' as a squash
2020-11-14 01:59:03 +04:00
Elias Fleckenstein
a3cf6b0e5d
Blast Protection; Fire Protection; Projectile Protection; Feather Falling; Thorns
2020-11-13 12:21:36 +01:00
Elias Fleckenstein
b53ae0df19
Fix armor runtime error
2020-11-13 09:44:42 +01:00
Wuzzy
bd2d0f717a
Sugarcane: No place inside liquid
2020-11-12 21:12:25 +01:00
Wuzzy
9365493696
Fix fire resistance bad protect against magmablock
2020-11-12 16:43:12 +01:00
Wuzzy
124274053d
Effect: Bigger init timer
2020-11-12 16:28:52 +01:00
Wuzzy
c3861bad85
Fix effect icons not initing correctly after join
2020-11-12 16:25:17 +01:00
Wuzzy
c5a27ee47a
Add status effect icons
2020-11-12 15:46:57 +01:00
Wuzzy
027b240cac
Add object crosshair
2020-11-12 13:51:37 +01:00
Wuzzy
51085fd6b8
Enlarge sleep message area
2020-11-12 13:21:26 +01:00
Wuzzy
41a1a3167d
Fix wielded item text overlapping with HUD
2020-11-12 12:30:00 +01:00
Wuzzy
271cdbcf03
Fix untranslated nether lava death msgs
2020-11-12 12:23:38 +01:00
Wuzzy
d952c79cb7
Slower nether portal anim
2020-11-12 12:01:16 +01:00
Wuzzy
41af1eddba
Reset pointing range limit for bow
2020-11-12 11:47:42 +01:00
Wuzzy
8512b7c2e0
Fix swords being too big in itemframe
2020-11-12 11:14:37 +01:00
Wuzzy
daff07269a
Itemframes: Change dummy texture to blank.png
2020-11-12 10:40:14 +01:00
Wuzzy
132db02011
Sugarcane less strict w/ water check on place
2020-11-11 21:00:37 +01:00
Elias Fleckenstein
b9e5a991e2
Protection
2020-11-10 13:58:39 +01:00
kay27
47c834a809
Fix XP inditaction when the player dies
2020-11-10 11:25:35 +04:00
Elias Fleckenstein
3d7bb69e81
Bane of Arthropods; Smite; Lure
2020-11-09 18:59:08 +01:00
Elias Fleckenstein
479dfd6c0d
Soul Speed
2020-11-09 10:50:27 +01:00
Wuzzy
c7a4f7cbfb
Fix brewstand not showing up in craftguide
2020-11-07 01:11:42 +01:00
Elias Fleckenstein
494ffb41d3
Punch
2020-11-06 15:05:31 +01:00
Elias Fleckenstein
86b2cd70f9
Fortune
2020-11-06 13:46:52 +01:00
Elias Fleckenstein
4d37e309e7
FrostWalker
2020-11-05 16:05:42 +01:00
Elias Fleckenstein
bbc6db489e
Power
2020-11-05 15:25:44 +01:00
Elias Fleckenstein
cdafb1a07e
Knockback
2020-11-04 12:00:42 +01:00
Elias Fleckenstein
2b55dac7d2
Fixed Curse of Binding bypass in rightclick handler
2020-11-04 11:29:44 +01:00
Elias Fleckenstein
7c28bf8507
Silk Touch
2020-11-02 19:09:23 +01:00
Elias Fleckenstein
8a406ad968
Sharpness
2020-11-02 17:58:13 +01:00
Elias Fleckenstein
b89ffb12f2
Unbreaking for fishing rods
2020-11-02 17:38:51 +01:00
Elias Fleckenstein
22083a0ff5
Armor textures support
2020-11-02 17:22:03 +01:00
Elias Fleckenstein
afa11c0723
Unbreaking for armor
2020-11-02 15:33:05 +01:00
Elias Fleckenstein
a516eccd6d
Unbreaking for Bows
2020-11-02 15:09:11 +01:00
Elias Fleckenstein
04d8d999e2
Efficiency & Unbreaking
2020-11-02 13:38:17 +01:00
Elias Fleckenstein
e09ecb5431
Enchanted Books; Fishing Rod Support; Curse of Binding
2020-11-01 17:24:57 +01:00
Elias Fleckenstein
3791f8983e
Combine tools in anvil
2020-11-01 15:15:44 +01:00
Elias Fleckenstein
3fd1963da9
Compass support
2020-11-01 14:23:43 +01:00
Elias Fleckenstein
26f3d821a4
Proper anvil naming support
2020-11-01 13:44:05 +01:00
Elias Fleckenstein
76303ae194
Working Infinity Enchantment
2020-10-27 20:02:46 +01:00
Elias Fleckenstein
a76fb8dd57
Added tt support, made enchanted bows function properly
2020-10-27 19:53:49 +01:00
Elias Fleckenstein
1cef707c6c
/enchant working
2020-10-27 18:19:49 +01:00
Elias Fleckenstein
64e62486e2
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-10-27 16:37:40 +01:00
Elias Fleckenstein
8ef39f405f
Merge branch 'enchanting' of https://git.minetest.land/Wuzzy/MineClone2
2020-10-27 16:37:33 +01:00
Elias Fleckenstein
79b624bc5c
First Steps
2020-10-27 16:37:25 +01:00
kay27
38ad237d92
Fix multithreaded addition of XP
2020-10-26 10:24:38 +04:00
kay27
9f98117328
Fix XP and Nether ashes
2020-10-26 01:06:35 +04:00
kay27
1965696829
Merge kay27_textures branch: more recongizable obsidian texture; better NP texture; Nether particles
2020-10-24 21:49:11 +04:00
kay27
c4f038ab77
Final (hopefully) megre of XP to master, sorry for all possible conflicts
2020-10-24 13:48:39 +04:00
Wuzzy
730e5f6998
Some mcl_experience cleanup
2020-10-24 11:42:24 +02:00
Wuzzy
a4c2211d87
Merge branch 'enchanting' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-10-24 11:38:16 +02:00
kay27
30d9e54803
Implement leftovers of https://git.minetest.land/Wuzzy/MineClone2/issues/841#issuecomment-11440
2020-10-24 02:46:45 +04:00
Wuzzy
5374376e24
Don't play XP sound for negative or 0 XP
2020-10-23 23:35:46 +02:00
Wuzzy
3236dc0d8e
Simplify XP bar
2020-10-23 23:30:40 +02:00
Wuzzy
fe1c8ca758
Hard-cap XP at 2^31-1
2020-10-23 23:16:46 +02:00
Wuzzy
6706104c3a
Remove enchantment table
2020-10-23 23:00:54 +02:00
Wuzzy
53dbd4e2c2
Clean up /xp syntax help
2020-10-23 22:58:13 +02:00
Wuzzy
3fde86eff6
Experience: Clean up HUD elements
2020-10-23 22:50:53 +02:00
Wuzzy
280f284867
Merge branch 'enchanting' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-10-23 22:32:35 +02:00
kay27
290893355b
Implement some of https://git.minetest.land/Wuzzy/MineClone2/issues/841#issuecomment-11440
2020-10-24 00:18:53 +04:00
Wuzzy
6b30553707
Merge branch 'cart-acceleration' of https://git.minetest.land/2mac/MineClone2 into master
2020-10-23 22:12:40 +02:00
Wuzzy
d2518c91e8
Tweak German End crystal translation
2020-10-23 22:01:59 +02:00
Wuzzy
4c39224e6f
Merge https://git.minetest.land/EliasFleckenstein03/MineClone2 into master
2020-10-23 21:53:42 +02:00
kay27
dbe631409c
Update mcl_portals_ru.tr
2020-10-19 16:55:05 +04:00
kay27
a127136c60
Add Enchanting from Crafter-minetest by Oil_boi
2020-10-19 16:38:21 +04:00
kay27
4c2e28836c
Fix generation of strongholds
2020-10-15 00:22:48 +04:00
kay27
abef71f317
Fix https://git.minetest.land/Wuzzy/MineClone2/issues/840
2020-10-14 03:19:00 +04:00
Elias Fleckenstein
299099116b
Changed drop chance
2020-10-12 11:07:11 +02:00
kay27
f0afebea38
Remove double vector addition for piston pull/push - fix on_placenode() coordinates
2020-10-09 02:09:00 +04:00
kay27
d1807b5844
Remove double on_placenode() for push/pull, see https://git.minetest.land/Wuzzy/MineClone2/src/branch/master/mods/ITEMS/REDSTONE/mesecons_mvps/init.lua#L371
2020-10-08 21:51:07 +04:00
kay27
a78c613322
Fix slimeblock/piston behavior, https://github.com/kay27/MineClone2/issues/4
2020-10-07 23:28:21 +04:00
Wuzzy
5f820c6bf9
Update helptext of obsidian
2020-09-30 17:31:19 +02:00
Wuzzy
b0ee0a475b
Remove "Loading terrain" msg (too spammy)
2020-09-30 17:27:34 +02:00
Wuzzy
81b33d7df3
Shrink Nether portal texture to 16px
2020-09-30 17:25:12 +02:00
Wuzzy
3bed1c5bf8
Fix accidental global in mcl_portals
2020-09-30 17:10:06 +02:00
kay27
c01c53af49
Prevent opening double chests with solid block(s) on the top
2020-09-30 16:42:52 +04:00
kay27
3cd30a559e
sl4v & Nicu: Don't open chests if there is a full block above them, for 1-node normal & trapped chests
2020-09-30 00:32:28 +04:00
kay27
a511152cdf
Fix glass bottles remained empty on take water from cauldrons, https://github.com/kay27/MineClone2/issues/1
2020-09-27 22:56:39 +04:00
kay27
339f7c6359
Add calculation of mcl_vars.mapgen_edge_min/max in mcl_init and use them for Nether portal fast travelling
2020-09-26 02:17:49 +04:00
kay27
4eb42c3a9a
Merge bzoss_player feature branch
2020-09-25 00:39:51 +04:00
kay27
446b0e6602
Merge updated Nether portals, https://git.minetest.land/Wuzzy/MineClone2/issues/804
2020-09-21 22:21:46 +04:00
kay27
8df2aebd31
Add moveresult variable passing to on_step() of mob entity, https://git.minetest.land/Wuzzy/MineClone2/issues/837
2020-09-21 11:30:29 +04:00
kay27
15cb94b9b3
Close minor issues with fishing rod timing and permanent_flame alias, https://git.minetest.land/Wuzzy/MineClone2/issues/834 & https://git.minetest.land/Wuzzy/MineClone2/issues/836
2020-09-20 03:38:31 +04:00
kay27
7678bf9b9f
Fix item duplication by brewing stand, by disabling its falling and pushing/pulling, see https://git.minetest.land/Wuzzy/MineClone2/issues/831
2020-09-19 11:42:09 +04:00
kay27
fa97aca76a
Simplify respawn search algorithm, https://git.minetest.land/Wuzzy/MineClone2/issues/833
2020-09-10 21:25:02 +04:00
Wuzzy
b47ff2b9be
Use pure-API version of tt mod
2020-09-10 15:41:36 +02:00
kay27
daede2a183
Improve around-the-bed-respawn place search algorithm: square spiral up to 7 x/z nodes, thanks anon5, https://git.minetest.land/Wuzzy/MineClone2/issues/785
2020-09-09 14:35:44 +04:00
kay27
7bbb7438ae
Fix bed checks, see https://git.minetest.land/Wuzzy/MineClone2/issues/785
2020-09-08 18:15:57 +04:00
kay27
a2281f384b
Add blast resistance for stairs and slabs
2020-09-08 15:06:52 +04:00
kay27
28f19fdbb4
Fix potion names, https://git.minetest.land/Wuzzy/MineClone2/issues/829
2020-09-08 07:21:29 +04:00
kay27
f2d68d909e
Add some growth for unloaded farming plants
2020-09-05 21:49:12 +04:00
kay27
766c76831d
Restore furnaces work when time_speed set to 0 (but for emegred areas only, as it was in 0.66.2)
2020-08-31 11:19:00 +04:00
Wuzzy
e361b35724
Fix crash delete item entity with empty itemstring
2020-08-29 10:57:33 +02:00
Wuzzy
09ee912096
Fix crash when mob dies after poison/regen
2020-08-29 10:53:44 +02:00
MysticTempest
2f6afe34ba
Fix crash when night_vision tries to apply to a mob.
2020-08-26 00:46:07 -05:00
Wuzzy
87ffe2e8f5
Set default node particle level to "none"
2020-08-23 12:05:08 +02:00
Wuzzy
4fb0ead10e
Make all brewing stand versions use metal sound
2020-08-22 12:12:31 +02:00
Wuzzy
3a57a5800b
Smoother lingering potion particles in 1st second
2020-08-22 11:18:45 +02:00
kay27
82c3142913
fix a typo in mcl_potions.ru.tr
2020-08-22 05:13:17 +04:00
kay27
81cf500611
fix furnace flame particles
2020-08-22 05:05:55 +04:00
kay27
a672d901f8
Translate new line in mcl_potions.ru.tr
2020-08-21 22:22:55 +04:00
kay27
e4ca1beacb
prevent furnaces flashes on fuel load more correctly
2020-08-21 22:19:23 +04:00
kay27
a728974d8a
prevent furnaces flashing on fuel load
2020-08-21 16:07:50 +04:00
kay27
6efed85866
prevent divizion by zero in mcl_furnaces
2020-08-21 15:58:17 +04:00
kay27
9c8098c203
try to fix https://git.minetest.land/Wuzzy/MineClone2/issues/821
2020-08-21 15:23:15 +04:00
Wuzzy
723a306e1e
Anvils: Add tt tooltip to damaged anvils
2020-08-20 19:52:00 +02:00
Wuzzy
c7627f0517
Fix minor typo
2020-08-20 19:44:47 +02:00
Wuzzy
ce0b31123b
Increase smoke anim duration for fire smoke
2020-08-19 20:44:12 +02:00
Wuzzy
c2afc82754
Disable some demanding particles by default
...
Fire smoke, lava droplets
2020-08-19 20:39:05 +02:00
Wuzzy
c0aeb2f15f
Add lava particles
2020-08-19 20:17:04 +02:00
Wuzzy
101391cbcc
Fire nodes spawn smoke particles
2020-08-19 19:32:23 +02:00
Wuzzy
8a39474793
Add smoke particles at torches
2020-08-19 19:14:37 +02:00
Wuzzy
731f42ac88
Rename and move texture: tnt_smoke
2020-08-19 18:47:58 +02:00
Wuzzy
f00dc21252
Make dying mobs non-pointable
2020-08-19 18:38:38 +02:00
Wuzzy
28aead0a60
Tweak mob death particles
2020-08-19 18:38:14 +02:00
Wuzzy
7c0c0d4d0c
Change particle for instant effects
2020-08-19 17:37:41 +02:00
Wuzzy
91d174b437
Fix incorrect particle name in mcl_potions
2020-08-19 17:07:53 +02:00
Wuzzy
9f43d6a5a5
Add setting to disable node particles
2020-08-19 16:37:28 +02:00
Wuzzy
2a1273b7e3
Add flame particles to torches and furnaces
2020-08-19 16:32:46 +02:00
Wuzzy
b14eb70241
Add after_rotate in screwdriver API
2020-08-19 16:27:56 +02:00
Wuzzy
988056ad08
Fix bow in creative mode not having inf. ammo
2020-08-19 15:05:23 +02:00
Wuzzy
de8183f07a
Fix German translation mistake
2020-08-19 14:48:14 +02:00
Wuzzy
4acf953334
Add critical hit particles for bow
2020-08-19 14:45:37 +02:00
Wuzzy
fa9ce11ddd
Move potion particles to mcl_particles
2020-08-19 14:12:51 +02:00
Wuzzy
7f1e90ada9
Move note particle to mcl_particles
2020-08-19 13:29:13 +02:00
Wuzzy
f91ae540c2
Add leafdecay and anvil damage particles
2020-08-19 13:22:40 +02:00
Wuzzy
80e54bf44d
Noteblock spawns note particle
2020-08-19 12:20:12 +02:00
Wuzzy
b2e2f27935
Add German translation for Sea Pickle
2020-08-19 11:04:32 +02:00
Wuzzy
1816324fe5
Tweak night vision conditions
2020-08-19 10:53:44 +02:00
Wuzzy
3bdd95fe47
Change night vision description
2020-08-19 10:40:07 +02:00
Wuzzy
b2ad6b79bd
Fix night vision conflicting with weather skycolor
2020-08-19 10:39:44 +02:00
kay27
ff24052e7f
Update mcl_mobitems.ru.tr
2020-08-14 00:38:19 +04:00
Wuzzy
2cc76fb9f3
Update mcl_mobitmes translation
2020-08-13 19:36:02 +02:00
Wuzzy
eff6c4c476
Clean up poisonous foods
2020-08-13 19:20:52 +02:00
Wuzzy
152d69f91f
mcl_hunger: Remove non-food poison mechanic
...
It was moved to mcl_potions, so it's OK
2020-08-13 18:44:33 +02:00
Wuzzy
cef20edd53
Fix drinking a potion never depleting it
2020-08-13 18:16:53 +02:00
Wuzzy
12ca804488
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-08-13 18:08:33 +02:00
kay27
b8caa2581f
Update Russian translation of Brewing
2020-08-11 01:59:58 +04:00
kay27
9537eaead0
Protect from explosions
2020-08-10 22:04:27 +04:00
kay27
c424b036b2
Fix furnaces timing when you leave them or skip the nights, https://git.minetest.land/Wuzzy/MineClone2/issues/533
2020-08-10 16:30:55 +04:00
Wuzzy
89b294f8c1
Fix typo in translation
2020-08-10 10:50:48 +02:00
Wuzzy
8573dd69b7
Update mcl_potion translation templates
2020-08-10 10:47:42 +02:00
Wuzzy
578fbf999e
Change word in command help
2020-08-10 10:44:57 +02:00
Wuzzy
2a7edbde49
mcl_potions: Move command to own file
2020-08-10 10:40:10 +02:00
Wuzzy
f4f976a7a5
Fix potions ignoring on_rightclick of node/objects
2020-08-10 10:30:00 +02:00
Brandon
5637701c4b
Correct indentation
2020-08-08 17:51:39 -04:00
Brandon
d6c7c9dcd0
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-08-08 17:51:09 -04:00
Brandon
9024c8084d
Update how "on_use" is defined for potions.
2020-08-08 17:48:03 -04:00
Wuzzy
db1cc2e012
Effect command: Swap arguments
2020-08-08 10:25:23 +02:00
Wuzzy
aaa13878c1
Clean up the effect test command a little
2020-08-08 10:14:37 +02:00
Wuzzy
a472c30163
Fix indentations in mcl_potions/mcl_brewing
2020-08-08 10:00:16 +02:00
Wuzzy
7104bbd2df
Remove tt strings for WIP potions for now
2020-08-08 09:32:38 +02:00
Wuzzy
c373c972b3
Fix typo in mcl_brewing: comination
2020-08-08 09:28:47 +02:00
Brandon
48fae05040
Fix problem with charging double potion effect when hit by a tipped_arrow
2020-08-06 17:44:16 -04:00
Brandon
0cfd16fb17
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-08-06 17:31:21 -04:00
Brandon
128e98ca4d
Delete dead code
2020-08-06 17:30:49 -04:00
Brandon
0e462ef883
Update potions to not break on contact with liquid nodes.
2020-08-06 17:30:28 -04:00
kay27
6ba7ba981d
Russian translation of mcl_potions, mcl_brewing
2020-08-06 19:15:59 +04:00
Brandon
49a5f765bd
Save player effects on server shutdown.
2020-08-05 20:18:18 -04:00
Brandon
cfcaa4fa12
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-08-05 20:03:56 -04:00
Wuzzy
2e9231ac56
Remove dead chorus flower from Creative
2020-08-05 21:00:30 +02:00
Wuzzy
fd724f4c1c
Lingering heal/harm potions change at least 1 HP
2020-08-05 20:59:16 +02:00
Wuzzy
3deac5a1c6
Add crafting recipe for dragon's breath
2020-08-05 20:55:07 +02:00
Wuzzy
ed6604ee56
Remove incorrect dead chorus flower tooltip
2020-08-05 20:44:41 +02:00
Wuzzy
402205d1ed
Do not hide alive chorus flower in Creative
2020-08-05 20:40:34 +02:00
Wuzzy
92591b37dc
Make throwable potion entities non-pointable
2020-08-05 20:38:51 +02:00
Wuzzy
f5032503d0
Remove dead code in mcl_potions
2020-08-05 20:04:12 +02:00
Wuzzy
e310de1754
Fix Shulker spawnegg typo
2020-08-05 19:59:50 +02:00
Wuzzy
53c83a3479
Fix German translation mistake
2020-08-05 19:58:04 +02:00
Wuzzy
1834be9e46
Lingering potion: Reduce timer by constant value
2020-08-05 19:53:14 +02:00
Wuzzy
50bd1b9d5e
Update water bottle translate
2020-08-05 19:47:13 +02:00
Wuzzy
ff476c29b6
Better lingering for lingering water bottle
2020-08-05 19:44:19 +02:00
Wuzzy
9c304105e9
Add special particles for throwable water bottles
2020-08-05 19:29:21 +02:00
Wuzzy
20455a259f
Tweak splash potion particles
2020-08-05 19:06:32 +02:00
Wuzzy
1f8488aba5
Make throwable water bottles useful
2020-08-05 19:00:08 +02:00
Wuzzy
13963d00e5
Fix missing definition of age_next in mcl_fire
2020-08-05 18:04:37 +02:00
Wuzzy
e2735e0081
Fix wrong var name in mcl_mobs
2020-08-05 17:29:52 +02:00
Wuzzy
b1b50df9ab
Add more help to brewing stand
2020-08-05 15:48:28 +02:00
Wuzzy
f1616e522a
Fix another German typo
2020-08-05 15:26:35 +02:00
Wuzzy
41cf1a4362
Fix some translation typos in German
2020-08-05 15:24:15 +02:00
Wuzzy
b49bcda0ac
Fix get_translator in mcl_brewing
2020-08-05 15:20:08 +02:00
Wuzzy
cbf545ee12
Update mcl_potions translation template and German
2020-08-05 15:18:36 +02:00
Wuzzy
e519c62c8b
Clean up more potion-related strings
2020-08-05 15:18:30 +02:00
Wuzzy
87bf6c12b2
Add German potion translation
2020-08-05 14:49:23 +02:00
Wuzzy
e20a630a19
mcl_brewing, mcl_potions: Update transl. templates
2020-08-05 14:24:21 +02:00
Wuzzy
431cd63865
Add mod.conf to mcl_potions
2020-08-05 14:21:48 +02:00
Wuzzy
fe40936065
Remove redundant arrow help string definition
2020-08-05 14:20:53 +02:00
Wuzzy
c051a95dae
Fix typo in mcl_brewing
2020-08-05 13:56:49 +02:00
Brandon
b9a9b1b814
Add pretty weak version of chat commands to give oneself potion effects - for testing
2020-08-03 12:47:42 -04:00
MysticTempest
460d6e837a
Fix farm mobs following players slowly, adjust animations to follow suit, increase pig view range slightly, and change the runaway animation from walk to run.
2020-08-03 08:37:58 -05:00
Brandon
4c05c2e70c
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-08-02 20:51:27 -04:00
Brandon
67e4e814f4
move hudbar stuff outside initial statement.
2020-08-02 20:50:29 -04:00
Brandon
af1ab424fc
Allow potion effects to remain after player logs off.
2020-08-02 20:44:18 -04:00
kay27
125840c9e4
Fix bucket stacks https://git.minetest.land/Wuzzy/MineClone2/issues/745 by removing leftovers of metadata usage
2020-08-02 19:46:09 +04:00
kay27
afc6a1bb0f
Localize variable in mcl_beds
2020-08-02 05:05:02 +04:00
Brandon
0a5cb628c5
make lowercase to conform to Wuzzy's previous commit.
2020-08-01 08:42:31 -04:00
Brandon
5e26cfcf3d
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-08-01 08:40:41 -04:00
Brandon
2ca2f25e58
Correct tooltip for healing/harming potions
2020-08-01 08:39:50 -04:00
Brandon
acea309564
Add poison effect for pufferfish, remove mcl_hunger control for pufferfish effect
2020-08-01 08:36:22 -04:00
Wuzzy
5345dc9eb1
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-08-01 03:22:03 +02:00
Wuzzy
c63028801b
Write potion help texts
2020-08-01 03:20:52 +02:00
Wuzzy
fb3fade4eb
Remove dead code in mcl_brewing
2020-08-01 02:15:48 +02:00
MysticTempest
c63c92f597
Copy upstream's pathfinding out of water, then copy & rework the cliff check into a check for land mobs to avoid water.
2020-07-31 08:35:40 -05:00
Wuzzy
eec9cd9012
Mark night vision arrows as WIP
2020-07-31 10:45:22 +02:00
Wuzzy
5af124d732
Tweak potion tooltips
2020-07-31 10:43:42 +02:00
Wuzzy
3b95498092
Clean up potion/arrow names
2020-07-31 10:41:44 +02:00
kay27
64f9e39ebd
slighty optimize the code
2020-07-31 09:58:28 +02:00
kay27
92385364e5
Fix beds #798 attempt 5
2020-07-31 09:58:28 +02:00
Wuzzy
50fa36aa2c
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-07-29 21:24:49 +02:00
Brandon
1563fc7b96
comment sections of mcl_hunger that "poison" player. This is handled in mcl_potions.
2020-07-28 17:13:54 -04:00
Brandon
78bee21a82
Allow dragon's breath to stack to 64
2020-07-28 17:02:43 -04:00
Brandon
fd6028e451
Cleanup HUD bar mechanics
2020-07-27 19:41:07 -04:00
Brandon
9a32bdc967
Update HUD for poison/regen.
2020-07-27 19:17:04 -04:00
Brandon
bdd92c6cdb
update poison to swap hudbar icons and remove old dead functions
2020-07-27 17:32:48 -04:00
Elias Åström
a8eca09822
Fix on_blast for chorus flower crashing
2020-07-27 19:44:55 +02:00
Elias Åström
91b6213e0b
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-07-27 19:28:46 +02:00
Elias Åström
e85c00ea02
Show custom name in UI of Chest and Shulker Box
2020-07-27 19:26:01 +02:00
Wuzzy
0cc179acc6
Add warning about bed velocity
2020-07-27 07:49:54 +02:00
kay27
7d1f8ac314
Velocity check adjusted in mcl_beds
2020-07-27 07:49:54 +02:00
kay27
c78270e70b
Bed occupation fix
2020-07-27 07:49:54 +02:00
Brandon
6eb810339b
Cleanup potion functions - check for player effects at login to ensure no holdovers exist
2020-07-26 17:42:38 -04:00
Elias Åström
37c05cb840
Also save the name when a shulker is placed
...
Previously only the description was saved in the node meta.
2020-07-26 18:01:36 +02:00
Elias Åström
6095ae17b1
Merge remote-tracking branch 'dbeans/master'
2020-07-26 17:50:09 +02:00
Elias Åström
4827d2a83a
Update anvil maximum name length to 35
2020-07-26 17:39:55 +02:00
Brandon
9ef57692ba
A little more code cleanup
2020-07-26 07:48:40 -04:00
Elias Fleckenstein
a31ed90a81
Proper model
2020-07-26 13:28:13 +02:00
Brandon
9dce5581be
Code cleanup
2020-07-25 20:59:26 -04:00
Brandon
d22805cecd
Clean up potion functions. Correct fault where it's possible to index a nil value.
2020-07-25 20:40:13 -04:00
Brandon
834ce1f611
Correct issue where awkward splash wouldn't brew
2020-07-25 15:27:04 -04:00
Brandon
e5f0370c17
Correct arrow naming convention
2020-07-25 15:26:42 -04:00
Brandon
e603a08f3c
Correct potion color scheme
2020-07-25 15:26:22 -04:00
Elias Fleckenstein
21c6815839
Added End Crystal
2020-07-25 13:32:35 +02:00
MysticTempest
56958ab0c9
Fix mobs getting stuck in water, fix mobs falling off cliffs, and lower spider speed so cliff_danger check is properly applied.
2020-07-24 21:15:40 -05:00
Brandon
bf38131520
Corrected poison and other damage functions
2020-07-24 19:39:23 -04:00
Brandon
a53a98fff6
updated arrow color scheme.
2020-07-24 19:22:57 -04:00
Brandon
8c5943b34c
Correct other issues in inverting swiftness.
2020-07-24 19:15:00 -04:00
Brandon
ebfe9674e1
Correct issue with inverting swiftness to slowness.
2020-07-24 19:12:03 -04:00
Brandon
c37e43df4e
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-07-24 19:05:14 -04:00
Brandon
d228da1da7
allow stackable dragon breath
2020-07-24 19:02:54 -04:00
kay27
d76b1a9065
Russian translation: commandblock: advanced topics/usage
2020-07-24 19:10:58 +02:00
kay27
e19c00cd44
Russian translation: mcl_maps
2020-07-24 19:09:17 +02:00
dBeans
f961a72c33
Make shulker boxes preserve name when placed
2020-07-24 12:44:21 +02:00
Wuzzy
cd3e87bf57
Fix duplicate help entries for brewing stand
2020-07-23 23:23:03 +02:00
Wuzzy
e3c22cb072
Move depends to mod.conf in mcl_brewing
2020-07-23 23:16:36 +02:00
Wuzzy
fa76f81f92
Change mcl_brewing file permissions
2020-07-23 23:15:37 +02:00
Wuzzy
49d5e49999
Upgrade hudbars to 2.3.2
2020-07-23 23:06:10 +02:00
Wuzzy
a430772c16
Fix incorrect string in mesecons_commandblock
2020-07-23 22:43:16 +02:00
Wuzzy
ee52990db1
Remove empty Russian translation of mcl_maps
2020-07-23 22:36:25 +02:00
Wuzzy
7c93f3f9f7
Remove trailing spaces in Russian translation
2020-07-23 22:35:09 +02:00
Wuzzy
ac518fa548
Merge branch 'master' of https://git.minetest.land/kay2777/MineClone2 into ru
2020-07-23 22:33:10 +02:00
Wuzzy
a3d70e45d1
Fix incorrect dirt help
2020-07-23 22:29:16 +02:00
Brandon
dc3a991705
Correct crash from on_use = nil
2020-07-22 17:57:02 -04:00
Brandon
8ac54febba
Adjust dragon's breath color and don't splash it
2020-07-22 17:52:47 -04:00
Brandon
f2906bee3a
Add really cool header text
2020-07-22 17:46:49 -04:00
Brandon
927ba10c34
Update dragon breath image.
2020-07-22 17:46:34 -04:00
Brandon
b45b4a44e5
Add brewable dragons breath with chorus flower
2020-07-22 17:42:10 -04:00
Brandon
c4271cf13d
Correct crash when no arrow is in the inventory and the bow is drawn.
2020-07-21 18:55:41 -04:00
Brandon
623f60ab79
correct elseif statement
2020-07-20 19:50:17 -04:00
Brandon
31f57a51e0
give bow a bit more power...
2020-07-20 19:49:10 -04:00
Brandon
843f2d2a80
Correct issue where player/entities dies before effect is given
2020-07-20 19:48:58 -04:00
Brandon
43c4b355ce
Fix issue with objects/players dying before the effect runs, which won't be applied...
2020-07-20 19:07:10 -04:00
Brandon
bb5aa33bad
Remove splash potion arrow recipe
2020-07-20 18:36:37 -04:00
kay27
0b05431285
Merge remote-tracking branch 'upstream/master'
2020-07-20 19:44:06 +00:00
Brandon
26315d44cf
Add the ability to give use lingering potions to tip arrows.
...
Corrected issue with bow not finding potion arrows in inventory.
2020-07-19 21:08:50 -04:00
kay27
ba51686e6c
Russian translation
2020-07-20 00:11:13 +00:00
Brandon
0f5b6b7ce0
Initial commit to potion tipped arrows.
2020-07-19 18:56:18 -04:00
Brandon
1eeb0511de
Correct undeclared local obj in enderman line 318
2020-07-19 18:32:33 -04:00
Brandon
fa86a09fd5
Add splash/lingering water
2020-07-17 17:25:49 -04:00
Brandon
2b4b37a439
Update longdesc for mundane and thick potions
2020-07-17 17:09:51 -04:00
Brandon
787769cb92
Fix brewing thick potions and splash water potions
2020-07-17 17:05:40 -04:00
Brandon
5e77c90bb7
adjust tooltip generation - use even numbers of 5
2020-07-16 21:02:21 -04:00
Brandon
850edb564d
Scale down leaping potion effect, cleanup tooltip generation.
2020-07-16 20:56:00 -04:00
Brandon
64a2a6bb53
Move variable declaration out of loops to increase performance.
2020-07-16 20:20:13 -04:00
Brandon
1dda98fa4c
Move variable declaration out of loops for better performance. Correct for dropping duplicate items on break.
2020-07-16 20:14:57 -04:00
Elias Åström
ea1ad14f72
Fix sound/particle bug in mcl_explosions
2020-07-17 00:39:33 +02:00
Elias Åström
ca9578d50c
Make dried kelp craftable from dried kelp block
2020-07-17 00:17:18 +02:00
Wuzzy
90cc3b9659
Fix crash in mcl_mobs
2020-07-16 20:26:41 +02:00
Brandon
b9ba1300f9
Correct missing declaration of local param
2020-07-12 21:15:54 -04:00
Brandon
ad5759a5ad
Update method for harming by heal to mob attributes
2020-07-12 16:56:41 -04:00
Brandon
10f2dcb53a
Correct splash potions with no executable function
2020-07-12 12:32:54 -04:00
Brandon
4a654fccc4
Correct potions hitting thrower.
2020-07-12 12:16:26 -04:00
Brandon
9602e0d8af
add "use" to useage help
2020-07-12 11:58:34 -04:00
Brandon
d6e72a9c98
add "use" to translations
2020-07-12 11:58:06 -04:00
Brandon
982c976a83
Reduce player particles on effect
2020-07-12 09:44:45 -04:00
Brandon
fae5c8284e
Add speckled melon to the craft guide.
2020-07-12 08:58:22 -04:00
Brandon
25d092a95e
Update potions to not hit player feet when thrown.
2020-07-12 08:50:48 -04:00
Brandon
323223e5a1
Correct missing "use"
2020-07-12 08:28:18 -04:00
Brandon
51c311a258
Update definition for healing/harming potions
2020-07-12 08:20:56 -04:00
Brandon
a6dac52797
Move Lingering potion generation into single call
2020-07-12 07:59:29 -04:00
Brandon
e3becf443e
Correct Splash registration of "+" variant
2020-07-12 07:35:11 -04:00
Brandon
8f079d11be
Move Splash potion generation into single call
2020-07-12 07:18:54 -04:00
Brandon
922a42756e
update function definitions without effect to nil
2020-07-11 20:34:19 -04:00
Brandon
926d842cdb
reduce redundant code in potion definitions
2020-07-11 20:26:45 -04:00
Brandon
7670c9ba5c
Update some tooltips
2020-07-11 14:27:37 -04:00
Brandon
d7f204def6
tabs
2020-07-11 14:19:38 -04:00
Brandon
5981c0756b
work on chaning how potions are created
2020-07-11 13:40:48 -04:00
Brandon
64046d2c5f
update for dispenser compatibility
2020-07-11 09:07:27 -04:00
Brandon
555e122387
Merge branch 'bzoss_brew'
2020-07-11 08:06:08 -04:00
Wuzzy
0f1c369011
Fix broken French translation for mcl_mushrooms
2020-07-11 12:21:22 +02:00
Wuzzy
99f161ca80
Localize 2 endermen vars
2020-07-11 11:53:58 +02:00
Wuzzy
d230543567
Fix incorrect peony/rosebush descriptions
2020-07-11 11:53:08 +02:00
Wuzzy
1ef4c63e03
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-07-11 11:44:48 +02:00
Wuzzy
5125f6d739
Merge branch 'rootyjr_enderman'
2020-07-11 11:32:50 +02:00
Wuzzy
7d91edf4e3
Merge branch 'rootyjr_enderman' of https://git.minetest.land/Wuzzy/MineClone2 into rootyjr_enderman
2020-07-11 11:31:23 +02:00
Brandon
4f6761948b
Comment weakness/strength
2020-07-10 19:51:13 -04:00
Brandon
0422a6410e
Comment strength/weakness
2020-07-10 19:26:30 -04:00
Brandon
ac13dd2a71
Comment weakness/strength potions
2020-07-10 19:25:34 -04:00
Brandon
d1b7184e7d
Comment weakness/strength
2020-07-10 19:22:11 -04:00
Brandon
1fda285102
Fix reset for night vision on drink milk
2020-07-10 19:16:23 -04:00
Brandon
16c886f0ec
Update Night Vision to allow full day brightness - only active at night.
2020-07-10 19:10:38 -04:00
Brandon
90b902a228
update formspec with translatable label
2020-07-10 18:29:41 -04:00
Elias Åström
fe648a9287
Fix blast resistance value for polished andesite
2020-07-10 23:21:11 +02:00
Wuzzy
3c37d2874e
Fix screwdriver duplication glitch
2020-07-10 19:23:06 +02:00
Wuzzy
b7e4a1e9b5
Fix creative handling for itemframe
2020-07-10 18:07:21 +02:00
Wuzzy
ec660d73c9
Teach endermen how to take mycelium
2020-07-10 18:03:46 +02:00
Wuzzy
255893707b
Fix dispensers placing useless shulker boxes
2020-07-10 18:01:26 +02:00
Wuzzy
0a5294c0c8
Remove outdated creative mob check
2020-07-10 16:46:47 +02:00
Wuzzy
c106a62979
Use minetest.is_creative_enabled
2020-07-10 16:45:40 +02:00
Wuzzy
47dd29c930
Sprint particle: Pick top node texture
2020-07-10 14:51:39 +02:00
Wuzzy
1bfd4ca490
Use node texture for sprint particles
2020-07-10 14:23:03 +02:00
Wuzzy
6ba537a096
Merge branch 'translated_creative_search'
2020-07-10 14:03:52 +02:00
Wuzzy
ca7614b42d
Mark night vision/weakness/strength potions as WIP
2020-07-10 13:15:08 +02:00
Wuzzy
83d3aa2108
Fix color of throwable river water bottles
2020-07-10 13:03:07 +02:00
Wuzzy
f904142ca5
Mark potion names for translation
2020-07-10 13:01:21 +02:00
Wuzzy
374ab1194d
Tweak potion tooltips
2020-07-10 12:50:08 +02:00
Brandon
939f8a859f
Add lingering night vision
2020-07-09 21:17:20 -04:00
Brandon
abb5941616
Update drowning logic for lava and fireproof (still commented out)
2020-07-08 17:31:08 -04:00
Brandon
3a3caf3885
Remove old/incorrect code.
2020-07-07 17:56:44 -04:00
Brandon
596d4ddc47
Correct poison effect duration
2020-07-06 20:52:24 -04:00
Brandon
a88c5b65de
update list of zombie mobs
2020-07-06 20:36:05 -04:00
Brandon
78768c3dab
Correct splash harming, remove double damage to entity, and add harming to armor bypass
2020-07-06 20:23:59 -04:00
Brandon
cf8f6956f7
Merge branch 'bzoss_brew' of https://git.minetest.land/Wuzzy/MineClone2 into bzoss_brew
2020-07-06 19:00:21 -04:00
Brandon
5baa1b0275
Allow damage to armor players with poison
2020-07-06 18:57:00 -04:00
Brandon
3be2ff1977
Update to allow poison damage with armor.
2020-07-06 18:41:09 -04:00
Brandon
16d9ee47b6
Fix fire resistance times for lingering potions.
2020-07-05 18:23:17 -04:00
Brandon
0f44086cd6
Update milk tooltip.
2020-07-05 18:18:49 -04:00
Brandon
408735ba06
Update tooltip for splash potions
2020-07-05 18:15:52 -04:00
Brandon
476e7f538e
Update Lingering Tooltip
2020-07-05 18:04:16 -04:00
Brandon
b3e67d61b6
Update Lingering bottle image.
2020-07-05 17:36:18 -04:00
Brandon
a34268f85d
Remove fall damage from brewing stand
2020-07-05 17:30:49 -04:00
Brandon
28bf70b583
Merge branch 'bzoss_brew' of https://git.minetest.land/Wuzzy/MineClone2 into bzoss_brew
2020-07-05 08:26:52 -04:00
Brandon
c91dc25052
Fixed throwing potions through portals
2020-07-05 08:16:11 -04:00
Wuzzy
ea004b2904
Fix giant text appearing when using jukebox
2020-07-05 13:51:21 +02:00
Brandon
f0e9727b85
Add all brewitems to creative inventory
2020-07-04 21:28:02 -04:00
Brandon
6cefec8cbf
Fix allow drowning for lava...
2020-07-03 20:38:35 -04:00
Brandon
31aa880e85
fix local declaration
2020-07-03 20:31:53 -04:00
Brandon
860317168b
Remove reduntant empty bottle images
2020-07-03 18:33:24 -04:00
Brandon
d131cbadef
Allow drowning in lava....
2020-07-03 18:12:02 -04:00
Brandon
b2d634acb8
Correct drowning damage
2020-07-02 18:05:46 -04:00
Brandon
b4c658904b
Fix drowning damage
2020-07-02 18:04:39 -04:00
Brandon
5db80b3ec5
Allow drowning damage when drowning in lava.
2020-07-02 17:52:09 -04:00
Brandon
e1b428dbd1
Add fire resistance + recipe.
2020-06-30 20:56:47 -04:00
Brandon
d3c9006e6e
Correct splash potions to hit players
2020-06-30 20:54:07 -04:00
Brandon
9301e03b52
Update fire resistance to allow damage if "drowning" in lava
2020-06-30 20:05:08 -04:00
Brandon
eee75f8988
Reduce alpha on post color effect for lava to allow some viewing range - similar to MC
2020-06-30 18:56:27 -04:00
Brandon
b188fb4e95
Fixed minetest.env:add_entity ==> remove .env
2020-06-30 18:43:05 -04:00
Brandon
0ed66727be
Add nether fire nodes to fire resistance
2020-06-30 18:40:04 -04:00
Brandon
c14b5a974b
Correct splash call
2020-06-29 17:58:48 -04:00
Brandon
05d28af9e1
Add fire resistance splash/lingering potions
2020-06-29 17:57:53 -04:00
Brandon
04a96e42ed
Correct capitalize "L" in lingering
2020-06-28 20:32:32 -04:00
Brandon
2c1b4e518c
Add strength potions
2020-06-28 20:31:08 -04:00
Brandon
decf0ec624
Correct magma blocks not having fire protection. Make player not invisible when milk is drank.
2020-06-28 18:47:04 -04:00
Brandon
34867bb481
Groundwork for weakness.
2020-06-28 18:28:23 -04:00
Brandon
34631dd32e
Get fire resistance working.
2020-06-28 16:45:49 -04:00
Brandon
46dca32ce9
Add potion effect subtext.
2020-06-28 12:44:43 -04:00
Brandon
1d471c52df
Remove potion effects by drinking milk.
2020-06-28 12:16:07 -04:00
Brandon
44ee9cde86
Add potions/brewing to creative inventory
2020-06-28 09:38:06 -04:00
Brandon
abd1b682cb
more sprites!
2020-06-27 19:00:58 -04:00
Brandon
79e7f6849f
Fix lingering potion timer.
2020-06-27 18:50:08 -04:00
Brandon
2a29ec7827
Add sprite effects during brew.
2020-06-27 11:27:57 -04:00
Brandon
f2e9b501b8
small correction to initial lingering cloud
2020-06-27 09:07:56 -04:00
Brandon
78fe436c91
Correct potion durations
2020-06-27 08:24:32 -04:00
Brandon
0337d0f911
Another replace all mistake
2020-06-27 08:17:26 -04:00
Brandon
c1321ce575
Fix wierd copy/paste
2020-06-27 08:15:53 -04:00
Brandon
0369d931a3
Correct Splash effect times
2020-06-27 08:15:01 -04:00
Brandon
e50aa40bea
Add slowness IV
2020-06-27 07:57:51 -04:00
Brandon
d1c2ce1bb6
Correct Lingering effect durations.
2020-06-27 07:56:27 -04:00
Brandon
5d5c96455d
re-fix...
2020-06-26 21:31:23 -04:00
Brandon
bd9b15466b
Correct splash issue with mob-detection
2020-06-26 21:30:35 -04:00
Brandon
4f259dec71
Adjust lingering affect (1 per second)
2020-06-26 21:27:17 -04:00
Brandon
487909e8eb
Generate lingering functions.
2020-06-26 20:32:03 -04:00
Brandon
8a08d27ee5
Fix potions to hit mobs.
2020-06-26 19:08:41 -04:00
Brandon
4a35ad3fd1
Correct issue where all items are replaced with drinking potions in creative
2020-06-26 16:55:22 -04:00
Brandon
1d5a04acb3
Update to reset player_physics on log out or death. Fix mobs die with potions.
2020-06-25 19:21:16 -04:00
Brandon
fceffa6f1c
Smooth out FOV changes, add specificity to potion effects to avoid overlap
2020-06-23 21:36:55 -04:00
Brandon
d632cf289c
Add smooth FOV transition when sprinting
2020-06-23 18:17:30 -04:00
Brandon
b75075a135
Correct ability to kill players with harm potions.
2020-06-23 17:57:11 -04:00
Brandon
6d774acb53
Merge branch 'bzoss_brew' of https://git.minetest.land/Wuzzy/MineClone2 into bzoss_brew
2020-06-22 20:52:26 -04:00
Brandon
d55be9fa02
Fix on_destruct to actually drop items.
2020-06-22 15:56:43 -04:00
Brandon
f969bef0ea
Swap on_blast to on_destruct
2020-06-22 15:52:20 -04:00
Booglejr
5472b0403f
Fix violent enderman when not in creative mode.
2020-06-21 18:17:59 -05:00
Brandon
2cf0ea664b
Fix on_blast method to drop items.
2020-06-21 17:41:48 -04:00
kay27
80fcffcd38
Fix Enderman's teleport by getting less nodes to pass PseudoRandom:next
2020-06-21 13:10:10 -05:00
Brandon
a233977b35
Fix stand not dropping when mined with pickaxe.
2020-06-21 08:57:44 -04:00
Brandon
266713631a
Correct sounds heard at distance and blast resistance for brewing stand.
2020-06-21 08:39:08 -04:00
Brandon
44536dd75d
put some rudementary night vision together
2020-06-20 21:30:26 -04:00
Brandon
9836d631f9
Cleaning up old files and using a night-vision lite method.
2020-06-20 21:17:45 -04:00
Brandon
162faa7e60
Add fire resistance groundwork.
2020-06-20 21:00:57 -04:00
Brandon
7827e0019f
Add check for player properties to ensure entity/player didn't die or leave.
2020-06-20 18:11:35 -04:00
Brandon
95e4934c80
Update brewing stand recipe - it can be built with cobble.
2020-06-20 17:26:42 -04:00
Brandon
12d0c3019e
Move timing functions out to globalstep
2020-06-20 15:50:58 -04:00
Brandon
3dbaac7549
Update invisibility potions and poisons to utilize globalstep. Seems smoother.
2020-06-20 13:30:35 -04:00
Brandon
a8beeb9f9b
Minor formatting.
2020-06-20 12:02:42 -04:00
Brandon
e882dfc3c5
Drop ghast tear and rabbit foot
2020-06-20 10:51:36 -04:00
Brandon
ec2d700c95
Prevent compound regeneration
2020-06-20 10:16:00 -04:00
Brandon
d929ca19a8
Add persistent particle spawner.
2020-06-20 09:00:53 -04:00
Brandon
a5e3b259fa
Keep poisons from killing the player and prevent compounding poison effects.
2020-06-19 20:22:32 -04:00
Wuzzy
156a0c9cb0
Fix possible nil bug in wieldview mod
2020-06-19 19:17:01 +02:00
Brandon
bd9fd780eb
Add potion sprite effects when drinking
2020-06-18 21:04:31 -04:00
Brandon
70fd9db0c3
Fix crash with non-player objects when adding player_physics attributes to object.
2020-06-18 20:22:44 -04:00
Brandon
7dc36368b0
Add poison. Update times/potency.
2020-06-18 20:08:00 -04:00
Brandon
38a4e6ed89
Correct regeneration amount - 1/2 heart per cycle
2020-06-18 19:44:29 -04:00
Brandon
3ab5035312
Add regeneration
2020-06-18 18:14:51 -04:00
Brandon
d9e78e8ad9
Add water breathing.
2020-06-18 17:59:36 -04:00
Brandon
58cde1c9e9
Correct super zombie.
2020-06-18 17:17:56 -04:00
Brandon
4b23c2a15c
Update potions for mob effects. Healing harms zombies, harming heals zombies.
2020-06-18 16:56:19 -04:00
Brandon
9f5bce29cb
Add more lingering options. Adjust lingering cloud size.
2020-06-18 12:27:09 -04:00
Brandon
64cd19218f
Cleanup brewing stand code. Add lingering base structure add splash river water and water.
2020-06-18 07:43:50 -04:00
Brandon
5db4adb58f
fix readme - I don't want my e-mail plastered on the internet...
2020-06-17 22:29:34 -04:00
Brandon
69d93d362d
Merge branch 'bzoss_brew' of https://git.minetest.land/Wuzzy/MineClone2 into bzoss_brew
2020-06-17 22:24:18 -04:00
Brandon
56a8940510
Correct for splash invisibility. Add weakness + and splash potions.
2020-06-17 22:17:16 -04:00
Brandon
2c6f62354b
pull potions out of init.lua to better organize
2020-06-17 17:50:18 -04:00
Brandon
7c0996b03c
Correct issue with drinking potion not resulting in an empty bottle
2020-06-17 17:44:03 -04:00
Brandon
454a9c231e
Correct issues with splash potions disappearing immediately when thrown.
2020-06-17 17:36:15 -04:00
Brandon
b8256cd447
remove redundant code and add lingering potions -TODO: Add lingering effect
2020-06-17 17:05:44 -04:00
Brandon
021492994a
Update the available perturbations of brewing. Include splash enhancement.
2020-06-17 16:49:52 -04:00
Rootyjr
7b9a79658d
Attempt to fix more crash errors.
2020-06-16 23:59:16 -05:00
Brandon
9fe15c7e12
Add invisibility II brewing and correct inversion table (no such thing as slowness +). Add poison to harming inversion. Reduced splash stack max.
2020-06-16 22:29:35 -04:00
bzoss
54c1be724d
Increase collision box to fix issues with splash potions not breaking at feet.
2020-06-16 08:25:42 -04:00
bzoss
724ff56bbf
Fix a missed call to mcl_potions:invisible.
2020-06-16 08:13:10 -04:00
Wuzzy
d0678d33f8
Use dungeons flag in mg_dungeons for MCL2 dungeons
2020-06-16 02:33:51 +02:00
Wuzzy
2394809649
Respect player's choice of mg_flags
2020-06-16 01:46:07 +02:00
Wuzzy
dded403409
Mapgen: Set biomes flag explicitly
2020-06-16 00:20:13 +02:00
Wuzzy
4524aee758
Fix controls mod crashing in 5.3.0-dev
2020-06-15 23:32:32 +02:00
bzoss
7766368f64
Change splash effect with distance.
2020-06-13 17:50:33 -04:00
Rootyjr
d19bedc6d2
I think this addresses the crash and also makes enderman more passive during the day.
2020-06-13 14:51:27 -05:00
Wuzzy
34645d290b
Merge branch 'rootyjr_enderman' of https://git.minetest.land/Wuzzy/MineClone2 into rootyjr_enderman
2020-06-13 19:32:41 +02:00
kay27
528c19302f
Russian translation: mcl_core, mcl_craftguide
2020-06-13 18:58:59 +02:00
bzoss
7b4ded46f9
Rearrange the code structure.
2020-06-12 19:54:45 -04:00
bzoss
2c322977a6
Add invisibility potion - includes splash and plus
2020-06-12 19:11:06 -04:00
Wuzzy
8ecc96fff2
Fix crash when spawning firey explosion
2020-06-12 12:30:45 +02:00
Rootyjr
a7b9107d31
Fix enderman griefing in protected areas.
2020-06-12 01:22:01 -05:00
bzoss
b674e74387
Correct redstone alias and Add poison and regeneration potions - THESE DON'T CURRENTLY WORK
2020-06-09 20:09:32 -04:00
bzoss
eea6f6aee9
Correct alias issue.
2020-06-09 19:05:51 -04:00
Wuzzy
cb2a16e7a3
Update jukebox translation files after typo fix
2020-06-10 00:04:06 +02:00
Li0n
4af5b90030
Fix typo in music disc description
2020-06-10 00:01:09 +02:00
bzoss
a5dc19cd7c
Initial commit to correct branch...
2020-06-08 17:47:53 -04:00
Wuzzy
7ff7b64ad0
Fix air holes in desert temple
2020-06-08 17:18:19 +02:00
rootyjr
046bca1080
implemented ability to detect when seen / break eye contact and aggressive response / implemented teleport to avoid arrows. / implemented teleport to avoid rain. / implemented teleport to chase. / added enderman particles. / drew particles 1 through 5 / added rain damage. / fixed the grass_with_dirt issue.
2020-06-08 00:51:48 -05:00
Wuzzy
e14fe15d26
Add is_ground_content=false to all liquids
2020-06-07 21:32:55 +02:00
Wuzzy
6a6e294c19
Fix blast not removing chorus plant
2020-06-07 21:31:52 +02:00
Elias Åström
455f490b4e
Remove TNT node when it is ignited by an explosion
...
After 6f12adcb
TNT nodes would not be removed when ignited by
explosions, this fixes that.
2020-06-07 20:44:17 +02:00
Wuzzy
6f12adcb03
Fix broken blast handling for chest/shulkerbox
2020-06-06 16:57:19 +02:00
Wuzzy
83055d18e2
Mark paintings as WIP
2020-06-06 16:22:07 +02:00
Wuzzy
505f853e54
Fix bucket not being able to pick up liquids
2020-06-06 16:16:39 +02:00
Wuzzy
2d6e0a99af
Check more nodes for falling after explosion
2020-06-04 23:43:17 +02:00
Wuzzy
56d49e08b8
Delay before calling get_connected_players
2020-06-04 16:36:53 +02:00
Wuzzy
28710bb819
Add label to observer ABM
2020-06-04 16:04:46 +02:00
Wuzzy
546ee09e6f
Check for falling after explosion
2020-06-04 14:17:04 +02:00
Wuzzy
2f9e5d302e
Fix explosion API not calling on_[con|de]struct
2020-06-04 14:02:18 +02:00
Wuzzy
a08152d8fb
Localize some variables in mcl_core
2020-06-03 20:19:27 +02:00
Wuzzy
5dab09c874
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-06-03 19:57:42 +02:00
Wuzzy
15f2960e34
Remove legacy village schematic
2020-06-03 19:57:04 +02:00
Wuzzy
a25f7652f6
New desert temple schematic
2020-06-03 19:30:29 +02:00
Elias Åström
13b941fdbf
Merge branch 'treecheck'
2020-06-02 20:13:30 +02:00
Wuzzy
828473c205
Remove useless playerphysics file
2020-06-02 15:51:50 +02:00
Wuzzy
f184c84241
Fix flowlib README header
2020-05-30 20:17:04 +02:00
Wuzzy
02540a5193
Blaze powder is no fuel
2020-05-29 02:50:14 +02:00
Wuzzy
f6ccf1fe41
Mark brewing stuff as WIP
2020-05-29 02:49:39 +02:00
Wuzzy
ffb67966bc
Remove dead code in mcl_brewing
2020-05-29 02:28:44 +02:00
Wuzzy
014f15b643
Clean up mcl_brewing file formats
2020-05-29 02:27:55 +02:00
Wuzzy
f759699d34
Merge https://git.minetest.land/bzoss/MineClone2_brewing_stand into bzoss_brew
2020-05-29 02:15:00 +02:00
bzoss
bcdb37800d
Shift to table lookup for brewing combinations. Fix issue with brewing only if all slots filled.
2020-05-27 21:15:46 -04:00
bzoss
861aedbfa3
Updated potion offering - moved alchemy matrix to mcl_potions
2020-05-27 18:36:10 -04:00
bzoss
2ad28f1fac
Update with sounds, and turn on some potion items.
2020-05-26 21:16:52 -04:00
bzoss
36ce478361
Comment some broken bits.
2020-05-26 21:07:07 -04:00
bzoss
c9ff19d02a
Some small doc string updates.
2020-05-26 18:15:50 -04:00
bzoss
cae4940e70
Updated a few simple potions. TODO: Stop fuel burn once the potion is complete.
2020-05-26 18:10:20 -04:00
bzoss
b5b0020997
Laid the framework to brew potions...TODO make it actually swap for the potion.
2020-05-25 15:31:35 -04:00
bzoss
0df8bb94f9
Remove "active" stand node definition
2020-05-25 09:29:23 -04:00
bzoss
190eb32ac2
Update brew timer...will reset if any bottle is changed
2020-05-25 09:28:23 -04:00
bzoss
5c4cc99621
Fixed for burning only blaze powder.
2020-05-25 09:08:37 -04:00
bzoss
4eb1bf05d3
Updated Formspec background. Established initial brewing timer framework.
2020-05-23 16:39:55 -04:00
Elias Åström
2e79f1f0ed
Check if there is room for tree to grow
...
Previously tree saplings would grow regardless of the blocks above it.
This could be abused to destroy bedrock and other nodes.
To solve this, checks are added for nodes around the trees. The volume
checked depends on the tree type. The volume for each tree has been set
so reject trees where branches would grow into other nodes. Some nodes
types like torches, plants and wood are ignored in the checks.
Saplings in a 2x2 formation will grow into normal trees if there is no
room for a huge tree. Oak trees has separate checks for balloon oak
trees and normal oak trees, if there is no room for a balloon oak, it
becomes a normal oak tree.
2020-05-23 19:37:02 +02:00
Wuzzy
d2cacf285d
Paintings: Tweak selectionboxes
2020-05-21 04:45:54 +02:00
Wuzzy
3bd160f414
Check protection when placing painting
2020-05-21 04:22:10 +02:00
Wuzzy
f0d511bd4a
Paintings: Move closer to wall
2020-05-21 02:16:12 +02:00
Wuzzy
95b3b4a172
Add empty smoke_puff.png
2020-05-21 01:54:55 +02:00
Wuzzy
bfd2f0ebc7
Add paintings
2020-05-21 01:51:52 +02:00
Wuzzy
d1d7c026e1
Buckets are no longer liquids_pointable
2020-05-20 21:59:37 +02:00
bzoss
228fc4b6ea
Updated node to add bottles. TODO: Update node for bottle placement.
2020-05-19 17:31:07 -04:00
bzoss
572b43e93c
Updated brewing stand node -- needs work.
2020-05-16 19:15:34 -04:00
bzoss
971e666d3e
Initial commit to brewing formspec.
2020-05-16 18:22:09 -04:00
Wuzzy
7cfef25dfe
Fix undeclared global in mcl_minecarts
2020-05-16 20:13:22 +02:00
Wuzzy
547080bd98
Add a delay before mobs start to suffocate
2020-05-13 22:15:46 +02:00
MysticTempest
a20637f68c
Fix redstone dust climbing up doors, and fix redstone dust not turning off when redstone torch is destroyed through the destruction of an attached block
2020-05-13 21:11:17 +02:00
Wuzzy
1a0e979b0c
Update incomplete license information and credits
2020-05-11 17:18:04 +02:00
Wuzzy
26b5b45595
Fix crash when creeper explodes
2020-05-10 14:54:43 +02:00
Wuzzy
c156398fb5
Merge branch 'translate-fr' of https://git.minetest.land/lrocher/MineClone2 into translate_fr
2020-05-09 18:57:40 +02:00
Wuzzy
728db50baf
Fire doesn't destroy flammable=-1 nodes
2020-05-09 18:55:50 +02:00
Wuzzy
621946546b
Ignite TNT by fire
2020-05-09 18:52:03 +02:00
Wuzzy
ffcad31871
Update falling nodes when fire replaces a block
2020-05-09 17:53:32 +02:00
Wuzzy
bfb1e3e447
Add age to of fire to greatly limit fire spread
2020-05-09 17:44:23 +02:00
Wuzzy
d13498e6f9
Rain now also extinguishes neighbor tiles
2020-05-09 16:03:07 +02:00
Wuzzy
0c96e512d7
Remove bogus saddle recipe
2020-05-09 00:40:54 +02:00
Wuzzy
5108f398bb
Fix all explosions spawning fire
2020-05-08 18:04:04 +02:00
Wuzzy
2ec66fc61b
Fix leaking global in mcl_explosions
2020-05-08 18:01:33 +02:00
Wuzzy
aeb7a6cb8b
Disable guardian spawning
2020-05-08 17:44:27 +02:00
Wuzzy
131051b1df
Fix code typo in mcl_playerplus
2020-05-08 17:41:09 +02:00
Alexander Minges
ad70a71f8c
Fix crash when triggering explosion (type check error)
2020-05-08 17:31:41 +02:00
Wuzzy
fb55d33bfe
Fix villager crash when trading w/o inited inv
2020-05-08 17:27:22 +02:00
Wuzzy
94c4256451
Fix crash when standing on unknown node
2020-05-08 17:23:39 +02:00
Rocher Laurent
e058ee8487
Fix some template.txt
2020-05-05 21:02:48 +02:00
Rocher Laurent
c9a37d0dbc
Translate In French
2020-05-05 21:02:21 +02:00
Wuzzy
2b4a4f8c60
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-05-05 02:11:52 +02:00
Rocher Laurent
4957bd1118
Translate In French
2020-05-03 22:39:07 +02:00
Alexander Minges
beace10136
prevent water mobs to classify solid blocks below them as dangerous
2020-05-03 17:43:44 +02:00
Wuzzy
02b2ff7460
Fix mcl_weather crash
2020-05-02 19:08:55 +02:00
Wuzzy
bc740efafe
Add fire explosions
2020-05-02 19:05:56 +02:00
Wuzzy
00acbf8a2a
Remove unused TNT functions
2020-05-02 18:51:59 +02:00
Wuzzy
56d484f69b
Make mobs and bed use mcl_explosions
2020-05-02 18:50:25 +02:00
Wuzzy
6a576c50a0
Add puncher to tnt_explosions
2020-05-02 18:24:53 +02:00
Wuzzy
d4bc7a2f88
Add back the explosion death msg
2020-05-02 18:09:25 +02:00
Wuzzy
7fa8828bd5
Explosions: Use minetest.get_position_from_hash
2020-04-30 21:13:10 +02:00
Wuzzy
026d406d4b
Fix indents in mcl_explosions
2020-04-30 21:12:30 +02:00
Wuzzy
679e2b1b70
Explosions: Reduce repeated code
2020-04-30 21:08:42 +02:00
Wuzzy
772ea01aff
Explosions: Fix syntax error
2020-04-30 21:00:13 +02:00
Wuzzy
2b5ddbd62d
Explosions: Change item drop handler
2020-04-30 20:58:58 +02:00
Wuzzy
9ee0ef5a8d
Explosions: Replace some API calls
2020-04-30 20:57:38 +02:00
Wuzzy
58458b2bca
mcl_explosions: Rename description.txt
2020-04-30 20:55:49 +02:00
Wuzzy
3087621b11
Merge branch 'mcl_explosions'
2020-04-30 20:55:10 +02:00
Wuzzy
ef20ac54c3
Fix crash when fueling furnace minecart
2020-04-30 18:13:05 +02:00
Wuzzy
eea07f0ce7
Fix incomplete dry grass replacement LBM
2020-04-27 14:05:09 +02:00
Wuzzy
98988b1636
Fix creative search not take transl. into account
2020-04-25 14:31:01 +02:00
Wuzzy
c81a18ac1a
Refactor mcl_void_damage
2020-04-22 01:38:41 +02:00
Wuzzy
0929ce4f20
Remove fire below air
2020-04-22 01:31:30 +02:00
Elias Åström
a10dff8421
Use walkable for entity exposure
...
This makes TNT do full damage under water.
2020-04-19 13:08:36 +02:00
Elias Åström
a62a75c799
Do not drop items in creative mode
...
It works like this in Minecraft. This will also reduce lag when playing
with TNT in creative.
2020-04-19 13:08:36 +02:00
Elias Åström
64c767ad8c
Make TNT behave like Minecraft
...
TNT entities are now knocked back by explosions. When a TNT block
becomes triggered by an explosion, its fuse time is set to a random
value between 0.5 and 1.5 seconds.
2020-04-19 13:08:36 +02:00
Elias Åström
b4ea2afe77
Add tnt_knockback flag for entities
...
When set to true, entities will be knocked back when affected by TNT
explosions. Also ignore '__builtin:item' entities to reduce lag, and
replace tabs with spaces in 'mcl_explosions/init.lua'.
2020-04-19 13:08:36 +02:00
Elias Åström
cdea2eeabf
Change mcl_mobs to enable knockback in y direction
2020-04-19 13:08:36 +02:00
Elias Åström
92ab90fd1b
Add knockback for mobs
2020-04-19 13:08:36 +02:00
Elias Åström
6315490b14
Update the rest of the blast resistance values
...
The values have been updated according to this list:
https://minecraft.gamepedia.com/Module:Blast_resistance_values
2020-04-19 13:08:36 +02:00
Elias Åström
fd05259202
Make TNT and TNT Minecart use the explosions API
...
The old api from mcl_tnt is still left in the code, and used by the
mobs.
2020-04-19 13:08:36 +02:00
Elias Åström
ca7c8c23c7
Add entity damage and player knockback
...
Could not find a way to add knockback to entities. After adding a
velocity to them they will just slide around indefinitely. Because of
this, knockback is only enabled on players for now.
2020-04-19 13:08:36 +02:00
Elias Åström
77c95fe8c3
Add particles and sounds from explosions
2020-04-19 13:08:36 +02:00
Wuzzy
e268370452
Add fire metadata to many nodes (unused for now)
2020-04-18 23:24:42 +02:00
Wuzzy
6a77a54034
Increase z_index values to match new convention
2020-04-17 21:27:45 +02:00
Elias Åström
1d5c11f683
Add mcl_explosions for ray traced explosions
...
Code has been adapted from the Minetest explosions API mod to have
Minecraft-like explosion mechanics and work with MineClone 2.
2020-04-17 20:47:12 +02:00
Elias Åström
063595ac3c
Change blast resistance of nodes in mcl_core
...
The new blast resistance values are copied from the Minecraft wiki.
https://minecraft.gamepedia.com/Explosion
2020-04-17 20:47:12 +02:00
Wuzzy
3803dba233
Fix invalid portal node names in spawn code
2020-04-16 12:39:18 +02:00
Wuzzy
24ab3e8f84
Fix LBM typos
2020-04-16 12:22:50 +02:00
Wuzzy
1db34821a0
Mobs: Fix crash when mob dies to fall or light dmg
2020-04-12 23:11:18 +02:00
Wuzzy
081366855d
Tweak appearance of snowflakes
2020-04-11 04:06:37 +02:00
Wuzzy
ab56d592ae
Add snow particles on snowball impact
2020-04-11 04:06:24 +02:00
Wuzzy
a2785041dd
Remove mod startup debug messages
2020-04-11 02:56:46 +02:00
Wuzzy
47cda09073
Implement per-class mob cap
2020-04-11 02:46:03 +02:00
Wuzzy
8e06e4e8b2
Reduce mob_specific mob caps
2020-04-11 01:35:44 +02:00
Wuzzy
a33bd015f5
Reduce max_object_per_block default to 64
2020-04-11 01:14:14 +02:00
Wuzzy
0c271a2af9
Randomize initial moon phase
2020-04-08 22:07:05 +02:00
Wuzzy
32ae6b3140
Add moon phases
2020-04-08 21:32:37 +02:00
Wuzzy
88927c8a6b
Remove furnace craftguide btn cuz MT weirdness
2020-04-08 17:23:12 +02:00
Wuzzy
5fe8717fca
Fix another crash in Mobs mod
2020-04-08 15:03:03 +02:00
Wuzzy
3bd1cded03
Furnace: Fix output slot image being misplaced
2020-04-08 13:29:27 +02:00
Wuzzy
d9cff3ef82
Make bark nodes usable as fuel
2020-04-08 13:15:22 +02:00
Wuzzy
20eba63b94
Fix bark stairs+slabs being not flammable
2020-04-08 13:08:33 +02:00
Wuzzy
8664a5c484
Make mobs vulnerable to TNT explosions
2020-04-08 12:41:52 +02:00
Wuzzy
71c9d20fff
Use larger wield scale for tools
2020-04-08 04:07:16 +02:00
Wuzzy
a1ea41e760
Lava: Don't ignite 2 blocks above if 1 layer above is blocked
2020-04-08 03:17:34 +02:00
Wuzzy
21d5b93baa
Remove explicit stepheight from most mobs
2020-04-08 02:35:20 +02:00
Wuzzy
31b367eb83
Fix horse-related crash
2020-04-08 02:29:12 +02:00
Wuzzy
f27615d77e
Add z_index to HUD elements
2020-04-07 13:03:10 +02:00
Wuzzy
17f611567c
Spawn rain and snow particles higher
2020-04-07 02:41:40 +02:00
Wuzzy
c9cc3651df
Fix bad sky color definitions
2020-04-07 01:51:53 +02:00
Wuzzy
c5e4ec5e27
Use ephemeral sounds
2020-04-07 00:55:45 +02:00
Wuzzy
b2c75acd68
Use new set_sky API
2020-04-07 00:39:19 +02:00
Wuzzy
28b1d5e8e9
Mobs: Add more nil checks
2020-04-05 21:09:27 +02:00
Wuzzy
c9b464f329
Add findbiome mod
2020-04-03 12:51:01 +02:00
Wuzzy
b2c8d7cff0
Update biomeinfo to 1.0.3
2020-04-03 12:50:48 +02:00
Wuzzy
d8cb7a7164
Add achievement chat command
2020-03-30 21:11:45 +02:00
Wuzzy
e81b5ef58a
Another nil check in mcl_mobs
2020-03-30 16:52:36 +02:00
Wuzzy
600eadedea
Add nil checks when mob is damaged
2020-03-29 23:24:04 +02:00
Wuzzy
6ce3278dd4
Fix missing variable check in hcl_hoppers
2020-03-29 16:05:30 +02:00
Wuzzy
97ab2e7b38
Update wieldview mod (wieldview_transform group)
2020-03-29 14:52:12 +02:00
Wuzzy
da1c3f635c
Revert "Add dummy inventory images for backwards-compat"
...
This reverts commit 73d93ae969
.
2020-03-29 14:38:39 +02:00
Wuzzy
e9f259881f
Add LBMs to update to new node formspecs of 0.60.0
2020-03-29 14:35:01 +02:00
Wuzzy
ed63374480
Add missing slot images for dispenser+dropper
2020-03-29 14:15:00 +02:00
Wuzzy
73d93ae969
Add dummy inventory images for backwards-compat
...
In 0.60.0, the inventory rendering of nodes was changed, so images were removed. This caused missing image errors with *existing* node formspecs, however, so empty dummy images are added back.
2020-03-29 14:05:59 +02:00
Wuzzy
a98dafb171
Nodeblock: Change snare sound
2020-03-28 07:54:14 +01:00
Wuzzy
baa02e19e1
Add many new sounds for noteblock
2020-03-28 07:20:16 +01:00
David McMackins II
882937a1ab
Fix bug where adding items to a double chest with shift-click would not complete stacks in the right chest
2020-03-24 20:20:32 +01:00
Wuzzy
b56ead7a23
Don't allow to set fire on fire
2020-03-24 19:53:08 +01:00
Wuzzy
f5268ea598
Fix walls connecting to too many nodeboxes
2020-03-24 19:31:52 +01:00
Wuzzy
24832c534f
Fix crash in horse code
2020-03-24 19:11:25 +01:00
Wuzzy
d5111dfb66
Simplify workbench arrow img
2020-03-24 19:08:53 +01:00
Wuzzy
7243a25fe6
Generate item slot images on the fly
2020-03-24 18:48:14 +01:00
Wuzzy
3cf32c38c5
Villager: Make offered/wanted items unclickable
2020-03-19 12:32:30 +01:00
David McMackins II
59b6385d10
Fix bug where powered rails would not accelerate a fueled minecart
2020-03-17 15:00:12 -05:00
Wuzzy
fb9d0f7a7c
Mobs: Drop cooked item if died in fire
2020-03-15 09:07:38 +01:00
wuniversales
3772dd51cc
Update Spanish translation
2020-03-15 08:32:00 +01:00
Wuzzy
2569eae5d8
Don't make sprint particles in liquids
2020-03-15 08:23:40 +01:00
Wuzzy
73dc0a64b5
Update bed formspec
2020-03-14 21:38:59 +01:00
Wuzzy
5a03ce6dac
Remove pointless content ID loading in mcl_hoppers
2020-03-14 07:17:46 +01:00
Wuzzy
f0ba364120
Fix crash in mcl_maps
2020-03-12 06:45:23 +01:00
Wuzzy
28b2085492
Bump golden apple hunger points to 20
2020-03-12 02:35:02 +01:00
Wuzzy
6b529e1204
Colorize some item tooltips
2020-03-12 02:29:30 +01:00
Wuzzy
7ee2340f5c
Show chat message if using minimap incorrectly
2020-03-12 01:57:14 +01:00
Wuzzy
312b5aeb73
Make carpets flammable
2020-03-12 01:45:24 +01:00
Wuzzy
feba60cad8
Translate all extended tooltips to German
2020-03-12 01:35:11 +01:00
Wuzzy
03a5519d01
Partial German translation of tooltip extensions
2020-03-11 01:44:23 +01:00
Wuzzy
098bc3c7c7
Fix an inconsistent German translation
2020-03-11 00:57:40 +01:00
Wuzzy
9ef313d0a1
Fix bas variable name in commandblock mod
2020-03-11 00:54:06 +01:00
Wuzzy
8adf6298a7
Update doc mod again
2020-03-10 18:29:28 +01:00
Wuzzy
070e928bf0
Merge branch 'tt'
2020-03-10 18:21:32 +01:00
Wuzzy
5053dde5f0
Update doc mod
2020-03-10 18:18:27 +01:00
Wuzzy
0fbb252af6
Update doc_items
2020-03-10 18:01:24 +01:00
Wuzzy
242b880c4f
Make creative arrows white
2020-03-10 10:22:38 +01:00
Wuzzy
9422989ac6
Redraw Creative trash slot
2020-03-10 07:36:42 +01:00
Wuzzy
a845f0313d
Tweak craftguide icons to match colorsheme
2020-03-10 07:01:41 +01:00
Wuzzy
6761ebdae5
Fix shading of lower tabs in Creative inv.
2020-03-10 06:38:53 +01:00
Wuzzy
60effa71b4
Inventory: Translate page counter
2020-03-10 06:13:52 +01:00
Wuzzy
1e5f3ee610
Creative: Replace fake slider with page buttons
2020-03-10 06:11:49 +01:00
Wuzzy
c6d6a2ce26
Craftguide: Don't display burntime for groups
2020-03-10 05:44:52 +01:00
Wuzzy
81fd3fad40
Fix hopper inventory screen
2020-03-10 05:44:37 +01:00
Wuzzy
f85a6b5042
Make some labels dark-gray
2020-03-10 05:34:54 +01:00
Wuzzy
96b30b918c
Tweak commandblock button position
2020-03-10 05:17:53 +01:00
Wuzzy
1ea2b09ecb
Commandblock: Fix help btn not working if no priv
2020-03-10 05:15:32 +01:00
Wuzzy
3bcb868f8b
Remove unused awards images
2020-03-10 05:10:48 +01:00
Wuzzy
03ad3cca29
Major default formspec style update
...
- Uses formspec_prepend to set e.g. button style
- Make all formspecs use the MCL2 style consistently
2020-03-10 05:01:49 +01:00
Wuzzy
0e867e5247
Fix creative tab styling for future MT 5.2.0
2020-03-10 00:15:54 +01:00
Wuzzy
4deb6eec20
Extra tooltips for mcl_chests
2020-03-08 08:50:21 +01:00
Wuzzy
2554c6d597
Display weapon damage in tooltip
2020-03-08 03:46:24 +01:00
Wuzzy
cbda2ef326
Add _tt_help to many more items
2020-03-08 03:30:40 +01:00
Wuzzy
4cb5b26fa9
Fix crash in mcl_mobs
2020-02-25 16:09:26 +01:00
Wuzzy
98e87fd5db
mcl_attached: Check if dir is nil
2020-02-23 20:37:42 +01:00
Wuzzy
a375548992
Heal horses differently depending on food
2020-02-23 17:13:52 +01:00
wuniversales
f93d3a897e
Update Spanish translation
2020-02-23 16:26:21 +01:00
Wuzzy
fbd5374085
Don't drip water+lava thru glass
2020-02-23 16:17:04 +01:00
Wuzzy
401382106f
Fix crash when riding player leaves
2020-02-22 20:47:25 +01:00
Wuzzy
4ece91fde4
Make squids larger
2020-02-19 22:28:18 +01:00
Wuzzy
4926f8d443
Mobs: Respect fall_damage_add_percent
2020-02-19 17:24:35 +01:00
Wuzzy
6096b8dd9a
Fix translation placeholder in mcl_hunger
2020-02-19 17:07:42 +01:00
Wuzzy
589b750d0a
Add tool wear for punching mobs
2020-02-19 16:47:57 +01:00
Wuzzy
e4fb7ae533
Add punch_attack_uses to weapons
2020-02-19 15:53:51 +01:00
Wuzzy
ba74546d48
Add extended tooltips
2020-02-19 04:54:17 +01:00
Wuzzy
71cee9920a
Heads: Add back armor def fields
2020-02-19 03:02:45 +01:00
Wuzzy
604e1c4d19
Link eating sound back to object again
2020-02-18 23:53:33 +01:00
Wuzzy
3118673116
Play sound for equipping horse armor or saddle
2020-02-18 23:49:35 +01:00
Wuzzy
565806558c
Play armor equip sound when armor got dispensed
2020-02-18 22:33:58 +01:00
Wuzzy
6426e55746
Add on_secondary_use for heads and pumpkin
2020-02-18 22:17:52 +01:00
Wuzzy
d88fa0c438
Can equip/swap armor with rightclick
2020-02-18 22:05:08 +01:00
Wuzzy
329452d5ce
Don't show armor bar for 0 armor
2020-02-18 20:10:35 +01:00
Wuzzy
5729d70814
Add secondary rotation for heads
2020-02-18 20:04:15 +01:00
Wuzzy
bfc5670f09
Can place heads at walls
2020-02-18 19:51:10 +01:00
Wuzzy
012dd0b86a
Add wallmounted heads
2020-02-18 19:33:14 +01:00
Wuzzy
7ba3616c77
mcl_heads: Clean up whitespace
2020-02-18 18:13:45 +01:00
Wuzzy
460e7c0c67
3 mob heads reduce mob detection range
2020-02-18 18:12:51 +01:00
Wuzzy
364a4152ac
Change fallback armor (un)equip sounds
2020-02-18 16:36:22 +01:00
Wuzzy
89afec17b1
Armor stand: Remove legacy entity
2020-02-18 16:13:37 +01:00
Wuzzy
a52976a918
Rename 3d_armor_stand to mcl_armor_stand
2020-02-18 16:10:50 +01:00
Wuzzy
ab4e46f97b
Move armor mods
2020-02-18 15:48:21 +01:00
Wuzzy
fb251db925
Rename mod: 3d_armor → mcl_armor
2020-02-18 15:44:54 +01:00
Wuzzy
edab0be8f5
Play armor (un-)equip sounds on armor stand
2020-02-18 14:51:15 +01:00
Wuzzy
ef077fed72
Add armor equip/unequip sounds
2020-02-18 07:33:08 +01:00
Wuzzy
f700463c4f
Increase FOV to 86.1
2020-02-17 21:49:23 +01:00
Wuzzy
ae7615c557
Move armor factoid to nil group
2020-02-17 20:58:29 +01:00
Wuzzy
97d293f8b4
Add armor factoid
2020-02-17 20:53:31 +01:00
Wuzzy
33acd2327f
Remove unused and dead code in 3d_armor mod
2020-02-17 20:41:58 +01:00
Wuzzy
bef99ac211
Rename mod: hbarmor → mcl_hbarmor
2020-02-17 20:24:26 +01:00
Wuzzy
e3b68c4364
Display armor points properly
2020-02-17 20:19:07 +01:00
Wuzzy
2e6610da42
Overhaul armor protection formula
2020-02-17 19:55:02 +01:00
Wuzzy
988ca6ffe7
Interpret many damage sources as punches
2020-02-17 18:37:23 +01:00
Wuzzy
dcc14d1f3f
Implement MC's armor durability
2020-02-17 18:19:36 +01:00
Wuzzy
023f70ee1c
Remove more uses of 3d_armor_trans.png
2020-02-17 17:46:25 +01:00
Wuzzy
81ca7469d7
TNT explosions deal punch damage
2020-02-17 17:44:38 +01:00
Wuzzy
004013c3a4
Remove 3d_armor_trans.png
2020-02-17 17:31:39 +01:00
Wuzzy
113a49da41
Armor: remove "wear" value from registrations
2020-02-17 17:26:06 +01:00
Wuzzy
9499076ac8
Don't show message when armor got destroyed
2020-02-17 17:11:04 +01:00
Wuzzy
641921f4c7
Add tool stats in help
2020-02-17 16:19:17 +01:00
Wuzzy
e6133ac670
Fix TNT minecart igniting
2020-02-14 21:09:36 +01:00
Wuzzy
f4a06d6217
Remove TNT node after explode
2020-02-05 12:45:29 +01:00
Wuzzy
bed0849bb0
Add setting: mcl_tnt_griefing
2020-02-05 03:11:32 +01:00
Wuzzy
2ef5f0232d
Update minecart German translation
2020-02-05 03:11:07 +01:00
Wuzzy
377bf31c5d
Fix crash when killing player with dispenser arrow
2020-02-05 02:40:07 +01:00
Wuzzy
3836f1b7e9
Update hudbars mod to 2.1.0
2020-02-04 22:06:31 +01:00
wuniversales
15481cb24d
Add Spanish translation
2020-02-04 21:43:50 +01:00
Wuzzy
04c8a08cc4
Ignite tnt minecart by fire charge
2020-01-30 23:11:16 +01:00
Wuzzy
9f344b4307
Detach minecart driver if over activator rail
2020-01-30 22:45:29 +01:00
Wuzzy
1d2da1f01a
TNT minecart and activator rail no longer WIP
2020-01-30 22:31:44 +01:00
Wuzzy
9dc9c12f29
Implement TNT minecart
2020-01-30 22:05:18 +01:00
Wuzzy
74b79d130b
Add basic implementation of furnace minecart
2020-01-30 20:38:31 +01:00
Wuzzy
d923f71c92
Teach mobs how to not walk into danger ... kinda
2020-01-30 18:04:50 +01:00
Wuzzy
61e148ac2e
Fix mobs able to swim in plants
2020-01-30 17:05:39 +01:00
Wuzzy
834c8cbc3a
Disable jump in cobweb
2020-01-30 16:36:28 +01:00
Wuzzy
fcf46b3423
Remove legacy stuff in mcl_mobs
2020-01-30 16:17:29 +01:00
Wuzzy
c234b273ad
Introduce snowball_vulnerable armor group
2020-01-30 16:14:13 +01:00
Wuzzy
be04de084b
Mobs: Utilize pathfinder jumpheight properly
2020-01-30 01:36:08 +01:00
Wuzzy
8be35bae53
Make mcl_worlds dependency in mcl_mobs optional
2020-01-30 01:11:02 +01:00
Wuzzy
bddb8f1136
Remove some outdated dependencies in mcl_mobs
2020-01-30 01:05:31 +01:00
Wuzzy
d38e0a0b00
Remove unused jump_chance attribute from mobs
2020-01-30 00:03:53 +01:00
Wuzzy
f7fb83891a
Mobs: Replace name-based fence/wall check
2020-01-29 23:37:16 +01:00
Wuzzy
9326a76973
Fix mobs walking into water too often
2020-01-29 23:11:20 +01:00
Wuzzy
fff1949804
Make arrows only deal damage with free lineofsight
2020-01-20 19:48:08 +01:00
Wuzzy
3788b66b47
Clean up some luacheck warnings in mcl_mobs
2020-01-20 16:08:59 +01:00
Wuzzy
bc7b86b61a
Fix incorrect liquid backface culling
2020-01-19 22:56:37 +01:00
Wuzzy
73e8ee8a68
Fix undeclared global warning in mcl_craftguide
2020-01-18 04:48:07 +01:00
Wuzzy
3dcd986863
Fix shulker box recolor craft erasing contents
2020-01-18 04:46:41 +01:00
Wuzzy
87ac0c952c
Mobs: Reset texture mods on activation
2020-01-06 17:28:08 +01:00
Wuzzy
e569885fab
End portal frame: Bulk set nodes
2020-01-06 16:51:40 +01:00
Wuzzy
9b8d6c4cec
Destroy end portal when surrounding bedrock goes
2020-01-06 16:49:22 +01:00
aldum
82f851e20d
Add theoretical support for larger nether portals
2020-01-06 15:11:29 +01:00
Wuzzy
0ae2c5b25f
Mention mob glitch workaround
2020-01-06 14:49:44 +01:00
Wuzzy
1210d8c9a7
Workaround for mobs glitching through walls
...
Thanks, MysticTempest!
2020-01-06 14:46:10 +01:00
Wuzzy
7a870d0ead
Message when trying to spawn forbidden hostile mob
2020-01-06 13:46:43 +01:00
Wuzzy
f2b7392a30
Use "minetest" instead of "core" table
2020-01-06 13:02:30 +01:00