Wuzzy
1d1dd915b7
Add fuel recipes
2023-06-30 19:00:59 +02:00
Wuzzy
376cdb015b
Categorize doors as nodes in Creative
2023-06-30 18:55:44 +02:00
Wuzzy
b92a7e16b4
Fix typo: Baricade → Barricade
2023-06-30 18:49:28 +02:00
Wuzzy
4082115ae3
Make honey and cushion block visible in Creative
2023-06-30 15:25:18 +02:00
Wuzzy
7cfac351a6
Add missing rope sounds
2023-06-30 15:21:06 +02:00
Wuzzy
911cbafd46
Cleanup rope behavior in Creative Mode
2023-06-30 15:14:20 +02:00
Wuzzy
21d10bc945
Report protection violation w/ rope
2023-06-30 15:04:05 +02:00
Wuzzy
93e5c3c19d
Fix rope, painting, lantern incompat w/ itemframe
2023-06-30 15:02:58 +02:00
Wuzzy
b490e31075
Add itemframe offset
2023-06-30 14:50:46 +02:00
Wuzzy
fa7d042169
Make itemframe entity non-pointable
2023-06-30 14:25:07 +02:00
Wuzzy
bfc0637c82
Add proper short_description to enchanted tools
2023-06-30 14:17:51 +02:00
Wuzzy
b4b04c4330
Use minetest.is_creative_enabled
2023-06-30 14:07:23 +02:00
Wuzzy
aa1bf87abe
Don't play painting place sound if place failed
2023-06-30 14:05:31 +02:00
Wuzzy
27e623d5cf
Show short item desc in itemframe, not itemstring
2023-06-30 14:05:14 +02:00
Wuzzy
e419652846
Fix missing cauldron infotext + soup sound
2023-06-30 13:42:48 +02:00
Wuzzy
c165353480
Restart boiling sound on rejoining
2023-06-30 13:33:11 +02:00
Wuzzy
05544ae293
Fix boiling cauldrons not reliably cooling down
2023-06-30 13:24:58 +02:00
Wuzzy
506629127f
Add river water support for cauldrons
2023-06-30 13:16:57 +02:00
Wuzzy
089695aa9f
Don't pollute curtain itemmeta for better stacking
2023-06-30 11:24:26 +02:00
Wuzzy
75594bc06f
Fix awkward lantern rotation, better attach rules
...
Lanterns now only attach to the top or ceiling but no longer the sides
2023-06-30 11:09:03 +02:00
Wuzzy
c6309e254e
Fix mossy permafrost stair buggy texture
2023-06-30 10:27:57 +02:00
Wuzzy
f32beb38e6
Play 'place' sound when placing painting
2023-06-30 10:16:19 +02:00
Wuzzy
b03158bde6
Fix enchanting buttons overlapping with background
2023-06-30 09:36:51 +02:00
Wuzzy
8be37eed34
Set pointable=false for book entity
2023-06-30 09:14:47 +02:00
Wuzzy
19b6483eaf
Rename "Empty Shelf" to "Plain Shelf"
2023-06-30 09:00:40 +02:00
Wuzzy
ec3369763f
Use multiplication sign in mailbox donor list
2023-06-30 08:47:41 +02:00
Wuzzy
a364b74045
Make cut nodes translatable ... somewhat
2023-06-30 08:35:39 +02:00
Wuzzy
22df1519a0
Define sounds for nodes that lacked sound defs
2023-06-30 01:42:50 +02:00
Wuzzy
bfc07a425f
Add more beehive status messages
2023-06-30 00:45:36 +02:00
Wuzzy
443f748df8
Fix prison door recipe collide with steel bar door
2023-06-29 23:55:34 +02:00
Wuzzy
3a378d7baf
Make radio and speaker translatable
2023-06-29 23:48:30 +02:00
Wuzzy
499ebd86e5
Change packed ice recipe to end Ethereal collision
2023-06-29 23:43:42 +02:00
Jean-Patrick Guerrero
8b614b3513
Do not set server-side setting from mod
2022-09-20 23:45:00 +02:00
fluxionary
4305841cf2
Fix duplicated book entities on the enchanting table ( #155 )
...
Because of a race condition, the check for whether to regenerate a book entity can happen while the entity is unloaded, resulting in multiple entities per enchanting server.
2022-07-27 20:51:21 +02:00
SmallJoker
3b5b3f0c11
Fix texture alpha deprecation warnings
2022-02-26 12:03:20 +01:00
nixnoxus
a4c18c984b
Add missing cauldron descriptions and translations ( #151 )
2021-12-21 19:46:23 +01:00
Jordan Irwin
0dbf92e789
Add xdecor:is_repairable method for mods ( #147 )
...
to check whether items are repairable with the workbench
2021-07-13 20:49:59 +02:00
Jordan Irwin
3103d426d2
Add method to register items as repairable ( #145 )
2021-07-07 18:28:25 +02:00
hlqkj
8acc028481
Removed deprecated settings API
2021-03-03 00:23:49 +01:00
Jean-Patrick Guerrero
ad32890bb2
Fix selection box
2021-03-01 00:04:12 +01:00
Jean-Patrick Guerrero
98816ffce1
Add more nodes
2021-02-28 22:16:32 +01:00
Jean-Patrick Guerrero
b3fc6daf71
Basic maintainance + fix bugs
2021-02-28 21:02:06 +01:00
rusty-snake
259420dcf5
enchanting.lua: Allow to pay with industrial mese ( #132 )
2020-09-17 19:27:45 +02:00
Louis Royer
64dcec0c74
Add translation support, requires 5.0.0+ ( #131 )
...
Add translation for all parts of the mod
Add french translation
Requires Minetest 5.0.0 or newer.
2020-09-09 17:05:44 +02:00
Louis Royer
e26e4fde05
Update cobweb craft to use farming:string ( #130 )
...
Add `farming` to depends, since it was missing
2020-09-05 18:57:53 +02:00
Elias Fleckenstein
841a033983
Add nil check in doors_toggle ( #126 )
...
Add nil check to prevent errors xdecor caused in combination with pkarcs_doors.
2020-08-26 10:13:25 +02:00
adrido
5b0b4f3b56
Fix "xpanes_space.png" texture not found ( #125 )
2020-07-26 11:25:56 +02:00
Damian Hofmann
16adad0cd7
Chess: Fix queen-side castling
...
When castling queen side, the king moves two squares to the left,
not three as this implementation used previously.
This resolves issue #120 .
2020-06-24 18:31:30 +02:00
Damian Hofmann
d868488633
Chess: Fix short-castling for black
...
In the code for black short-castling, the presence of rook_black_2 was checked on the wrong field (1 instead of 8), which prevents black from short-castling. (This was probably overlooked when copying the logic from the long-castling check directly above.)
2020-06-24 18:31:30 +02:00
Niwla23
b8aaf37fc2
Display itemstring in itemframes ( #116 )
...
Itemframe patch
2019-10-12 13:23:04 +02:00