Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispyChips6660 committed Sep 21, 2020
1 parent 3da6249 commit 679a0e4
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 50 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/more-apis-support.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/apis/patchouli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ forge-1.14.4:
dependencies {
//Patchouli
compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.14.4-1.1-26.139:api")
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.14.4-1.1-26.139")
compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.14.4-1.1-27.2:api")
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.14.4-1.1-27.2")
}
update_files:
- ~
Expand Down
17 changes: 17 additions & 0 deletions src/apis/tconstruct.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
forge-1.12.2:
gradle: |
repositories {
maven {
name = "Progwml6 maven"
url = "https://dvs1.progwml6.com/files/maven/"
}
}
dependencies {
deobfCompile "slimeknights.mantle:Mantle:1.12-1.3.3.49"
deobfCompile "slimeknights:TConstruct:1.12.2-2.12.0.135"
}
update_files:
- ~
name: "Tinkers Construct"
3 changes: 3 additions & 0 deletions src/lang/texts.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
blockly.block.get_curio_itemstack=Get item in curio slot type %1 and slot number %2 for %3
blockly.block.is_curio_itemstack_equipped=Is Curio item %1 equipped
blockly.category.curios=Curios API
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minversion": 202000400000,
"info": {
"name": "More Apis for MCreator",
"version": "0.5.0",
"author": "crispy_chips1234, help from Klemen"
"version": "0.2.0",
"author": "crispy_chips1234"
}
}
6 changes: 3 additions & 3 deletions src/procedures/get_curio_itemstack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"message0": "Get item in curio slot type %1 and slot number %2 for %3",
"args0": [
{
"type": "input_value",
Expand All @@ -23,8 +22,9 @@
"mcreator": {
"toolbox_id": "curios",
"toolbox_init": [
"<value name=\"entity\"><block type=\"entity_from_deps\"></block></value>",
"<value name=\"index\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value>"
"<value name=\"identifier\"><block type=\"text\"><field name=\"TEXT\">identifier</field></block></value>",
"<value name=\"index\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value>",
"<value name=\"entity\"><block type=\"entity_from_deps\"></block></value>"
],
"inputs": [
"identifier","index","entity"
Expand Down
42 changes: 0 additions & 42 deletions src/procedures/get_slot_amount_for_type.json.disabled

This file was deleted.

1 change: 0 additions & 1 deletion src/procedures/is_curio_itemstack_equipped.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"message0": "Is Curio item %1 equipped",
"args0": [
{
"type": "input_value",
Expand Down

0 comments on commit 679a0e4

Please sign in to comment.