Commit Graph

143 Commits

Author SHA1 Message Date
Wuzzy
8a80b7cb98 Merge pull request 'Hacky patch to make chess mostly work' (#8) from appgurueu/xdecor-libre:master into master
Reviewed-on: https://codeberg.org/Wuzzy/xdecor-libre/pulls/8
2023-07-10 16:36:08 +00:00
Niklp09
02a5ec8bb0 add UI craft type for xdecor:honey 2023-07-07 22:05:25 +02:00
Wuzzy
78c441528a Add dirt for rusty iron bar recipe 2023-07-06 00:54:30 +02:00
Wuzzy
99fcea1af9 Remove flora group from ivy
flora is used for the flower spread ABM
2023-07-03 16:38:16 +02:00
Wuzzy
adc630b730 Updated packed_ice groups to be like MTG 2023-07-03 16:32:50 +02:00
Wuzzy
9ba677caab Refactor mailbox code a little 2023-07-03 16:18:52 +02:00
Wuzzy
919fc6c5ab Add listring to mailbox giving 2023-07-03 16:15:07 +02:00
Wuzzy
30f1e71a90 Make mailbox donor box line up with inventory size 2023-07-03 16:06:24 +02:00
Wuzzy
c010f33465 Fix double lantern sound if placing 2023-07-03 16:00:49 +02:00
Niklp09
c07e1c2b15 fix node name 2023-07-03 15:02:06 +02:00
Wuzzy
6f7f3a4ba8 Fix hive formspec trigger not shooting if needed 2023-07-02 01:53:45 +02:00
Lars Mueller
5a749a3bc4 Hacky patch to make chess mostly work 2023-07-02 01:36:38 +02:00
Wuzzy
43f2834b47 Fix 2 broken fuel recipes 2023-07-02 01:27:42 +02:00
Wuzzy
c0d9d66825 Make cauldron infotexts more helpful 2023-07-01 19:14:48 +02:00
Wuzzy
219c6481bd Cauldrons now only accept fire as heat source 2023-07-01 18:42:04 +02:00
Wuzzy
52cb5b5afc Add cauldron with cold soup 2023-07-01 18:28:20 +02:00
Wuzzy
ec1e86e1ed Cobwebs are no longer liquids 2023-07-01 17:53:37 +02:00
Wuzzy
96f08824d4 Also clear chessboard inventories 2023-07-01 16:29:39 +02:00
Wuzzy
1be4aa3c69 Disable playable Chess games 2023-07-01 16:23:50 +02:00
Wuzzy
4fa3e5e6dc Improve side texture of rusty bar 2023-07-01 10:30:45 +02:00
Wuzzy
e37a327252 Add on_blast handlers 2023-07-01 09:35:43 +02:00
Wuzzy
ed78696a54 Fix missing inner/outer stair translation 2023-06-30 20:54:54 +02:00
Wuzzy
d76b478b9f Fix cut woodframe glass if workbench is off 2023-06-30 20:40:17 +02:00
Wuzzy
30c2e72849 Merge branch 'fuel' into bugfix_mania 2023-06-30 20:00:14 +02:00
Wuzzy
aba1624182 Merge branch 'better_glass_stair_textures' into bugfix_mania 2023-06-30 20:00:09 +02:00
Wuzzy
6675b19a0f Change some confusing/inconvenient recipes 2023-06-30 19:57:41 +02:00
Wuzzy
381e21b53d Rename some nodes to more logical names 2023-06-30 19:37:26 +02:00
Wuzzy
5599842005 Add wood frame side texture 2023-06-30 19:14:20 +02:00
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
43e028a425 Improve textures of cut [obsidian] glass 2023-06-30 18:37:21 +02:00
Wuzzy
5ae4204772 Improve cut woodframed glass textures 2023-06-30 18:10:12 +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