Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Jul 28, 2023
1 parent 4bcaaf2 commit 6c1aa23
Show file tree
Hide file tree
Showing 286 changed files with 613 additions and 1 deletion.
105 changes: 105 additions & 0 deletions assets/Models/Entities/Boat (Old).xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<Techne Version="2.2">
<Author>Mojang</Author>
<Identifier>geometry.boat.old</Identifier>
<DisplayName>Boat (Old)</DisplayName>
<DefaultTexture>entity\boat\boat_old.png</DefaultTexture>
<Description>Compiled from Minecraft source. Mojang pls don't sue :(</Description>
<Models>
<Model texture="none.png">
<BaseClass>ModelBase</BaseClass>
<Geometry>
<Folder type="f8bf7d5b-37bf-455b-93f9-b6f9e81620e1" Name="Model">
<Shape type="d9e621f7-957f-4b77-b1ae-20dcd0da7751" name="Base">
<Animation>
<AnimationAngles>0,0,0</AnimationAngles>
<AnimationDuration>0,0,0</AnimationDuration>
<AnimationType>0,0,0</AnimationType>
</Animation>
<IsDecorative>False</IsDecorative>
<IsFixed>False</IsFixed>
<IsMirrored>False</IsMirrored>
<Offset>-12,-8,-3</Offset>
<Position>0,4,0</Position>
<Rotation>89.99998,0,0</Rotation>
<Size>24,16,4</Size>
<TextureOffset>0,8</TextureOffset>
<Scale>0</Scale>
<Part>Head</Part>
</Shape>
<Shape type="d9e621f7-957f-4b77-b1ae-20dcd0da7751" name="Side">
<Animation>
<AnimationAngles>0,0,0</AnimationAngles>
<AnimationDuration>0,0,0</AnimationDuration>
<AnimationType>0,0,0</AnimationType>
</Animation>
<IsDecorative>False</IsDecorative>
<IsFixed>False</IsFixed>
<IsMirrored>False</IsMirrored>
<Offset>-10,-7,-1</Offset>
<Position>-11,4,0</Position>
<Rotation>0,270,0</Rotation>
<Size>20,6,2</Size>
<TextureOffset>0,0</TextureOffset>
<Scale>0</Scale>
<Part>Helmet</Part>
</Shape>
<Shape type="d9e621f7-957f-4b77-b1ae-20dcd0da7751" name="Side">
<Animation>
<AnimationAngles>0,0,0</AnimationAngles>
<AnimationDuration>0,0,0</AnimationDuration>
<AnimationType>0,0,0</AnimationType>
</Animation>
<IsDecorative>False</IsDecorative>
<IsFixed>False</IsFixed>
<IsMirrored>False</IsMirrored>
<Offset>-10,-7,-1</Offset>
<Position>11,4,0</Position>
<Rotation>0,89.99998,0</Rotation>
<Size>20,6,2</Size>
<TextureOffset>0,0</TextureOffset>
<Scale>0</Scale>
<Part>Chest</Part>
</Shape>
<Shape type="d9e621f7-957f-4b77-b1ae-20dcd0da7751" name="Side">
<Animation>
<AnimationAngles>0,0,0</AnimationAngles>
<AnimationDuration>0,0,0</AnimationDuration>
<AnimationType>0,0,0</AnimationType>
</Animation>
<IsDecorative>False</IsDecorative>
<IsFixed>False</IsFixed>
<IsMirrored>False</IsMirrored>
<Offset>-10,-7,-1</Offset>
<Position>0,4,-9</Position>
<Rotation>0,180,0</Rotation>
<Size>20,6,2</Size>
<TextureOffset>0,0</TextureOffset>
<Scale>0</Scale>
<Part>LeftArm</Part>
</Shape>
<Shape type="d9e621f7-957f-4b77-b1ae-20dcd0da7751" name="Side">
<Animation>
<AnimationAngles>0,0,0</AnimationAngles>
<AnimationDuration>0,0,0</AnimationDuration>
<AnimationType>0,0,0</AnimationType>
</Animation>
<IsDecorative>False</IsDecorative>
<IsFixed>False</IsFixed>
<IsMirrored>False</IsMirrored>
<Offset>-10,-7,-1</Offset>
<Position>0,4,9</Position>
<Rotation>0,0,0</Rotation>
<Size>20,6,2</Size>
<TextureOffset>0,0</TextureOffset>
<Scale>0</Scale>
<Part>RightArm</Part>
</Shape>
</Folder>
</Geometry>
<GlScale>1,1,1</GlScale>
<Name>Boat</Name>
<TextureSize>64,32</TextureSize>
</Model>
</Models>
<Name>Boat</Name>
</Techne>
143 changes: 143 additions & 0 deletions assets/Models/Hostiles/warden.geo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
{
"format_version": "1.12.0",
"display_name" : "Warden",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.warden",
"texture_width": 128,
"texture_height": 128,
"visible_bounds_width": 4,
"visible_bounds_height": 5.5,
"visible_bounds_offset": [ 0, 2.25, 0 ]
},
"bones": [
{
"name": "root",
"pivot": [ 0, 0, 0 ]
},
{
"name": "body",
"parent": "root",
"pivot": [ 0, 21, 0 ],
"cubes": [
{
"origin": [ -9, 13, -4 ],
"size": [ 18, 21, 11 ],
"uv": [ 0, 0 ]
}
]
},
{
"name": "right_ribcage",
"parent": "body",
"pivot": [ -7, 23, -4 ],
"cubes": [
{
"origin": [ -9, 13, -4.1 ],
"size": [ 9, 21, 0 ],
"uv": [ 90, 11 ]
}
]
},
{
"name": "left_ribcage",
"parent": "body",
"pivot": [ 7, 23, -4 ],
"cubes": [
{
"origin": [ 0, 13, -4.1 ],
"size": [ 9, 21, 0 ],
"uv": [ 90, 11 ],
"mirror": true
}
]
},
{
"name": "head",
"parent": "body",
"pivot": [ 0, 34, 0 ],
"cubes": [
{
"origin": [ -8, 34, -5 ],
"size": [ 16, 16, 10 ],
"uv": [ 0, 32 ]
}
]
},
{
"name": "right_tendril",
"parent": "head",
"pivot": [ -8, 46, 0 ],
"cubes": [
{
"origin": [ -24, 43, 0 ],
"size": [ 16, 16, 0 ],
"uv": [ 52, 32 ]
}
]
},
{
"name": "left_tendril",
"parent": "head",
"pivot": [ 8, 46, 0 ],
"cubes": [
{
"origin": [ 8, 43, 0 ],
"size": [ 16, 16, 0 ],
"uv": [ 58, 0 ]
}
]
},
{
"name": "right_arm",
"parent": "body",
"pivot": [ -13, 34, 1 ],
"cubes": [
{
"origin": [ -17, 6, -3 ],
"size": [ 8, 28, 8 ],
"uv": [ 44, 50 ]
}
]
},
{
"name": "left_arm",
"parent": "body",
"pivot": [ 13, 34, 1 ],
"cubes": [
{
"origin": [ 9, 6, -3 ],
"size": [ 8, 28, 8 ],
"uv": [ 0, 58 ]
}
]
},
{
"name": "right_leg",
"parent": "root",
"pivot": [ -5.9, 13, 0 ],
"cubes": [
{
"origin": [ -9, 0, -3 ],
"size": [ 6, 13, 6 ],
"uv": [ 76, 48 ]
}
]
},
{
"name": "left_leg",
"parent": "root",
"pivot": [ 5.9, 13, 0 ],
"cubes": [
{
"origin": [ 3, 0, -3 ],
"size": [ 6, 13, 6 ],
"uv": [ 76, 76 ]
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Author>Mojang</Author>
<Identifier>geometry.snowgolem</Identifier>
<DisplayName>Snow Golem</DisplayName>
<DefaultTexture>entity\snow_golem.png</DefaultTexture>
<Description>Compiled from Minecraft source. Mojang pls don't sue :(</Description>
<Models>
<Model Texture="none.png">
Expand Down
80 changes: 80 additions & 0 deletions assets/Models/Mobs/allay.geo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"format_version": "1.12.0",
"display_name" : "Allay",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.allay",
"texture_width": 32,
"texture_height": 32,
"visible_bounds_width": 3,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [0, 0.75, 0]
},
"bones": [
{
"name": "root",
"pivot": [0, 0, 0]
},
{
"name": "head",
"parent": "root",
"pivot": [0, 4, 0],
"cubes": [
{"origin": [-2.5, 4.01, -2.5], "size": [5, 5, 5], "uv": [0, 0]}
]
},
{
"name": "body",
"parent": "root",
"pivot": [0, 4, 0],
"cubes": [
{"origin": [-1.5, 0, -1], "size": [3, 4, 2], "uv": [0, 10]},
{"origin": [-1.5, -1, -1], "size": [3, 5, 2], "inflate": -0.2, "uv": [0, 16]}
],
"locators": {
"lead": [ 0, 5, 0 ]
}
},
{
"name": "rightItem",
"parent": "body",
"pivot": [ 0, -1, -2 ],
"rotation": [ -80, 0, 0 ]
},
{
"name": "right_arm",
"parent": "body",
"pivot": [-1.75, 3.5, 0],
"cubes": [
{"origin": [-2.5, 0, -1], "size": [1, 4, 2], "uv": [23, 0]}
]
},
{
"name": "left_arm",
"parent": "body",
"pivot": [1.75, 3.5, 0],
"cubes": [
{"origin": [1.5, 0, -1], "size": [1, 4, 2], "uv": [23, 6]}
]
},
{
"name": "left_wing",
"parent": "body",
"pivot": [0.5, 3, 1],
"cubes": [
{"origin": [0.5, -2, 1], "size": [0, 5, 8], "uv": [16, 14]}
]
},
{
"name": "right_wing",
"parent": "body",
"pivot": [-0.5, 3, 1],
"cubes": [
{"origin": [-0.5, -2, 1], "size": [0, 5, 8], "uv": [16, 14]}
]
}
]
}
]
}
Loading

0 comments on commit 6c1aa23

Please sign in to comment.