cc-tweaked / cc-restitched

Other
80 stars 31 forks source link

Port across CC:T's Java and Lua tests #95

Closed SquidDev closed 2 years ago

SquidDev commented 2 years ago

See #5. No gametests yet, those are more work.

This requires a bit of funkiness to ensure the main ComputerCraft class doesn't reference any Minecraft/Fabric specific code in its static initialiser. IMO it's worth doing this anyway - allows people to use the jar outside of MC (e.g. in emulators).

toad-dev commented 2 years ago

This is really impressive. CC: Tweaked has to be the most well tested Minecraft mod on the planet.

Merith-TK commented 2 years ago

This good to merge??

SquidDev commented 2 years ago

Yes.