Skip to content

Commit

Permalink
feat: signs.
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed Jul 22, 2023
1 parent 6fbb33c commit ffdbb8d
Show file tree
Hide file tree
Showing 31 changed files with 40 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// 1.20.1 2023-06-20T18:25:32.8696311 Tree Item Models: sinocalligraphy
// 1.20.1 2023-07-22T09:15:35.3373735 Tree Item Models: sinocalligraphy
b94b8e2ec023a499d5138a4a83299820085bbae0 assets/sinocalligraphy/models/item/green_sandalwood_button.json
0dcf738e816d4fa248460960427a5d9095d72dab assets/sinocalligraphy/models/item/green_sandalwood_door.json
ad79bff5039d6a64e3f52e9550f8319ed554f6fa assets/sinocalligraphy/models/item/green_sandalwood_fence.json
7badcea67d8b06a5100846582bf93fd152ed2cc9 assets/sinocalligraphy/models/item/green_sandalwood_fence_gate.json
017e167d773a5987ffddc29673ca4ba685dfa6ff assets/sinocalligraphy/models/item/green_sandalwood_hanging_sign.json
9a61810627d039af45f0caca219ac5d5b14bcbbe assets/sinocalligraphy/models/item/green_sandalwood_leaves.json
b722dd221bb6ee2ce213dbe3580089663972134e assets/sinocalligraphy/models/item/green_sandalwood_log.json
575d8f8c0d55bb7992b5c8ada518b28b4f5343ac assets/sinocalligraphy/models/item/green_sandalwood_log_wood.json
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "sinocalligraphy:item/green_sandalwood_hanging_sign"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ protected void registerItemModels() {

generated(tree.getItem(TreeBlockType.DOOR));
generated(tree.getItem(TreeBlockType.SIGN));
generated(tree.getItem(TreeBlockType.HANGING_SIGN));
}
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// 1.20.1 2023-07-12T17:01:31.3316135 Tree Item Models: sinodivination
// 1.20.1 2023-07-22T09:16:50.782975 Tree Item Models: sinodivination
219ce25effe2a29de664c8c5edb5ddea774de771 assets/sinodivination/models/item/cotinus_button.json
059c5fccad28be3e13d59ee8df68b2f208542ba8 assets/sinodivination/models/item/cotinus_door.json
5dd2c28355732e349d31ba3bb6565f94b03188f5 assets/sinodivination/models/item/cotinus_fence.json
8f83968080aa31f0049da5d2cf9666d2bcf779d2 assets/sinodivination/models/item/cotinus_fence_gate.json
92c18fa083eb794fc5568b8bc8756506d28e5e00 assets/sinodivination/models/item/cotinus_hanging_sign.json
a2edd63f23bd6f3afdcee8065ed4830253498b7c assets/sinodivination/models/item/cotinus_leaves.json
90dac6c936699c34274a6e35cfc91cba24f6af9b assets/sinodivination/models/item/cotinus_log.json
3c9c8c30795a5475f16a02d3e05aaa841bf40105 assets/sinodivination/models/item/cotinus_log_wood.json
Expand All @@ -19,6 +20,7 @@ c620d9a4fc13f1f455fa54da2d16e5893dda58de assets/sinodivination/models/item/sopho
34e709c2d266f8fc17e90e9ae8656d411558358c assets/sinodivination/models/item/sophora_door.json
13c70c50d207ebad744527a732f7c4edaebb4ee2 assets/sinodivination/models/item/sophora_fence.json
ff8acc0a2c21e30a200fd83f036a8bff45c7dddb assets/sinodivination/models/item/sophora_fence_gate.json
1837c2eea42b2c605eaede764f18e76edc907c7d assets/sinodivination/models/item/sophora_hanging_sign.json
74c00d1a2d37e391c1e687ba6ecd4730d78ccd95 assets/sinodivination/models/item/sophora_leaves.json
14b22d003cad5601d90f8aecdf04ca41f1b4feaa assets/sinodivination/models/item/sophora_log.json
a92593c8934b4386f57c5ce07809253ff060c892 assets/sinodivination/models/item/sophora_log_wood.json
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "sinodivination:item/cotinus_hanging_sign"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "sinodivination:item/sophora_hanging_sign"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// 1.20.1 2023-07-20T10:18:28.5365385 Tree Item Models: sinofoundation
// 1.20.1 2023-07-22T09:16:17.3678559 Tree Item Models: sinofoundation
8125ecaaf99a0dacce7b82a728aabe3b6e25fe0f assets/sinofoundation/models/item/jujube_button.json
339424a00a3916bff38a5b6946b83fe9c370c4e8 assets/sinofoundation/models/item/jujube_door.json
d5dce5050a542f6587cb726ab7808edfcbb532f0 assets/sinofoundation/models/item/jujube_fence.json
d257fb85b208eaf08f00278cae66bdfb6a4062cf assets/sinofoundation/models/item/jujube_fence_gate.json
67b1c60e6bdbe420ef36590a2b2c08158880246b assets/sinofoundation/models/item/jujube_hanging_sign.json
d29c6229d0eea8fa63974c4d7dd14d0d4b6191f9 assets/sinofoundation/models/item/jujube_leaves.json
163ec015ec73710df44fbbd28a9591ae275c994a assets/sinofoundation/models/item/jujube_log.json
64ea63781bbc6886aac42368ad7b612d555bd90e assets/sinofoundation/models/item/jujube_log_wood.json
Expand All @@ -19,6 +20,7 @@ bc7b4d3c34cd328d6ea3d4938b034ca71da93645 assets/sinofoundation/models/item/jujub
d94fadf713ecda803fde5f9a5be37264c62e882a assets/sinofoundation/models/item/mulberry_door.json
f6fe4878de2d5c8f6e50c400e95c7dd040299aff assets/sinofoundation/models/item/mulberry_fence.json
b509d255b3a95976d0d1483130a14118664e07aa assets/sinofoundation/models/item/mulberry_fence_gate.json
5974eb9291908f2a60defcdd7fb70af106f98285 assets/sinofoundation/models/item/mulberry_hanging_sign.json
f88671b645cdee47459346a468d47b0e8027ddfb assets/sinofoundation/models/item/mulberry_leaves.json
82bbe80e53403ee245ad770f8aae3fb865315ba0 assets/sinofoundation/models/item/mulberry_log.json
e2caf324c78c6e49f32b816e44b7f80631f5913b assets/sinofoundation/models/item/mulberry_log_wood.json
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "sinofoundation:item/jujube_hanging_sign"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "sinofoundation:item/mulberry_hanging_sign"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sinoseries_url=https://github.com/SinoCraftProject/SinoSeries
sinoseries_version=1.5.1
sinoseries_full_version=1.20.1-1.5.1
sinoseries_authors=SinoCraftTeam
sinoseries_credits=qyl27, luiqn2007, skyinr, yaoz, Timicasto, theflysong, EvanLuo42
sinoseries_credits=qyl27, luiqn2007, skyinr, yaoz, Timicasto, theflysong, EvanLuo42, iMomo-cn, TH-my
sinoseries_license=See the license file in our URL.
sinoseries_issues=https://github.com/SinoCraftProject/SinoSeries/issues

Expand Down

0 comments on commit ffdbb8d

Please sign in to comment.