Change players' bounding box depending on their disguise ( !!!REQUIRES CLIENT INTEGRATION MOD!!! ) Enhance experiences withClient Integration Currently: GUI disguise selection, action hotkeys, see your disguise on the client side, and see other's disguise if the server doesn't support displaying...
@@ -24,4 +24,11 @@ public class ModConfigData implements ConfigData public boolean pre1_21_3_steer_vehicle_packets = TweakClient.DEFAULT_PRE_1_21_3_STEER_VEHICLE; public boolean dontSitOnMe = TweakClient.DEFAULT_DONT_SIT_ON_ME; public boolean lightenBoldTexts = false; public float light...
have an Arduino running the RadioHead library's RFM95 client example send messages that are received by your code: One thing to note in Python byte strings aren't exactly like text strings and you might not be able to do all the text processing (like find, replace, etc.) as y...