You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployer is a [Create]() library addon built to bring stability over delicate non-modular code in create.
3
3
4
-
A lot of features, like packages,
5
-
factory gauges and others are often coded in create without thinking about possible addons that want to expand that feature,
6
-
and here is where we come on.
7
-
8
-
Deployer aims to bring stability over this topic, by modifying create code in a very precise way:
9
-
10
-
- We do not overwrite any of the original function, which is the main reason of mod incompatibility
11
-
- Every code injection is as precise as possible, and studied to be compatible with eventual code changes
12
-
- We leave create's code implementation the same on most things, so that other mods will not find any strange behaviour on their blocks
4
+
Our philosophy is "less compatibility, more stability" which makes every feature in the mod coded while thinking about any kind of modification from other mods. We prefer other mods to just not support our features, instead of just crashing.
5
+
**This doesn't mean we don't care about compatibility! Please let us know if theres any mod you want to see compatible with Deployer!**
13
6
7
+
### Deployer is still in beta and might still cause crashes with other mods. We will work on that 24h/7
14
8
15
9
## Features
16
10
@@ -41,4 +35,4 @@ This is configurable through the server config
41
35
42
36
<imgsrc="fluid_fix.png"style="width:300px"> For example, cauldrons couldn't be handled before
43
37
44
-
## Please remember that Deployer is still under development and under his first stages
38
+
###Please remember that Deployer is still under development and under his first stages
0 commit comments