mirror of
https://github.com/xSquishyLiam/mc-GeyserModelEnginePackGenerator-extension.git
synced 2025-12-19 14:59:16 +00:00
updated a lot of the pack
This commit is contained in:
@@ -40,7 +40,7 @@ public class AnimationController {
|
||||
public void load(GeyserModelEnginePackGenerator extension, Animation animation, Entity entity) {
|
||||
JsonObject root = new JsonObject();
|
||||
json = root;
|
||||
root.addProperty("format_version", "1.10.0");
|
||||
root.addProperty("format_version", "1.20.0");
|
||||
|
||||
JsonObject animationControllers = new JsonObject();
|
||||
root.add("animation_controllers", animationControllers);
|
||||
|
||||
@@ -27,7 +27,7 @@ public class Entity {
|
||||
|
||||
public static final String TEMPLATE = """
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"format_version": "1.20.0",
|
||||
"minecraft:client_entity": {
|
||||
"description": {
|
||||
"identifier": "%namespace%:%entity_id%",
|
||||
|
||||
@@ -12,7 +12,7 @@ public class PackManifest {
|
||||
"description": "GeyserModelEngine For Geyser",
|
||||
"uuid": "%uuid-1%",
|
||||
"version": [0, 0, 1],
|
||||
"min_engine_version": [ 1, 21, 100 ]
|
||||
"min_engine_version": [1, 21, 100]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@ public class RenderController {
|
||||
List<String> se = new ArrayList<>(bones.keySet());
|
||||
Collections.sort(se);
|
||||
JsonObject root = new JsonObject();
|
||||
root.addProperty("format_version", "1.8.0");
|
||||
root.addProperty("format_version", "1.20.0");
|
||||
|
||||
JsonObject renderControllers = new JsonObject();
|
||||
root.add("render_controllers", renderControllers);
|
||||
|
||||
Reference in New Issue
Block a user