Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
skyss0fly authored Apr 5, 2023
1 parent 325a439 commit c79d6c1
Show file tree
Hide file tree
Showing 18 changed files with 6,619 additions and 0 deletions.
2,549 changes: 2,549 additions & 0 deletions resources/Beans/0001_1.9.0_to_1.10.0.json

Large diffs are not rendered by default.

105 changes: 105 additions & 0 deletions resources/Beans/0011_1.10.0_to_1.12.0.json
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
}
}
]
}
}
Loading

1 comment on commit c79d6c1

@poggit-bot
Copy link
Contributor

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:

Resend this delivery later. This commit is triggered by user skyss0fly, who
has created 100 ≥ 100 Poggit-CI builds in the past 168 hours.

Contact SOFe [on Discord](https://discord.gg/XDugAkJ) to request for extra
quota. We will increase your quota for free if you are really contributing
to open-source plugins actively without abusing Git commits.

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 ID bb5c2c70-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

Please sign in to comment.