Commit Graph

10727 Commits

Author SHA1 Message Date
FossFanatic 70eb019a58 Delete 'mods/ITEMS/mcl_doors/models/mcl_doors_door_top_open_mirrored.obj' 2023-03-05 19:07:18 +00:00
FossFanatic 10df1b2b00 Delete 'mods/ITEMS/mcl_doors/models/mcl_doors_door_top_open.obj' 2023-03-05 19:07:04 +00:00
FossFanatic 6e68ebfbaa Delete 'mods/ITEMS/mcl_doors/models/mcl_doors_door_top_closed_mirrored.obj' 2023-03-05 19:06:50 +00:00
FossFanatic 0b61c89141 Delete 'mods/ITEMS/mcl_doors/models/mcl_doors_door_top_closed.obj' 2023-03-05 19:06:36 +00:00
FossFanatic 91496ca207 Delete 'mods/ITEMS/mcl_doors/models/mcl_doors_door_bottom_open_mirrored.obj' 2023-03-05 19:06:18 +00:00
FossFanatic de7e1f7bbb Delete 'mods/ITEMS/mcl_doors/models/mcl_doors_door_bottom_open.obj' 2023-03-05 19:06:01 +00:00
FossFanatic 184d2b64da Delete 'mods/ITEMS/mcl_doors/models/mcl_doors_door_bottom_closed_mirrored.obj' 2023-03-05 19:05:48 +00:00
FossFanatic 25530a707e Delete 'mods/ITEMS/mcl_doors/models/mcl_doors_door_bottom_closed.obj' 2023-03-05 19:05:42 +00:00
FossFanatic d6f5e7bf94 revert 94eb43845c
revert revert b1ba6a91ec

revert Make doors use nodeboxes again
2023-03-05 18:29:07 +00:00
FossFanatic 94eb43845c revert b1ba6a91ec
revert Make doors use nodeboxes again
2023-03-05 18:28:15 +00:00
FossFanatic 5348d13a31 Extra texture batch 10 2023-03-05 18:02:16 +00:00
FossFanatic 9077156300 Extra texture batch 9 2023-03-05 18:01:39 +00:00
FossFanatic 1ec4babe5f Extra texture batch 8 2023-03-05 18:01:21 +00:00
FossFanatic 1862930b85 Extra texture batch 7 2023-03-05 18:00:50 +00:00
FossFanatic 068eeb8394 Extra texture batch 6 2023-03-05 18:00:32 +00:00
FossFanatic c0b61f96e2 Extra texture batch 5 2023-03-05 18:00:11 +00:00
FossFanatic 96fab209aa Extra texture batch 4 2023-03-05 17:59:50 +00:00
FossFanatic 24c9409fe1 Extra texture batch 3 2023-03-05 17:59:31 +00:00
FossFanatic 322d87a29d Extra texture batch 2 2023-03-05 17:59:04 +00:00
FossFanatic f03e52ce45 Extra texture batch 1 2023-03-05 17:58:47 +00:00
FossFanatic b1ba6a91ec Make doors use nodeboxes again 2023-03-05 17:57:06 +00:00
FossFanatic 232cdfc9da Adjust the mirrored door code
Now these doors use their own model instead, which looks much better than the older method of mirroring textures.
2023-03-01 17:40:58 +00:00
FossFanatic e46c299230 Add separate models for mirrored doors
Mirrored doors don't look that great with just a `^[transformFX`, so separate models are needed for these to make them look even better.
2023-03-01 17:40:02 +00:00
FossFanatic 63c82d0e3d Fix _b_3_ eating through the ground
This commit adds an extra thing which I forgot to add, which basically prevents doors from eating the ground if you right click on them weirdly.
2023-03-01 17:05:48 +00:00
FossFanatic a039cffde9 Fix mirrored doors
This commit finally fixes mirrored doors. They should now work properly with redstone.
2023-03-01 16:34:52 +00:00
FossFanatic 57b12e5ae6 Clean up the model code 2023-02-28 11:09:58 +00:00
FossFanatic 8381c944f5 Backface cull the new doors
I have figured out how to finally backface cull the doors, and I can't believe that it was this easy the whole time.
2023-02-28 11:04:47 +00:00
FossFanatic caac4a5e8d Add models for doors 2023-02-28 07:32:47 +00:00
FossFanatic d6abf215a7 Upload files to 'mods/ITEMS/mcl_doors' 2023-02-28 07:28:24 +00:00
FossFanatic 647b9a68f3 Revert bamboo door textures again
I'm going to open a separate pull request in the future to discuss the door.
2023-02-27 16:47:53 +00:00
FossFanatic 3015c15d7f Remove risky cutout
This commit removes the previous cutout which some may have found too risky for use, and replaces it with the old one again.
2023-02-27 16:21:14 +00:00
FossFanatic 6ffff7d57d Improve bamboo door textures
The previous textures didn't fit the MineClone 2 style at all, so I have now changed this.
2023-02-27 13:49:14 +00:00
FossFanatic 476118984b Brighten warped door textures, desaturate warped trapdoor 2023-02-25 08:37:42 +00:00
FossFanatic 8ad366a568 Add original warped door textures as alts 2023-02-24 09:33:13 +00:00
FossFanatic 0d903c3ff1 Change warped door colours 2023-02-24 09:29:54 +00:00
FossFanatic c44fcccc4a Change acacia door colours 2023-02-24 09:29:37 +00:00
FossFanatic 272525edc1 Make iron doors a lighter colour 2023-02-24 09:28:54 +00:00
FossFanatic 962351bdef Replace "derivative" oak door 2023-02-24 09:28:32 +00:00
FossFanatic 17b987199f Replace "derivative" bamboo door 2023-02-24 09:28:13 +00:00
FossFanatic 221a0481db Delete excessive texture 2023-02-23 08:42:33 +00:00
FossFanatic 66f6569082 Batch 7 of new door textures 2023-02-23 08:41:26 +00:00
FossFanatic 8478ee83d2 Batch 6 of new door textures 2023-02-23 08:41:01 +00:00
FossFanatic 9636b23d9a Batch 5 of new door textures 2023-02-23 08:39:59 +00:00
FossFanatic 3e20b9f140 Batch 4 of new door textures 2023-02-23 08:39:42 +00:00
FossFanatic 8193edace7 Batch 3 of new door textures 2023-02-23 08:39:15 +00:00
FossFanatic 74101e648e Batch 2 of new door textures 2023-02-23 08:38:47 +00:00
FossFanatic 8539e0f041 Batch 1 of new door textures 2023-02-23 08:38:26 +00:00
FossFanatic ed4f7a2e2d Delete 'textures/mcl_bamboo_door_top_alt.png' 2023-02-23 08:19:58 +00:00
FossFanatic c4082a3921 Delete 'textures/mcl_bamboo_door_bottom_alt.png' 2023-02-23 08:19:53 +00:00
FossFanatic 4308f0d10c Delete 'textures/mcl_doors_door_wood_side_lower.png' 2023-02-23 08:03:42 +00:00