Version History for the Shulker Entity

<< back to entity list

Note: Version history only goes as far back as the earliest version on file (Minecraft 1.12.0.28 ). View Detailed Entity Information >>


Changes in version 1.19.50.2

    • New Value:
      "variants": [
          {
              "skinning": {
               "+defines": [
                  "USE_SKINNING"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          },
          {
              "skinning_color": {
               "+defines": [
                  "USE_SKINNING",
                  "USE_OVERLAY"
               ],
               "+states": [
                  "Blending"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Color"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          },
          {
              "skinning_alphatest": {
               "+defines": [
                  "USE_SKINNING",
                  "ALPHA_TEST"
               ],
               "+states": [
                  "DisableCulling"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          }
      ]
      Previous Value:
      "variants": [
          {
              "skinning": {
               "+defines": [
                  "USE_SKINNING"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          },
          {
              "skinning_color": {
               "+defines": [
                  "USE_SKINNING",
                  "USE_OVERLAY"
               ],
               "+states": [
                  "Blending"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Color"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          }
      ]

Changes in version 1.19.0.5

Changes in version 1.18.30.4

Changes in version 1.17.0.2

Changes in version 1.16.100.04

Changes in version 1.16.0.2

Changes in version 1.13.0.34

    • New Value:
      "minecraft:experience_reward": {
          "on_death": "query.last_hit_by_player ? 5 : 0"
      }
    • New Value:
      "minecraft:hurt_on_condition": {
          "damage_conditions": [
              {
               "filters": {
                  "test": "in_lava",
                  "subject": "self",
                  "operator": "==",
                  "value": true
               },
               "cause": "lava",
               "damage_per_tick": 4
              }
          ]
      }
    • New Value:
      "format_version": "1.13.0"
      Previous Value:
      "format_version": "1.8.0"
    • New Value:
      "minecraft:breathable": {
          "total_supply": 15,
          "suffocate_time": 0
      }
      Previous Value:
      "minecraft:breathable": {
          "totalSupply": 15,
          "suffocateTime": 0
      }
    • New Value:
      "minecraft:interact": {
          "interactions": [
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "any_of": [
                              {
                               "test": "has_equipment",
                               "subject": "other",
                               "domain": "hand",
                               "value": "dye:0"
                              },
                              {
                               "test": "has_equipment",
                               "subject": "other",
                               "domain": "hand",
                               "value": "dye:16"
                              }
                          ]
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_black"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:8"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_gray"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:7"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_silver"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "any_of": [
                              {
                               "test": "has_equipment",
                               "subject": "other",
                               "domain": "hand",
                               "value": "dye:15"
                              },
                              {
                               "test": "has_equipment",
                               "subject": "other",
                               "domain": "hand",
                               "value": "dye:19"
                              }
                          ]
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_white"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:12"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_light_blue"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:14"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_orange"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:1"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_red"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "any_of": [
                              {
                               "test": "has_equipment",
                               "subject": "other",
                               "domain": "hand",
                               "value": "dye:4"
                              },
                              {
                               "test": "has_equipment",
                               "subject": "other",
                               "domain": "hand",
                               "value": "dye:18"
                              }
                          ]
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_blue"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:5"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_purple"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:13"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_magenta"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:9"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_pink"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "any_of": [
                              {
                               "test": "has_equipment",
                               "subject": "other",
                               "domain": "hand",
                               "value": "dye:3"
                              },
                              {
                               "test": "has_equipment",
                               "subject": "other",
                               "domain": "hand",
                               "value": "dye:17"
                              }
                          ]
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_brown"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:11"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_yellow"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:10"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_lime"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:2"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_green"
               },
               "use_item": true
              },
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "dye:6"
                       },
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "has_ability",
                          "subject": "other",
                          "value": "instabuild"
                       }
                      ]
                  },
                  "event": "minecraft:turn_cyan"
               },
               "use_item": true
              }
          ]
      }
      Previous Value:
      "minecraft:interact": [
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "any_of": [
                          {
                              "test": "has_equipment",
                              "subject": "other",
                              "domain": "hand",
                              "value": "dye:0"
                          },
                          {
                              "test": "has_equipment",
                              "subject": "other",
                              "domain": "hand",
                              "value": "dye:16"
                          }
                       ]
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_black"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:8"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_gray"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:7"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_silver"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "any_of": [
                          {
                              "test": "has_equipment",
                              "subject": "other",
                              "domain": "hand",
                              "value": "dye:15"
                          },
                          {
                              "test": "has_equipment",
                              "subject": "other",
                              "domain": "hand",
                              "value": "dye:19"
                          }
                       ]
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_white"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:12"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_light_blue"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:14"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_orange"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:1"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_red"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "any_of": [
                          {
                              "test": "has_equipment",
                              "subject": "other",
                              "domain": "hand",
                              "value": "dye:4"
                          },
                          {
                              "test": "has_equipment",
                              "subject": "other",
                              "domain": "hand",
                              "value": "dye:18"
                          }
                       ]
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_blue"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:5"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_purple"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:13"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_magenta"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:9"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_pink"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "any_of": [
                          {
                              "test": "has_equipment",
                              "subject": "other",
                              "domain": "hand",
                              "value": "dye:3"
                          },
                          {
                              "test": "has_equipment",
                              "subject": "other",
                              "domain": "hand",
                              "value": "dye:17"
                          }
                       ]
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_brown"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:11"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_yellow"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:10"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_lime"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:2"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_green"
              },
              "use_item": true
          },
          {
              "on_interact": {
               "filters": {
                  "all_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "dye:6"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "has_ability",
                       "subject": "other",
                       "value": "instabuild"
                      }
                  ]
               },
               "event": "minecraft:turn_cyan"
              },
              "use_item": true
          }
      ]
    • New Value:
      "minecraft:type_family": {
          "family": [
              "shulker",
              "monster",
              "mob"
          ]
      }
      Previous Value:
      "minecraft:type_family": {
          "family": [
              "shulker",
              "monster"
          ]
      }
    • New Value:
      "base": {
          "position": [
              "variable.shulker.xoffset",
              "variable.shulker.yoffset",
              "variable.shulker.zoffset"
          ],
          "rotation": [
              "variable.shulker.xprerotation",
              0,
              "variable.shulker.zprerotation"
          ],
          "scale": 0.98
      }
      Previous Value:
      "base": {
          "position": [
              "variable.shulker.xoffset",
              "variable.shulker.yoffset",
              "variable.shulker.zoffset"
          ],
          "rotation": [
              "variable.shulker.xprerotation",
              0,
              "variable.shulker.zprerotation"
          ],
          "scale": 0.9800000190734863
      }