-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from cc-tweaked/mc-1.18.x/1.18.2
Merge mc-1.18.x/1.18.2 to mc-1.18.x/stable for release
- Loading branch information
Showing
1,063 changed files
with
19,584 additions
and
7,582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Ignore changes in generated files | ||
src/generated/resources/data/** linguist-generated | ||
|
||
* text=auto | ||
|
||
*.gradle eol=lf diff=java | ||
*.java eol=lf diff=java | ||
*.kt eol=lf diff=java | ||
*.lua eol=lf | ||
*.md eol=lf diff=markdown | ||
*.txt eol=lf | ||
|
||
*.png binary | ||
*.jar binary | ||
*.dfpwm binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ | |
*.DS_Store | ||
.project | ||
*.launch | ||
|
||
/src/generated/resources/.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
before_install: | ||
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh | ||
- source ./install-jdk.sh --feature 16 --license GPL | ||
- source ./install-jdk.sh --feature 17 --license GPL | ||
jdk: | ||
- openjdk16 |
52 changes: 52 additions & 0 deletions
52
src/generated/resources/assets/computercraft/blockstates/computer_advanced.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"variants": { | ||
"facing=east,state=blinking": { | ||
"y": 90, | ||
"model": "computercraft:block/computer_advanced_blinking" | ||
}, | ||
"facing=east,state=off": { | ||
"y": 90, | ||
"model": "computercraft:block/computer_advanced_off" | ||
}, | ||
"facing=east,state=on": { | ||
"y": 90, | ||
"model": "computercraft:block/computer_advanced_on" | ||
}, | ||
"facing=north,state=blinking": { | ||
"y": 0, | ||
"model": "computercraft:block/computer_advanced_blinking" | ||
}, | ||
"facing=north,state=off": { | ||
"y": 0, | ||
"model": "computercraft:block/computer_advanced_off" | ||
}, | ||
"facing=north,state=on": { | ||
"y": 0, | ||
"model": "computercraft:block/computer_advanced_on" | ||
}, | ||
"facing=south,state=blinking": { | ||
"y": 180, | ||
"model": "computercraft:block/computer_advanced_blinking" | ||
}, | ||
"facing=south,state=off": { | ||
"y": 180, | ||
"model": "computercraft:block/computer_advanced_off" | ||
}, | ||
"facing=south,state=on": { | ||
"y": 180, | ||
"model": "computercraft:block/computer_advanced_on" | ||
}, | ||
"facing=west,state=blinking": { | ||
"y": 270, | ||
"model": "computercraft:block/computer_advanced_blinking" | ||
}, | ||
"facing=west,state=off": { | ||
"y": 270, | ||
"model": "computercraft:block/computer_advanced_off" | ||
}, | ||
"facing=west,state=on": { | ||
"y": 270, | ||
"model": "computercraft:block/computer_advanced_on" | ||
} | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
src/generated/resources/assets/computercraft/blockstates/computer_command.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"variants": { | ||
"facing=east,state=blinking": { | ||
"y": 90, | ||
"model": "computercraft:block/computer_command_blinking" | ||
}, | ||
"facing=east,state=off": { | ||
"y": 90, | ||
"model": "computercraft:block/computer_command_off" | ||
}, | ||
"facing=east,state=on": { | ||
"y": 90, | ||
"model": "computercraft:block/computer_command_on" | ||
}, | ||
"facing=north,state=blinking": { | ||
"y": 0, | ||
"model": "computercraft:block/computer_command_blinking" | ||
}, | ||
"facing=north,state=off": { | ||
"y": 0, | ||
"model": "computercraft:block/computer_command_off" | ||
}, | ||
"facing=north,state=on": { | ||
"y": 0, | ||
"model": "computercraft:block/computer_command_on" | ||
}, | ||
"facing=south,state=blinking": { | ||
"y": 180, | ||
"model": "computercraft:block/computer_command_blinking" | ||
}, | ||
"facing=south,state=off": { | ||
"y": 180, | ||
"model": "computercraft:block/computer_command_off" | ||
}, | ||
"facing=south,state=on": { | ||
"y": 180, | ||
"model": "computercraft:block/computer_command_on" | ||
}, | ||
"facing=west,state=blinking": { | ||
"y": 270, | ||
"model": "computercraft:block/computer_command_blinking" | ||
}, | ||
"facing=west,state=off": { | ||
"y": 270, | ||
"model": "computercraft:block/computer_command_off" | ||
}, | ||
"facing=west,state=on": { | ||
"y": 270, | ||
"model": "computercraft:block/computer_command_on" | ||
} | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
src/generated/resources/assets/computercraft/blockstates/computer_normal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"variants": { | ||
"facing=east,state=blinking": { | ||
"y": 90, | ||
"model": "computercraft:block/computer_normal_blinking" | ||
}, | ||
"facing=east,state=off": { | ||
"y": 90, | ||
"model": "computercraft:block/computer_normal_off" | ||
}, | ||
"facing=east,state=on": { | ||
"y": 90, | ||
"model": "computercraft:block/computer_normal_on" | ||
}, | ||
"facing=north,state=blinking": { | ||
"y": 0, | ||
"model": "computercraft:block/computer_normal_blinking" | ||
}, | ||
"facing=north,state=off": { | ||
"y": 0, | ||
"model": "computercraft:block/computer_normal_off" | ||
}, | ||
"facing=north,state=on": { | ||
"y": 0, | ||
"model": "computercraft:block/computer_normal_on" | ||
}, | ||
"facing=south,state=blinking": { | ||
"y": 180, | ||
"model": "computercraft:block/computer_normal_blinking" | ||
}, | ||
"facing=south,state=off": { | ||
"y": 180, | ||
"model": "computercraft:block/computer_normal_off" | ||
}, | ||
"facing=south,state=on": { | ||
"y": 180, | ||
"model": "computercraft:block/computer_normal_on" | ||
}, | ||
"facing=west,state=blinking": { | ||
"y": 270, | ||
"model": "computercraft:block/computer_normal_blinking" | ||
}, | ||
"facing=west,state=off": { | ||
"y": 270, | ||
"model": "computercraft:block/computer_normal_off" | ||
}, | ||
"facing=west,state=on": { | ||
"y": 270, | ||
"model": "computercraft:block/computer_normal_on" | ||
} | ||
} | ||
} |
Oops, something went wrong.