• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

First Machine Age's Mods (Combined repo.)


Commit MetaInfo

Revision3c1f2d4346a99857e3eb5bd1172e5a634bb4769e (tree)
Time2020-12-18 07:51:31
Authormelchior <melchior@user...>
Commitermelchior

Log Message

modinfo version update

Change Summary

Incremental Difference

--- a/AnvilMetalRecovery/modinfo.json
+++ b/AnvilMetalRecovery/modinfo.json
@@ -6,7 +6,7 @@
66 "ModID":"metalrecovery",
77 "version": "0.1.4",
88 "dependencies": {
9- "game": "1.14.0-RC.0",
9+ "game": "1.14.0",
1010 "survival": ""
1111 },
1212 "website": "http://nowebsite.nope"
--- /dev/null
+++ b/ElementalTools/Renderers/PackCarburization_Renderer.cs
@@ -0,0 +1,11 @@
1+using System;
2+namespace ElementalTools
3+{
4+ public class PackCarburization_Renderer
5+ {
6+ public PackCarburization_Renderer( )
7+ {
8+ }
9+ }
10+}
11+