-
Updated
May 15, 2022 - Java
game
Here are 5,727 public repositories matching this topic...
-
Updated
Apr 22, 2022 - Java
-
Updated
May 15, 2022 - Java
-
Updated
Feb 16, 2022 - Java
-
Updated
Apr 22, 2022 - Java
-
Updated
Oct 5, 2021 - Java
Is your feature request related to a problem? Please describe.
MapTool is extremely slow to open when there are thousand or tens of thousands of files in the assetcache folder. With ~20,000 files, my home computer takes up to 4 minutes for MapTool to open. If I manually delete everything in the assetcache folder first, it takes less than 20 seconds. Since it only happens to Windows users, I b
A machine built into RailCraft to facilitate the easy creation of tickets.
How I think it might work? A block that will have 3 slots:
- Paper stack (accept paper from top via hopper/pipes/etc?)
- Gold ticket (lockable slot by block owner?)
- Output
There will likely also need to a button to create the ticket.
Maybe additional gold ticket slots can become available when another gold
-
Updated
Apr 6, 2022 - Java
-
Updated
May 12, 2022 - Java
-
Updated
May 15, 2022 - Java
-
Updated
Feb 8, 2022 - Java
-
Updated
May 14, 2022 - Java
Improve this page
Add a description, image, and links to the game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game topic, visit your repo's landing page and select "manage topics."
Motivation
Dependency injection via
@Inis a widely used mechanism throughout our code-base.However, it doesn't seem to be supported for all kinds of classes yet.
While it is implemented for world generators, it is not yet implemented for world-gen plugins.
If used for these, it can/will lead to NPEs due to fields not being properly initialized before being accessed.
Example