-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
6,619 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{ | ||
"maxVersionMajor": 1, | ||
"maxVersionMinor": 12, | ||
"maxVersionPatch": 0, | ||
"maxVersionRevision": 1, | ||
"addedProperties": { | ||
"minecraft:barrel": { | ||
"open_bit": { | ||
"byte": 0 | ||
} | ||
}, | ||
"minecraft:bell": { | ||
"toggle_bit": { | ||
"byte": 0 | ||
} | ||
}, | ||
"minecraft:campfire": { | ||
"direction": { | ||
"int": 0 | ||
}, | ||
"extinguished": { | ||
"byte": 0 | ||
} | ||
}, | ||
"minecraft:lectern": { | ||
"powered_bit": { | ||
"byte": 0 | ||
} | ||
} | ||
}, | ||
"renamedProperties": { | ||
"minecraft:blast_furnace": { | ||
"direction": "facing_direction" | ||
}, | ||
"minecraft:composter": { | ||
"fill_level": "composter_fill_level" | ||
}, | ||
"minecraft:coral_fan": { | ||
"direction": "coral_fan_direction" | ||
}, | ||
"minecraft:coral_fan_dead": { | ||
"direction": "coral_fan_direction" | ||
}, | ||
"minecraft:smoker": { | ||
"direction": "facing_direction" | ||
} | ||
}, | ||
"remappedPropertyValues": { | ||
"minecraft:barrel": { | ||
"facing_direction": "facing_direction_00" | ||
}, | ||
"minecraft:blast_furnace": { | ||
"direction": "direction_01" | ||
}, | ||
"minecraft:smoker": { | ||
"direction": "direction_01" | ||
} | ||
}, | ||
"remappedPropertyValuesIndex": { | ||
"facing_direction_00": [ | ||
{ | ||
"old": { | ||
"int": 7 | ||
}, | ||
"new": { | ||
"int": 0 | ||
} | ||
}, | ||
{ | ||
"old": { | ||
"int": 6 | ||
}, | ||
"new": { | ||
"int": 0 | ||
} | ||
} | ||
], | ||
"direction_01": [ | ||
{ | ||
"old": { | ||
"int": 0 | ||
}, | ||
"new": { | ||
"int": 3 | ||
} | ||
}, | ||
{ | ||
"old": { | ||
"int": 1 | ||
}, | ||
"new": { | ||
"int": 4 | ||
} | ||
}, | ||
{ | ||
"old": { | ||
"int": 3 | ||
}, | ||
"new": { | ||
"int": 5 | ||
} | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.
c79d6c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dear Poggit user,
This is an automatic message from Poggit-CI. Poggit-CI was triggered by this commit, but failed to create builds due to the following error:
As a result, no builds could be created from this commit. More details might be available for repo admins at the webhook delivery response log — see the webhook starting with
https://poggit.pmmp.io/webhooks.gh.repo
and look for the delivery with IDbb5c2c70-d383-11ed-9988-337e4a95889e
.Shall you need any assistance, you may contact us on on Discord, or more publicly, on GitHub. Commenting on this commit directly will not notify any Poggit staff.
Regards,
Poggit Bot (@poggit-bot)
The official Poggit automation account