Commit Graph

1960 Commits

Author SHA1 Message Date
Adubbz 2b22653e8d
Merge pull request #1187 from srs-bsns/7.0.x/fixfluids
Initialize fluid hardness to match vanilla fluids
2018-02-21 18:46:50 +11:00
srs-bsns 02bef12c47
Initialize fluid hardness to match vanilla fluids
This initialises BoP fluids to have a hardness of 100.0F which matches
vanilla water and lava. Calling #setHardness subsequently sets the
blockResistance (blockHardness * 5.0F) which handles resistence to
explosions.

An exception was made for quicksand, which initializes to the same
hardness as minecraft:sand (0.5F) so that explosions won't leave piles
of quicksand floating around.

Signed-off-by: srs-bsns <forfrdm@gmail.com>
2018-02-21 01:33:04 -05:00
Adubbz c3a4237b83
Fixed an issue with obtaining biome names on servers when using tpbiome 2018-02-12 11:28:48 +11:00
Adubbz 0e6e960e50
Merge pull request #1170 from Foxgreat/patch-1
Update ru_RU.lang
2018-01-17 07:11:40 +11:00
Foxgreat ef6561803f
Update ru_RU.lang
Hello! I updated some phrases, please add them to your mod.

I corrected phrases about hellish entity and blocks, and added some translate to words)
2018-01-16 21:45:53 +06:00
Adubbz c4385d995e
Merge pull request #1162 from InterPlay02/BOP-1.12.x-7.0.x
Revised and fixed version (pt-BR.lang)
2017-12-30 11:07:58 +11:00
InterPlay 7e7dfe48e8
Revised and fixed version (pt-BR.lang)
And, if the mod itself don't have any actualization, should be the final version
2017-12-29 22:06:24 -02:00
Adubbz d2a862a516
Merge pull request #1161 from InterPlay02/BOP-1.12.x-7.0.x
Added pt-BR.lang File for 1.12.2
2017-12-30 08:30:31 +11:00
InterPlay 5a2ec05001
Added pt-BR.lang File for 1.12.2 2017-12-29 18:54:53 -02:00
Adubbz a008e5f28c
Merge pull request #1144 from TartaricAcid/BOP-1.12.x-7.0.x
Update zh_CN language file
2017-11-23 08:07:01 +11:00
TartaricAcid 29a49f8486 Update zh_CN language file 2017-11-22 21:57:41 +08:00
Adubbz 53eee75917 Properly fixed ocean biomes in the Nether. Closes #1070 2017-11-16 20:58:52 +11:00
Adubbz 6dc42451c1
Merge pull request #1138 from srs-bsns/fix1070
Override for #getBiomesForGeneration, fixes #1070
2017-11-13 08:25:05 +11:00
srs-bsns 7c2fc86c72
Override for #getBiomesForGeneration, fixes #1070
This adds an override for `BiomeProvider#getBiomesForGeneration` to
`BiomeProviderBOPHell` that defaults to `Biomes.HELL` instead of
`Biomes.DEFAULT` (ocean) if a chunk's biome array contains -1.

Signed-off-by: srs-bsns <forfrdm@gmail.com>
2017-11-12 04:49:34 -05:00
Adubbz 82f31e5da0
Merge pull request #1137 from raspopov/patch-1
Updated Russian translation
2017-11-11 23:17:53 +11:00
Nikolay Raspopov b630ff1fcf
Updated Russian translation
Added Mudball, Wasp.
Fixed advancements.biomesoplenty.*
2017-11-11 09:02:12 +03:00
Adubbz 8dc8f466d7
Merge pull request #1126 from CDAGaming/BOP-1.12.x-7.0.x
Code Cleanup + Gradle Version Adjusts
2017-11-02 15:46:41 +11:00
CDAGaming 3bf716cf8a
Revert Gradle Version Changes 2017-11-01 20:51:32 -05:00
CDAGaming 8a6426e196
Code Cleanup + Gradle Version Adjusts
- This PR Also Adjusts the Gradle URL to -all
(Suggested by IntelliJ IDEA)

