🏠
Working from home
-
LichtBlick SE Hamburg
- Germany
-
21:42
- 1h ahead - ldtteam.com
- @OrionMinecraft
Highlights
- Pro
Pinned Loading
-
ChiselsAndBits/Chisels-and-Bits
ChiselsAndBits/Chisels-and-Bits PublicA Minecraft mod about chiseling and designing custom blocks in game.
-
-
ldtteam/BlockOut
ldtteam/BlockOut PublicLibrary used to easily create minecraft ingame GUIs
-
-
ldtteam/PerViamInvenire
ldtteam/PerViamInvenire PublicHighspeed caching path finding for minecraft.
-
ldtteam/Aequivaleo
ldtteam/Aequivaleo PublicAnalysis engine and mediator mod for analyzing recipes and equivalencies of items, blockstates and other game objects in minecraft.
1,204 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
Created 54 commits in 11 repositories
Created a pull request in neoforged/NeoGradle that received 2 comments
Remove the usages of List.of and Map.of
TLDR:
Gradle is stupid.
Changes:
Wrap all usages of List.of(...)
in Lists.newArrayList(...)
Wrap all usages of Map.of(...)
in Maps.newHashMap(...)
…
+49
−25
lines changed
•
2
comments
Opened 1 other pull request in 1 repository
neoforged/NeoGradle
1
merged
-
Remove all usages of Stream.toList().
This contribution was made on Mar 9
Reviewed 1 pull request in 1 repository
neoforged/FancyModLoader
1 pull request
-
Add OpenGL state tracking
This contribution was made on Mar 2