JoseDouglas26
|
09ee1052b0
|
Adopting rarity group for items part 2
|
2024-12-19 17:44:48 +01:00 |
|
JoseDouglas26
|
f4f68a1caa
|
First commit for some items
|
2024-12-19 17:40:11 +01:00 |
|
goblin_mode
|
f408adb2e5
|
add unsticky and unmovable_by_piston groups to nodes
|
2024-11-20 02:31:45 +00:00 |
|
cora
|
70b9e846b9
|
Fix another crash when rotating heads with screwdrivers
|
2024-09-04 16:02:41 +00:00 |
|
cora
|
e152704fe8
|
Fix problem with screwdriver mob head rotation fix
|
2024-08-30 14:13:11 +00:00 |
|
cora
|
39a64ed2b5
|
Fix crash when trying to rotate axis-rotated mob heads
|
2024-08-28 16:17:04 +02:00 |
|
cora
|
6a81559c07
|
mcl_heads: fix trivial luals warnings
|
2024-07-30 19:29:47 +02:00 |
|
Freeman
|
aed00404ba
|
moved ":" to register_node calls
|
2024-04-01 02:41:07 +02:00 |
|
Freeman
|
ed404701de
|
allow register heads from external mods
fixes #1267
|
2024-04-01 02:01:10 +02:00 |
|
cora
|
a508346f2c
|
Use mcl_util.call_on_rightclick in all node on_place's
|
2024-03-09 09:23:08 +00:00 |
|
Yaasir Ketwaroo
|
1fd53e8566
|
Add checks for nil placer for on_place(). can cause mintest.place_node() to crash
|
2024-01-08 21:54:21 -05:00 |
|
cora
|
bb01320fe7
|
Fix unused vars in mcl_heads
|
2023-07-31 17:47:08 +00:00 |
|
Elias Åström
|
ebcff816b3
|
Revert "Change descriptions of some items to match 1.19"
This reverts commit af219658a54ddbc3d5e258586654ea42092de7c0.
|
2023-05-24 18:27:44 +02:00 |
|
Lizzy Fleckenstein
|
af219658a5
|
Change descriptions of some items to match 1.19
- Some items were renamed in a newer version of the original
- Some items (respecially recentlly added ones) were added with incorrect descriptions
|
2023-04-23 13:45:23 +00:00 |
|
Lizzy Fleckenstein
|
e719e4d87a
|
Remove premature localization optimizations (See #11)
|
2023-04-21 20:39:22 +02:00 |
|
Elias Åström
|
819a89ecfd
|
Do some code formatting fixes
|
2023-04-20 22:16:27 +02:00 |
|
Elias Åström
|
5f85e37344
|
Fix head placement angle being offset
|
2023-04-20 22:15:09 +02:00 |
|
cora
|
328897efd2
|
param2 fine adjustment of heads whith sneak + screwdriver
|
2023-04-20 21:59:38 +02:00 |
|
cora
|
8f93a1b1f9
|
Use %15 and 240 as limit for rotation
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
1283c21f9c
|
experimental: 16 rotations
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
05e4307ee4
|
Register correct on rotate for wall heads (fix crash)
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
2f16a7419d
|
Clean up mcl_heads / nodedefs
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
b835a2641f
|
Add texture modifier for armor texture
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
7d5f5b8a4a
|
Fix wall heads texture modifiers
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
37ea816654
|
Make head models use a cleaner texture format
sadly they can't use the original mob textures as those do not follow
a uniform pattern
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
156bdb2ae8
|
Fix indentation, add ceiling head drops
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
0c313c5335
|
Deduplicate placement code a bit
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
ae99559a28
|
Add conversion LBMs for old rotated head nodes
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
6634cd502c
|
Add ceiling heads mesh + place code
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
7d9b05b61e
|
remove stack_max = 64 from mcl_heads
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
a84fa29de1
|
register aliases for old nodes
|
2023-04-20 21:48:38 +02:00 |
|
cora
|
11458b49df
|
Use degrotate param2 for floor_heads
|
2023-04-20 21:48:38 +02:00 |
|
iliekprogrammar
|
7482f84929
|
[heads] heads may now be placed on ceilings, upside down
|
2022-08-13 02:44:47 +08:00 |
|
iliekprogrammar
|
29d221eed5
|
[heads] remove unnecessarily duplicative textures
these textures are unnecessary to texture the head nodes. we can reuse
the available armor texture for both the headgear/helmet and the nodes.
|
2022-08-11 17:28:37 +08:00 |
|
iliekprogrammar
|
44d234dd2c
|
[heads] implement 16 directional head node
|
2022-08-11 17:21:23 +08:00 |
|
iliekprogrammar
|
3ff9ed4419
|
[heads] refactor and trivial renames
|
2022-08-11 16:45:51 +08:00 |
|
AFCMS
|
3ca40cd4e4
|
Remove 2D preview
|
2022-05-04 23:15:11 +00:00 |
|
AFCMS
|
cd33d406b2
|
fix many codestyle issues (functions, strings, modpaths)
|
2021-05-29 16:12:33 +02:00 |
|
AFCMS
|
b58e61b988
|
[mcl_heads] fix warnings
|
2021-05-22 23:25:28 +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
|
8e37b51cac
|
Equip mob heads with rightclick
|
2021-04-17 14:07:47 +02:00 |
|
Elias Fleckenstein
|
6bbea11fb8
|
Fix crash with mcl_heads
|
2021-04-17 13:53:41 +02:00 |
|
Elias Fleckenstein
|
ca75a893db
|
Merge branch 'master' into damage
|
2021-04-17 12:58:19 +02:00 |
|
AFCMS
|
a602f64ea5
|
fix many warnings
|
2021-04-15 23:41:34 +02:00 |
|
Elias Fleckenstein
|
ce0148d9a8
|
Rewrite armor; new damage system
|
2021-04-14 15:46:52 +02:00 |
|
Elias Fleckenstein
|
aeb7078c05
|
Update use_texture_alpha to the minetest 5.4 conventions
|
2021-02-18 14:00:17 +01:00 |
|
Wuzzy
|
39a0fdd24c
|
No enchant 4 flint&steel,pumpkin,head,screwdriver
|
2020-12-19 16:26:12 +01:00 |
|
Elias Fleckenstein
|
ed738da016
|
Added Enchanting Table
|
2020-11-25 12:47:27 +01: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 |
|
Wuzzy
|
71cee9920a
|
Heads: Add back armor def fields
|
2020-02-19 03:02:45 +01:00 |
|