Skip to content

Commit

Permalink
Merge pull request #103 from anatawa12/RTM2.4.20
Browse files Browse the repository at this point in the history
update to rtm 2.4.20
  • Loading branch information
anatawa12 authored Jul 15, 2020
2 parents b534697 + f92a5b8 commit 236a7c3
Show file tree
Hide file tree
Showing 11 changed files with 104 additions and 509 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ test {
useJUnitPlatform()
}

runClient.outputs.upToDateWhen { false }
runServer.outputs.upToDateWhen { false }
runClient.inputs.property("always_changed", new Date())

apply from: "./processMods.gradle"
apply from: "./makePatch.gradle"
6 changes: 6 additions & 0 deletions important-structure/fields-RTMResource.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ type: Ljp/ngt/rtm/modelpack/ResourceType;
name: RRS
type: Ljp/ngt/rtm/modelpack/ResourceType;

name: MECHANISM
type: Ljp/ngt/rtm/modelpack/ResourceType;

name: CONNECTOR
type: Ljp/ngt/rtm/modelpack/ResourceType;

Expand Down Expand Up @@ -121,3 +124,6 @@ type: Ljp/ngt/rtm/modelpack/ResourceType;
name: VEHICLE_TROLLEY
type: Ljp/ngt/rtm/modelpack/ResourceType;

name: VEHICLE_LIFT
type: Ljp/ngt/rtm/modelpack/ResourceType;

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
super: java/lang/Enum
name: useRS
type: Z

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
super: jp/ngt/rtm/modelpack/cfg/ModelConfig
name: acceleration
type: F

name: maxSpeed
type: F

name: model
type: Ljp/ngt/rtm/modelpack/cfg/ModelConfig$ModelSource;

name: name
type: Ljava/lang/String;

name: radius
type: F

name: teethCount
type: I

name: transmissionRatioOFF
type: [F

name: transmissionRatioON
type: [F

name: type
type: Ljp/ngt/rtm/block/tileentity/MechanismType;

name: useRedstonePower
type: Z

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ type: F
name: friction
type: [F

name: gripPos
type: [F

name: hoveringSpeed
type: F

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
super: jp/ngt/rtm/modelpack/modelset/ModelSetBase
Loading

0 comments on commit 236a7c3

Please sign in to comment.