-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- removed block models since using blockstates is faster and easier and less work - experimentally added some mysticalagriculture stuff already
- Loading branch information
1 parent
1c5f2d6
commit 572f796
Showing
185 changed files
with
246 additions
and
740 deletions.
There are no files selected for viewing
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
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
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
4 changes: 4 additions & 0 deletions
4
...dsounds/wildplants/config/features/industrialagriculture/IndustrialAgricultureConfig.java
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,4 @@ | ||
package wks.wolfkidsounds.wildplants.config.features.industrialagriculture; | ||
|
||
public class IndustrialAgricultureConfig { | ||
} |
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
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
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
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
17 changes: 17 additions & 0 deletions
17
...kidsounds/wildplants/world/mysticalagriculture/MysticalAgricultureConfiguredFeatures.java
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,17 @@ | ||
package wks.wolfkidsounds.wildplants.world.mysticalagriculture; | ||
|
||
import wks.wolfkidsounds.wildplants.config.WildplantsConfig; | ||
|
||
public class MysticalAgricultureConfiguredFeatures { | ||
public static Integer FREQUENCY_GLOBAL = WildplantsConfig.GLOBAL_FREQUENCY.get(); | ||
public static Integer PATCH_SIZE_GLOBAL = WildplantsConfig.GLOBAL_PATCH_SIZE.get(); | ||
public static Integer SPREAD_SIZE = WildplantsConfig.GLOBAL_SPREAD_SIZE.get(); | ||
|
||
|
||
//----------FEATURE---CONFIGS---------------- | ||
|
||
|
||
//----------PLACEMENT---CONFIGS---------------- | ||
|
||
|
||
} |
5 changes: 5 additions & 0 deletions
5
...dsounds/wildplants/world/mysticalagriculture/MysticalAgricultureWildplantsGeneration.java
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,5 @@ | ||
package wks.wolfkidsounds.wildplants.world.mysticalagriculture; | ||
|
||
public class MysticalAgricultureWildplantsGeneration { | ||
|
||
} |
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
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/wildplants/blockstates/harvestcraft_wild_agave.json
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "wildplants:block/harvestcraft_wild_agave" | ||
"model": "pamhc2crops:block/agave_stage_3" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/wildplants/blockstates/harvestcraft_wild_amaranth.json
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "wildplants:block/harvestcraft_wild_amaranth" | ||
"model": "pamhc2crops:block/amaranth_stage_3" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/wildplants/blockstates/harvestcraft_wild_arrowroot.json
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "wildplants:block/harvestcraft_wild_arrowroot" | ||
"model": "pamhc2crops:block/arrowroot_stage_3" | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/wildplants/blockstates/harvestcraft_wild_artichoke.json
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "wildplants:block/harvestcraft_wild_artichoke" | ||
"model": "pamhc2crops:block/artichoke_stage_3" | ||
} | ||
} | ||
} |
Oops, something went wrong.