File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
generated/resources/assets/gtmutils/models/block/machine
main/java/net/neganote/gtutilities/common/machine Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1- # GregTech Modern Utilities version 2.3.0
1+ # GregTech Modern Utilities version 2.3.1
22
3- * Update to GTm version 7.2.0
4- * Add custom tool tiers for all electric tools, including new LuV and ZPM tools (all of which are opt-in)
3+ * fix model/datagen for sterile hatch, allowing proper formed look
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1G
1111 mapping_version =2023.09.03
1212
1313# Mod Properties
14- mod_version =2.3.0
14+ mod_version =2.3.1
1515 maven_group =net.neganote.gtmutils
1616 archives_base_name =gtmutils
1717 mod_id =gtmutils
Original file line number Diff line number Diff line change 88 " side"
99 ],
1010 "variants" : {
11- "" : {
11+ "is_formed=false" : {
12+ "model" : {
13+ "parent" : " gtmutils:block/machine/part/sterile_cleaning_maintenance_hatch" ,
14+ "textures" : {
15+ "bottom" : " gtceu:block/casings/voltage/uhv/bottom" ,
16+ "side" : " gtceu:block/casings/voltage/uhv/side" ,
17+ "top" : " gtceu:block/casings/voltage/uhv/top"
18+ }
19+ }
20+ },
21+ "is_formed=true" : {
1222 "model" : {
1323 "parent" : " gtmutils:block/machine/part/sterile_cleaning_maintenance_hatch" ,
1424 "textures" : {
Original file line number Diff line number Diff line change 1010import com .gregtechceu .gtceu .api .machine .MultiblockMachineDefinition ;
1111import com .gregtechceu .gtceu .api .machine .multiblock .CleanroomType ;
1212import com .gregtechceu .gtceu .api .machine .multiblock .PartAbility ;
13+ import com .gregtechceu .gtceu .api .machine .property .GTMachineModelProperties ;
1314import com .gregtechceu .gtceu .api .pattern .FactoryBlockPattern ;
1415import com .gregtechceu .gtceu .api .registry .registrate .MachineBuilder ;
1516import com .gregtechceu .gtceu .common .data .GTMaterials ;
@@ -61,6 +62,7 @@ public class UtilMachines {
6162 .translatable (CleanroomType .STERILE_CLEANROOM .getTranslationKey ())
6263 .withStyle (ChatFormatting .GREEN ))))
6364 .tier (UHV )
65+ .modelProperty (GTMachineModelProperties .IS_FORMED , false )
6466 .overlayTieredHullModel (
6567 GregTechModernUtilities .id ("block/machine/part/sterile_cleaning_maintenance_hatch" ))
6668 // Tier can always be changed later
You can’t perform that action at this time.
0 commit comments