Commit Graph

126 Commits

Author SHA1 Message Date
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
jordan4ibanez
c259fc2a28 Add in all biome information to mobs 2021-04-08 23:58:11 +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
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
jordan4ibanez
6cdf7c98c2 Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
AFCMS
84819bf9f5 MAKE EVERY SINGLE MOD USE PROPER COLORS!!! 2021-03-30 00:01:29 +02:00
epCode
dbc6dd8cb3 Add villager sounds 2021-03-25 08:52:32 -07:00
Elias Fleckenstein
67cedf1308 Fix villager visual_size (Closes #1338) 2021-03-19 14:32:02 +01:00
Elias Fleckenstein
95b0a495bc Fix #1152 2021-03-01 10:51:57 +01:00
MysticTempest
dc9ca16321 Enable villager spawning. 2021-02-09 06:06:19 -06:00
Elias Fleckenstein
e05576b3f3 Don't despawn villagers 2021-01-26 18:40:16 +01:00
Elias Fleckenstein
a514b97880 Make cleric sell experience bottle 2021-01-24 19:55:33 +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
6ba3fc869c Make villagers sell enchanted stuff 2020-12-22 12:00:04 +01:00
Wuzzy
ed3afc6e49 Redo the death effect 2020-12-05 04:33:23 +01:00
Wuzzy
28aead0a60 Tweak mob death particles 2020-08-19 18:38:14 +02:00
Wuzzy
fb55d33bfe Fix villager crash when trading w/o inited inv 2020-05-08 17:27:22 +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
c5e4ec5e27 Use ephemeral sounds 2020-04-07 00:55:45 +02:00
Wuzzy
3cf32c38c5 Villager: Make offered/wanted items unclickable 2020-03-19 12:32:30 +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
fb251db925 Rename mod: 3d_armor → mcl_armor 2020-02-18 15:44:54 +01:00
Wuzzy
90298821a3 Remove mob aliases 2020-01-05 10:49:04 +01:00
Wuzzy
b71c9204ec Update drowning settings in mobs_mc 2019-10-02 18:31:16 +02:00
Wuzzy
31ae28e66e Add fishing rod in mob mods 2019-09-11 14:07:15 +02:00
Wuzzy
9d7f4f6544 Translate villager professions 2019-03-16 04:14:21 +01:00
Wuzzy
1217d9fa88 New translation system, part 1: entities 2019-03-07 20:43:39 +01:00
Wuzzy
a84f7935fa Revert "Utilize formspec prepend"
This reverts commit ea0c2e9568.
2019-03-07 12:42:08 +01:00
Wuzzy
ea0c2e9568 Utilize formspec prepend 2019-03-06 06:35:24 +01:00
Wuzzy
2f74aea6f5 Replace deprecated functions 2019-03-06 04:38:57 +01:00
Wuzzy
d1fb01c2ff Fix crash if trading with cleric in non-v6 mapgen 2018-10-23 17:03:42 +02:00
Wuzzy
900625b17b Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
Wuzzy
2bb8b2c4e2 Fix undeclared global fail in villager.lua 2018-06-11 14:47:41 +02:00
Wuzzy
e051eae5bc Lightning no longer turns villagers to witches
Because witches are incomplete.
Also add villager TODOs.
2018-06-10 15:27:01 +02:00
Wuzzy
a804144ed4 Trading: Make iron helmet cheaper 2018-06-10 15:09:52 +02:00
Wuzzy
9faa3099a4 Trader: Close trade formspec + return items on die 2018-06-10 15:01:44 +02:00
Wuzzy
aa3d3969aa Make villager stand still if there is near player 2018-06-10 14:24:00 +02:00
Wuzzy
dbed565197 Fix unlock_stuff being always false in villager 2018-06-10 13:53:26 +02:00
Wuzzy
51ff6b1725 Villager: Prevent locking of all trades
This is done by adding an "emergency unlock" which unlocks
everything else when the last trade was locked.
2018-06-10 13:49:35 +02:00
Wuzzy
ed52e49408 Heal trader for unlocking trades 2018-06-10 13:20:19 +02:00
Wuzzy
3e8ca5a1ca Trading: Hide left/right button if end of list 2018-06-10 13:06:28 +02:00
Wuzzy
cca841e459 Villager trading: Use per-player trading inventory 2018-06-10 12:15:09 +02:00
Wuzzy
9f2460c263 Make red sandstone trade earlier 2018-06-06 21:29:44 +02:00
Wuzzy
ce7ac37e85 Add a few v6-exclusive trades to villagers 2018-06-06 21:28:23 +02:00
Wuzzy
5faed5d7f0 Add 2 crosses in trading formspec 2018-06-06 19:50:17 +02:00
Wuzzy
4d4374730e Trading: Allow to sell compass 2018-06-06 19:37:31 +02:00
Wuzzy
3823a6ba11 Add trade locking for villagers 2018-06-06 17:33:14 +02:00
Wuzzy
8b95871682 Implement trading tier unlocking 2018-06-06 16:34:44 +02:00
Wuzzy
1db3b079c6 Add disabled trade image 2018-06-06 14:39:16 +02:00
Wuzzy
829ca1f1c1 Villager profession depends on clothes, add nitwit 2018-06-06 13:55:19 +02:00
Wuzzy
f545af54c1 Disable buggy compass trade 2018-06-06 01:08:57 +02:00
Wuzzy
1c0e026259 Villager: Fix taking output sometimes destroy item 2018-06-06 00:45:30 +02:00
Wuzzy
3c4a1013b8 Villager: Prevent taking partial track from output 2018-06-06 00:16:25 +02:00
Wuzzy
b504e8c317 Make trader warning less bright 2018-06-04 22:23:46 +02:00
Wuzzy
6e32d23d56 Add warnings and notes about trading implementation 2018-06-04 22:21:10 +02:00
Wuzzy
a58a01040d Show villager name in trading formspec 2018-06-04 22:13:24 +02:00
Wuzzy
9bfa116794 Allow to select different trades 2018-06-04 21:46:13 +02:00
Wuzzy
e9bcbe1ead Store available trades in villager entity 2018-06-04 21:07:12 +02:00
Wuzzy
cc1fe2f14f Fix bread trade 2018-06-04 15:21:59 +02:00
Wuzzy
10e2c174d4 Pick random villager profession on spawn 2018-06-04 14:59:10 +02:00
Wuzzy
f1dc75f097 Add lots of random trades for villagers 2018-06-04 14:36:06 +02:00
Wuzzy
7109db24c2 Trading: Reset inventory when closing formspec 2018-06-04 12:50:31 +02:00
Wuzzy
a9cf744c0b Disable villager trading again 2018-06-04 01:20:24 +02:00
Wuzzy
e5c7e50202 More villager fixing 2018-06-04 01:19:23 +02:00
Wuzzy
883568add4 Implement basic villager trading formspec 2018-06-03 18:37:53 +02:00
Wuzzy
c10f4311f7 Update death animations of some mobs 2018-05-30 17:34:38 +02:00
Wuzzy
a4b229e565 Update mobs_mc 2017-09-13 23:13:47 +02:00
Wuzzy
895fc7d757 Update mobs_mc and update gameconfig
This updates and fixes mob spawn height for new realms.
Also: Small zombie pigman size fixed.
2017-08-16 22:08:17 +02:00
Wuzzy
5b9d1540cd Add brand-new updated mobs_mc mod 2017-07-05 03:15:46 +02:00
Wuzzy
316419555d Remove mobs_mc 2017-07-05 03:15:18 +02:00
Wuzzy
c8004a7ed8 Don't spawn villagers 2017-05-10 13:24:33 +02:00
Wuzzy
08a5f1a44f Villers don't attack back when attacked 2017-03-14 16:18:39 +01:00
Wuzzy
a0f3402346 Tweak water and lava damage for all mobs 2017-02-23 19:52:07 +01:00
Wuzzy
e78382b08c Tweak spawning of all mobs 2017-02-20 03:00:03 +01:00
Wuzzy
3696ee3761 Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00