Skip to content

fluid system overhaul #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
1701671
trashcan voids water
The4codeblocks Apr 25, 2025
5ba89d0
trashcan updates pipes
The4codeblocks Apr 25, 2025
392677f
trash can needs pipe logic now
The4codeblocks Apr 25, 2025
52aca25
offsets
The4codeblocks Apr 25, 2025
5a543ce
pressure default
The4codeblocks Apr 25, 2025
54c40b6
creative water source
The4codeblocks Apr 25, 2025
f7dbcbe
fluid crafts
The4codeblocks Apr 25, 2025
2e2a63a
autocrafter with fluids
The4codeblocks Apr 25, 2025
0fab0c2
Add files via upload
The4codeblocks Apr 25, 2025
8d5d92d
fluid crafts without core
The4codeblocks Apr 26, 2025
02bb507
update crafts
The4codeblocks Apr 26, 2025
4348a21
fix offsets
The4codeblocks Apr 26, 2025
8961f1a
flow sensor info
The4codeblocks Apr 26, 2025
976c971
don't global
The4codeblocks Apr 26, 2025
a4f1a35
stuff
The4codeblocks Apr 26, 2025
ff5015d
add lava and defs
The4codeblocks Apr 26, 2025
c023b39
Update autocrafter.lua
The4codeblocks Apr 26, 2025
1e70b48
remove unnecessary registration
The4codeblocks Apr 26, 2025
4a8bf02
Add files via upload
The4codeblocks Apr 26, 2025
fadcae3
recipes
The4codeblocks Apr 26, 2025
f1e78f0
Update crafts.lua
The4codeblocks Apr 26, 2025
70bf3ef
enforcing load order
The4codeblocks Apr 26, 2025
9407ba3
merge on_place and on_dig (contains leak from wip)
The4codeblocks Apr 28, 2025
0a0bd36
fix luacheck again
The4codeblocks Apr 28, 2025
d72b540
remove space-only lines
The4codeblocks Apr 28, 2025
92e7f29
Update .luacheckrc
The4codeblocks Apr 28, 2025
ba8dc61
generalize flag
The4codeblocks Apr 28, 2025
0302121
Update init.lua
The4codeblocks Apr 28, 2025
a5439f2
actual multifluid support
The4codeblocks Apr 28, 2025
fe984ad
casewise finity
The4codeblocks Apr 28, 2025
5e57cc3
try dehardcoding possibly useless code
The4codeblocks Apr 28, 2025
e221eca
sensor show type
The4codeblocks Apr 28, 2025
fb5aa1f
semantic changes (water → fluid)
The4codeblocks Apr 28, 2025
329bff4
support for existing stuff for multitype
The4codeblocks Apr 28, 2025
35ab87d
a WHOLE lot
The4codeblocks Apr 28, 2025
253e1ef
fix, bad copy
The4codeblocks Apr 28, 2025
5333b2e
fix allowing fluid outs to change stored type for some reason
The4codeblocks Apr 28, 2025
2543866
last commit summary was a bit vague
The4codeblocks Apr 28, 2025
4989f96
Update pressure_logic.txt
The4codeblocks Apr 28, 2025
161f367
did that not fix? hmm
The4codeblocks Apr 28, 2025
bc4a489
oops, forgot to remove that logger
The4codeblocks Apr 29, 2025
c21f4be
oops, forgot to remove that logger
The4codeblocks Apr 29, 2025
8cc9465
multifluid source
The4codeblocks Apr 30, 2025
60fe317
check for definitions 1st
The4codeblocks Apr 30, 2025
0e6ff9e
shut luacheck up
The4codeblocks Apr 30, 2025
4d8c9c3
stop with the manually constructed vector
The4codeblocks May 7, 2025
e2c0d3f
shut luacheck up
The4codeblocks May 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ std = "minetest+max"

globals = {
"pipeworks",
"luaentity"
"luaentity",
"core"
}

read_globals = {
Expand Down
Loading