Skip to content

Commit

Permalink
Merge pull request #106 from Chainmail-Studios/vini2003
Browse files Browse the repository at this point in the history
WE DID IT!
  • Loading branch information
vini2003 authored Jun 26, 2020
2 parents 4999e28 + 04f64a0 commit 24e0b7f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
19 changes: 15 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,30 @@ dependencies {
modImplementation "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-level:${cardinal_components_version}"
modImplementation "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-world:${cardinal_components_version}"
modImplementation "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-util:${cardinal_components_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-base:${cardinal_components_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-block:${cardinal_components_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-chunk:${cardinal_components_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-entity:${cardinal_components_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-item:${cardinal_components_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-level:${cardinal_components_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-world:${cardinal_components_version}"
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-util:${cardinal_components_version}"

// Shapes
modImplementation "com.terraformersmc:shapes:${shapes_version}"
include "com.terraformersmc:shapes:${shapes_version}"

// Spinnery
modImplementation "com.github.vini2003:spinnery:${spinnery_version}"

include "com.github.vini2003:spinnery:${spinnery_version}"

// Patchouli
modImplementation "vazkii.patchouli:Patchouli_1.16-fabric:${patchouli_version}"
modImplementation "vazkii.patchouli:Patchouli_1.16-fabric:${patchouli_version}"
include "vazkii.patchouli:Patchouli_1.16-fabric:${patchouli_version}"

// ModMenu
modImplementation "io.github.prospector:modmenu:${modmenu_version}"

// LBA
modImplementation "alexiil.mc.lib:libblockattributes-core:${lba_version}"
modImplementation "alexiil.mc.lib:libblockattributes-fluids:${lba_version}"
Expand All @@ -84,7 +95,7 @@ dependencies {
exclude (module: "fabric-loader")
}
// lib structure
modImplementation 'com.github.Draylar:LibStructure:42bde13a36' // Or the latest version
modImplementation 'com.github.Draylar:LibStructure:42bde13a36'
include 'com.github.Draylar:LibStructure:42bde13a36'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "astromine:iron_plates"
},
"2": {
"item": "astromine:bucket"
"item": "minecraft:bucket"
},
"3": {
"item": "minecraft:iron_gear"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "astromine:iron_plates"
},
"2": {
"item": "astromine:bucket"
"item": "minecraft:bucket"
},
"3": {
"item": "astromine:metite_plate"
Expand Down

0 comments on commit 24e0b7f

Please sign in to comment.