Skip to content

Commit

Permalink
feat: update Bio-Lab model
Browse files Browse the repository at this point in the history
Co-authored-by: RhinoW <RhinoWarlord@users.noreply.github.com>
  • Loading branch information
Elenterius and RhinoWarlord committed Jun 16, 2023
1 parent 6a0c8e6 commit 46f869b
Show file tree
Hide file tree
Showing 5 changed files with 1,178 additions and 1,981 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public final class ModItems {
public static final RegistryObject<BEWLBlockItem> PRIMORDIAL_CRADLE = registerBlockItem(ModBlocks.PRIMORDIAL_CRADLE, block -> new BEWLBlockItem(block, createProperties().rarity(ModRarities.VERY_RARE)));
public static final RegistryObject<SimpleBlockItem> BIO_FORGE = registerSimpleBlockItem(ModBlocks.BIO_FORGE, ModRarities.RARE);
public static final RegistryObject<SimpleBlockItem> DECOMPOSER = registerSimpleBlockItem(ModBlocks.DECOMPOSER, ModRarities.RARE);
public static final RegistryObject<BEWLBlockItem> BIO_LAB = registerBlockItem(ModBlocks.BIO_LAB, block -> new BEWLBlockItem(block, createProperties().rarity(ModRarities.RARE)));
public static final RegistryObject<SimpleBlockItem> BIO_LAB = registerSimpleBlockItem(ModBlocks.BIO_LAB, ModRarities.RARE);
public static final RegistryObject<SimpleBlockItem> DIGESTER = registerSimpleBlockItem(ModBlocks.DIGESTER, ModRarities.RARE);

//## Storage & Automation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,154 +1,66 @@
{
"format_version": "1.8.0",
"animations": {
"bio_lab.idle": {
"loop": true,
"animation_length": 2.08,
"bones": {
"main_capsule": {
"scale": {
"0.0": {
"vector": [
1,
1,
1
]
},
"1.04": {
"vector": [
1,
0.96,
0.96
]
},
"2.08": {
"vector": [
1,
1,
1
]
}
}
}
}
},
"bio_lab.working": {
"loop": true,
"animation_length": 2.08,
"bones": {
"main_capsule": {
"scale": {
"0.0": {
"vector": [
1,
1,
1
]
},
"1.04": {
"vector": [
1,
0.96,
0.96
],
"easing": "easeOutBounce",
"easingArgs": [
1
]
},
"2.08": {
"vector": [
1,
1,
1
],
"easing": "easeOutBounce",
"easingArgs": [
1
]
}
}
},
"canister_right": {
"scale": {
"0.0": {
"vector": [
1,
1,
1
]
},
"0.52": {
"vector": [
1,
1,
0.8
]
},
"1.04": {
"vector": [
1,
1,
1
]
},
"1.56": {
"vector": [
1,
1,
0.8
]
},
"2.08": {
"vector": [
1,
1,
1
]
}
}
},
"canister_left": {
"scale": {
"0.0": {
"vector": [
1,
1,
1
]
},
"0.52": {
"vector": [
1,
1,
0.8
]
},
"1.04": {
"vector": [
1,
1,
1
]
},
"1.56": {
"vector": [
1,
1,
0.8
]
},
"2.08": {
"vector": [
1,
1,
1
]
}
}
}
}
}
},
"geckolib_format_version": 2
"format_version": "1.8.0",
"animations": {
"bio_lab.working": {
"loop": true,
"animation_length": 2.08,
"bones": {
"bone_capsule": {
"scale": {
"0.0": {
"vector": [ 1.03, 1.03, 1.03 ]
},
"1.04": {
"vector": [ 1, 1, 1 ]
},
"2.08": {
"vector": [ 1.03, 1.03, 1.03 ]
}
}
},
"bone_canister_right": {
"scale": {
"0.0": {
"vector": [ 1, 1, 1 ]
},
"0.52": {
"vector": [ 1, 1, 0.8 ]
},
"1.04": {
"vector": [ 1, 1, 1 ]
},
"1.56": {
"vector": [ 1, 1, 0.8 ]
},
"2.08": {
"vector": [ 1, 1, 1 ]
}
}
},
"bone_canister_left": {
"scale": {
"0.0": {
"vector": [ 1, 1, 1 ]
},
"0.52": {
"vector": [ 1, 1, 0.8 ]
},
"1.04": {
"vector": [ 1, 1, 1 ]
},
"1.56": {
"vector": [ 1, 1, 0.8 ]
},
"2.08": {
"vector": [ 1, 1, 1 ]
}
}
}
}
},
"bio_lab.idle": {
"loop": true
}
},
"geckolib_format_version": 2
}

0 comments on commit 46f869b

Please sign in to comment.