Time Nick Message 15:25 MinetestBot 02[git] 04appgurueu -> 03minetest/minetest: Remove redundant and/or outdated client API docs 13025516a https://github.com/minetest/minetest/commit/025516a005d07b75bd92509dd4da0cef6df881d9 (152024-01-12T15:24:15Z) 16:18 Sokomine hi. does anyone have an idea how i might get a palette texture in order to get that intresting color4dir usable? i have a couple of wool covers for some nodes in moresnow and would like to reduce node count 16:19 Sokomine but i don't have a suitable palette at hand that roughly fits the standard wool colors from default. doesn't have to be perfect 16:21 Sokomine in general, a fitting palette for the wool colors would be very helpful.... 17:01 MTDiscord Sokomine: afaik wool uses the same color as dye which follows the named colors from CSS. you should find the matching values here https://www.w3.org/TR/css-color-4/#named-color 17:02 Sokomine ah. that sounds nice, bla8722. still would need to get that turned into some sort of palette :/ 17:04 MTDiscord either make a new texture with 1 pixel per color in a row or a use a white 1x1 texture and [colorize it with the named color 17:05 Sokomine that is something i have trouble with. my experience with such graphics things is extremly limited 17:05 Sokomine i think there was a program for palette creation somewhere...that'd be more...useful...for me 17:06 Sokomine but there also ought to be such palettes available. the hardware coloring is great. right now hardly anybody seems to use it? and wool is a very common use case.... 17:10 MTDiscord its a simple image 1 pixel high and for just the named colors 15 pixel wide, one color per pixel. sure there ready made ones but I think its more effort to check licensing on those than creating a own one lol 17:10 Sokomine if you can...me and graphics programs don't match :/ 17:11 Sokomine no idea why :-( 17:13 Sokomine also, color4dir (a special variant) has 64 colors available 17:14 MTDiscord hehe or simply check your chesttools repo PR´s, flux made a color4dir one including palettes 😉 17:17 Sokomine oooh! yes. thanks for the reminder :-) 17:18 Sokomine right now, i'm fixing moresnow. it has a bit many node definitions for all the wool covers. want to reduce those 15 or so of each variant to one 21:46 cheapie Random screenshot of something I decided to try making, the same "hydraulic" elevator design as I've done before but with one of those deeper cars that sticks out into an atrium: https://cheapiesystems.com/media/images/screenshot_20240112_151020.png 21:46 cheapie The wiring to get two movestones moving together for each car and still fit them that close together is a bit of a mess: https://cheapiesystems.com/media/images/screenshot_20240112_151154.png 21:47 cheapie The back half of the car (towards the camera in the first picture) is moved by a stack of invisible nodes on top of the second movestone. 21:53 cheapie Supposed to be vaguely like https://www.youtube.com/watch?v=gScUNtOZUAs but without the underground part. 21:57 FlachyJoe Hi ! I'm a Debian user and I'm trying to configure my firewall to disallow all network acces to my son's session. It works but I can't connect to the autocreated localhost minetest server anymore. Can somebody help me? 22:00 sfan5 make sure the firewall rules don't apply on localhost 22:00 sfan5 only on e.g. eth0 22:20 FlachyJoe Thank you @sfan5 but I can't filter INPUT per user and can't filter OUPUT per interface so I can't block eth0 only for my son 22:42 FlachyJoe Ok find, localhost and 0.0.0.0 need to be specifically accepted 22:42 FlachyJoe ``` 22:42 FlachyJoe :~$ sudo iptables -L 22:42 FlachyJoe Chain INPUT (policy ACCEPT) 22:42 FlachyJoe target prot opt source destination 22:42 FlachyJoe Chain FORWARD (policy ACCEPT) 22:42 FlachyJoe target prot opt source destination