Skip to content

Commit

Permalink
Bump mods/digistuff from 3264189 to 54c0f66
Browse files Browse the repository at this point in the history
Bumps [mods/digistuff](https://github.com/mt-mods/digistuff) from `3264189` to `54c0f66`.
- [Commits](mt-mods/digistuff@3264189...54c0f66)

---
updated-dependencies:
- dependency-name: mods/digistuff
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BuckarooBanzay committed Mar 19, 2024
1 parent 0f3036b commit 83c4dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/digistuff
Submodule digistuff updated 60 files
+10 −0 .github/workflows/luacheck.yml
+22 −0 .github/workflows/mineunit.yml
+33 −0 .github/workflows/upstream.yml
+27 −0 .luacheckrc
+6 −4 README.md
+116 −58 camera.lua
+3 −3 cardreader.lua
+2 −2 channelcopier.lua
+0 −10 conductors.lua
+5 −7 controller.lua
+86 −39 detector.lua
+28 −0 docs/camera.md
+0 −3 docs/camera.txt
+28 −0 docs/detector.md
+0 −3 docs/detector.txt
+1 −1 docs/gpu.txt
+31 −0 docs/nic.txt
+654 −0 docs/touchscreen.md
+385 −0 formspec_elements.lua
+10 −10 gpu.lua
+2 −3 init.lua
+2 −2 ioexpander.lua
+0 −18 lc_examples/button.lua
+0 −14 lc_examples/ioexpander.lua
+0 −24 lc_examples/light.lua
+0 −81 lc_examples/memory.lua
+0 −19 lc_examples/piston.lua
+0 −15 lcdocs.lua
+0 −420 lclibraries.lua
+10 −10 memory.lua
+1 −1 mod.conf
+33 −69 movestone.lua
+1 −14 nbsounds.lua
+24 −7 nic.lua
+2 −1 noteblock.lua
+9 −9 panel.lua
+43 −58 piezo.lua
+79 −101 piston.lua
+2 −0 sillystuff.lua
+ sounds/digistuff_noise.ogg
+ sounds/digistuff_pulse10.ogg
+ sounds/digistuff_pulse15.ogg
+ sounds/digistuff_pulse20.ogg
+ sounds/digistuff_pulse25.ogg
+ sounds/digistuff_pulse30.ogg
+ sounds/digistuff_pulse35.ogg
+ sounds/digistuff_pulse40.ogg
+ sounds/digistuff_pulse45.ogg
+ sounds/digistuff_pulse5.ogg
+ sounds/digistuff_saw.ogg
+ sounds/digistuff_sine.ogg
+ sounds/digistuff_square.ogg
+ sounds/digistuff_triangle.ogg
+1 −0 spec/fixtures/digilines.lua
+13 −0 spec/init_spec.lua
+1 −0 spec/mineunit.conf
+31 −22 switches.lua
+ textures/digistuff_advts_front.png
+4 −4 timer.lua
+216 −295 touchscreen.lua

0 comments on commit 83c4dec

Please sign in to comment.