Online PHP and Javascript Decoder decode hidden script to uncover its real functionality


{
    "format_version": "1.12.0",
    "minecraft:entity": {
        "description": {
            "identifier": "bd:speed_cat",
            "is_spawnable": false,
            "is_summonable": true,
            "is_experimental": false,
            "runtime_identifier": "minecraft:snowball",
            "scripts": {
                "animate": [
                    "get_throw_cc"
                ]
            },
            "animations": {
                "get_throw_cc": "controller.animation.get_throw_cc"
            }
        },
        "component_groups": {
            "gone": {
                "minecraft:explode": {
					"breaks_blocks": false,
                    "fuse_length": 0,
                    "fuse_lit": true,
                    "power": 0,
                    "causes_fire": false,
                    "fire_affected_by_griefing": false,
                    "destroy_affected_by_griefing": true
                }
            },
            "can_catch": {
				"minecraft:addrider": {
				  "entity_type": "none",
				  "spawn_event": "none"
				}
			},
			"bay_den": {
				"minecraft:projectile": {
					"on_hit": {
						"definition_event": {
							"affect_projectile": false,
							"event_trigger": {
								"event": "",
								"target": "self"
							}
						},
						"impact_damage": {
							"destroy_on_hurt": false,
							"knockback": false
						},
						"stick_in_ground": {
							"shake_time" : 0
						}
					},
					"liquid_inertia": 2,
					"shoot_target": true,
					"multiple_targets": true,
					"power": 3.0,
					"gravity": 0.1,
					"angle_offset": 0.0,
					"uncertaintyBase": 16.0,
					"uncertainty_multiplier": 16.0
				}
			},
			"ko_bay_den": {
				"minecraft:projectile": {
					"on_hit": {
						"definition_event": {
							"affect_projectile": false,
							"event_trigger": {
								"event": "",
								"target": "self"
							}
						},
						"impact_damage": {
							"destroy_on_hurt": false,
							"knockback": false
						},
						"stick_in_ground": {
							"shake_time" : 0
						}
					},
					"liquid_inertia": 10,
					"shoot_target": true,
					"multiple_targets": true,
					"power": 3.5,
					"gravity": 0.01,
					"angle_offset": 0.0
				}
			}
        },
        "components": {
			"minecraft:environment_sensor": [{
                    "on_environment": {
                        "filters": {
                            "any_of": [{
                                    "test": "on_ground",
                                    "subject": "self"
                                }, {
                                    "test": "in_water",
                                    "subject": "self"
                                }
                            ]
                        },
                        "event": "gone"
                    }
                }
            ],
            "minecraft:collision_box": {
                "width": 0.5,
                "height": 0.5
            },
            "minecraft:type_family": {
                "family": [
                    "projectile"
                ]
            },
            "minecraft:pushable": {
                "is_pushable": true,
                "is_pushable_by_piston": true
            },
            "minecraft:timer": {
                "time": [
                    5, 6
                ],
                "looping": true,
                "time_down_event": {
                    "event": "gone",
                    "target": "self"
                }
            },
            "minecraft:rideable": {
				"family_types": [
				  "can_throw"
				],
                "seat_count": 1,
                "seats": [{
                        "position": [0, 1, 0],
                        "rotate_rider_by": -90
                    }
                ]
            },
            "minecraft:physics": {}
        },
        "events": {
            "minecraft:entity_spawned": {
                "add": {
                    "component_groups": [
						"bay_den"
                    ]
                }
            },
			"minecraft:ko_bay_den": {
                "add": {
                    "component_groups": [
						"ko_bay_den"
                    ]
                }
            },
            "gone": {
                "add": {
                    "component_groups": [
                        "gone"
                    ]
                }
            }
        }
    }
}



© 2023 Quttera Ltd. All rights reserved.