Skip to content
Jenkins
log in
sign up
Dashboard
Devon Cooper
My Views
All
Natura 1.10.2
#67
Changes
Status
Changes
Console Output
View Build Information
Polling Log
Environment Variables
Git Build Data
See Fingerprints
Open Blue Ocean
Embeddable Build Status
Previous Build
Next Build
Failed
Changes
Summary
Add Berry Bushes to world gen, and fix a bug where the bushes would only (
details
)
Commit
1eddf16693048abaab46f5e630f14593968c62c7
by
alexbegt
Add Berry Bushes to world gen, and fix a bug where the bushes would only
drop one item.
The file was modified
src/main/java/com/progwml6/natura/world/NaturaWorld.java
(diff)
The file was added
src/main/java/com/progwml6/natura/world/worldgen/BerryBushGenerator.java
The file was added
src/main/java/com/progwml6/natura/world/worldgen/berry/BaseBerryBushGenerator.java
The file was modified
src/main/java/com/progwml6/natura/common/NaturaPulse.java
(diff)
The file was added
src/main/java/com/progwml6/natura/world/worldgen/berry/nether/NetherBerryBushGenerator.java
The file was added
src/main/java/com/progwml6/natura/world/worldgen/berry/overworld/OverworldBerryBushGenerator.java
The file was modified
src/main/java/com/progwml6/natura/overworld/NaturaOverworld.java
(diff)
The file was modified
src/main/java/com/progwml6/natura/common/config/Config.java
(diff)
The file was modified
src/main/java/com/progwml6/natura/world/worldgen/TreeGenerator.java
(diff)
The file was modified
src/main/java/com/progwml6/natura/common/block/BlockEnumBerryBush.java
(diff)
The file was modified
src/main/java/com/progwml6/natura/library/Util.java
(diff)