(Code Cleanup by IntelliJ IDEA)
2017-10-31 19:48:04 -05:00
Adubbz d1ec982df9
Merge pull request #1113 from GirafiStudios/basket
Improved Flower Basket support, Closes #999
2017-11-01 11:10:00 +11:00
Adubbz 6ea6cde527
Merge pull request #1125 from CDAGaming/BOP-1.12.x-7.0.x
WIP: Update Forge and MCP Mappings Version
2017-11-01 11:09:44 +11:00
CDAGaming 8aa95d1818
Revert "Code Cleanup -- Optional" & MCP Update 2017-10-31 19:01:35 -05:00
CDAGaming 05a805eb46 Code Cleanup -- Optional 2017-10-30 19:06:00 -05:00
CDAGaming 124aa77d06 Update Forge and MCP Mappings Version
(Also Includes Code Simplifying)
2017-10-30 18:43:09 -05:00
CDAGaming 3c6ccdd855
Merge pull request #1 from Glitchfiend/BOP-1.12.x-7.0.x
Upstream Merge (Prep for PR)
2017-10-30 13:54:22 -05:00
Adubbz a0968515cb
Merge pull request #1121 from DYColdWind/patch-1
Update zh_CN.lang
2017-10-29 13:38:09 +11:00
冷风 4e19307cbb
Update zh_CN.lang 2017-10-29 10:14:04 +08:00
Adubbz a44ca64e73 Merge pull request #1120 from GirafiStudios/polish_translation
Added Polish translation (Made by @EliogabalusPL)
2017-10-24 09:57:52 +11:00
GirafiStudios b8ba633f23 Readd 2017-10-23 23:33:05 +02:00
GirafiStudios c874eb35c7 Remove 2017-10-23 23:31:08 +02:00
GirafiStudios 63601b9316 Fixed translation file 2017-10-23 22:31:05 +02:00
GirafiStudios 1f8783a1cc Added Polish translation (Made by @EliogabalusPL) 2017-10-23 20:04:54 +02:00
Adubbz d773808bc1 Vanilla extension ids now match Vanilla biome ids rather than their names. Closes #1119 2017-10-23 21:29:35 +11:00
Adubbz 1173bff305 Fixed a ConcurrentModificationException when generation features are disabled. Closes #1118 2017-10-23 09:35:45 +11:00
GirafiStudios 39595d0c74 Improved Flower Basket support
Fixed a few possible NPEs
2017-10-15 16:34:06 +02:00
Adubbz 33c595f486 Merge pull request #1111 from GirafiStudios/biome_finder
Fixed biome finder not working on servers, Closes #1109
2017-10-05 10:20:23 +11:00
GirafiStudios 478130c26a Specified methods access levels, rather than having them package-private 2017-10-05 01:19:23 +02:00
GirafiStudios 00456bd224 Fixed biome finder not working on servers
Additional null check, to hopefully prevent issues in the future
Some minor cleanup
2017-10-04 19:48:18 +02:00
Adubbz 107285e234 Fixed biome finder crafting. Closes #1081 2017-09-25 12:32:36 +10:00
Adubbz b57eb9787e All metadata values of our grasses/dirts are now registered with the Ore Dictionary 2017-09-25 12:11:06 +10:00
Adubbz 3458e1b5f9 Fixed entity ids. Closes #1083 2017-09-25 11:59:59 +10:00
Adubbz 67fd033e3c Fixed flowering leaves on fast graphics. Closes #1061
I guess this has to be done manually now...
2017-09-25 11:32:15 +10:00
Adubbz c57c458e69 Hoes now turn Overgrown Stone into Stone. Closes #1102 2017-09-25 10:50:42 +10:00
Adubbz a1b36bec78 Merge pull request #1076 from popocamonroy/patch-3
Create es_MX.lang
2017-07-21 17:59:25 +10:00
popocamonroy 5f264c2341 Create es_MX.lang 2017-07-21 02:58:20 -05:00
Adubbz 064e411d72 Fixed tpbiome command on servers 2017-07-11 11:21:36 +10:00
Forstride 7767650a93 Disabled poison ivy by default, removed the Generate Flax option 2017-06-29 15:17:00 -04:00
Forstride 4981ddb3b4 Fixed some recipes and stuff 2017-06-28 20:27:45 -04:00
Forstride 6e3ebabde9 Added more recipe advancements 2017-06-28 19:12:54 -04:00
Forstride 1b6b5dc0ad Added more advancements, started on recipe advancements 2017-06-28 14:22:21 -04:00