Daniel Mills
b4c0d8e829
Fix build env
2021-07-28 20:41:25 -04:00
Daniel Mills
b2a410d6cf
Proper fracturing for max fracture accuracy
2021-07-28 20:18:10 -04:00
Daniel Mills
16fa453163
Fixes
2021-07-27 18:53:50 -04:00
Daniel Mills
fc678684f5
Cleanup
2021-07-27 17:34:51 -04:00
Dan
8f7db7e52f
Merge pull request #482 from VolmitSoftware/performance
...
Iris MPC
2021-07-27 17:33:09 -04:00
Daniel Mills
e9d6cf278a
Fix cave mod MPC
2021-07-27 17:32:03 -04:00
Daniel Mills
d1c6f5f98e
MPC Modifier support
2021-07-27 17:24:24 -04:00
Daniel Mills
48f581525e
MPC Actuator support
2021-07-27 17:24:17 -04:00
Daniel Mills
8d967856b5
Support switching on and off MPC
2021-07-27 17:24:06 -04:00
Daniel Mills
ee83cf2989
Sync LTC for CraftBukkit
2021-07-27 17:04:14 -04:00
Daniel Mills
cb304d35e2
Desync terrain actuator
2021-07-27 17:04:05 -04:00
Daniel Mills
65185c5854
Multicore caves
2021-07-27 17:01:22 -04:00
Daniel Mills
91526674be
Multicore terrain
2021-07-27 17:00:27 -04:00
Daniel Mills
3e11ff65db
Multicore post
2021-07-27 17:00:19 -04:00
Daniel Mills
4a3ac17a2f
Precache height
2021-07-27 17:00:12 -04:00
Daniel Mills
2283f1ddc9
Update metrics
2021-07-27 17:00:06 -04:00
Daniel Mills
ae78887746
V+
2021-07-27 15:42:07 -04:00
Daniel Mills
9de4bf839f
Improve feature performance
2021-07-27 15:38:37 -04:00
Daniel Mills
295e51181b
Fix tree placement
2021-07-27 15:27:21 -04:00
Daniel Mills
287e3a0090
Fixes
2021-07-27 15:21:00 -04:00
Daniel Mills
4d150e71a3
Don't iterate nothing
2021-07-27 15:20:33 -04:00
Daniel Mills
0debbc263e
Fix false error detection
2021-07-27 15:20:17 -04:00
Daniel Mills
a9e5e40a54
Fix add issue with blockdata
2021-07-27 15:04:28 -04:00
Daniel Mills
cf61080980
Valid predicates for saplings
2021-07-27 15:04:20 -04:00
Daniel Mills
3e33731cf0
Update
2021-07-27 14:45:30 -04:00
Daniel Mills
d7cda90acd
Cleanup
2021-07-27 14:45:19 -04:00
Daniel Mills
9a7dcc8c1a
Finalize
2021-07-27 14:44:07 -04:00
Dan
d477121790
Merge pull request #481 from StrangeOne101/master
...
Decorator Updates
2021-07-27 14:43:05 -04:00
Daniel Mills
60e7a21e39
Cleanup
2021-07-27 14:42:43 -04:00
Daniel Mills
b915ca2add
Strip some comments
2021-07-27 14:41:31 -04:00
Daniel Mills
e90ef7aaee
Prevent self-chain firing events
2021-07-27 14:40:36 -04:00
Daniel Mills
e918daaa9b
This is not part of the tree.
2021-07-27 14:38:21 -04:00
Dan
83b4f645db
Merge pull request #434 from CocoTheOwner/saplingOverrides
...
Add sapling / tree overrides WIP
2021-07-27 14:37:17 -04:00
StrangeOne101
1797df7017
Reblackhole
2021-07-27 14:40:14 +12:00
StrangeOne101
3beda9c201
Black Hole
2021-07-27 14:33:46 +12:00
CocoTheOwner
68e6bd668c
Sync grow event, patch set fnction, path blockstateslist
2021-07-26 20:20:49 +02:00
CocoTheOwner
696cf61fe9
Remove log on creation
2021-07-26 20:02:59 +02:00
Daniel Mills
7fe56766fc
V+
2021-07-26 13:48:26 -04:00
Daniel Mills
1e62f8c951
Stop duplicate features from hitting each other
2021-07-26 13:21:01 -04:00
Daniel Mills
82b995f96f
Parallax customize vacuum interp
2021-07-26 13:20:50 -04:00
Daniel Mills
05aa0c2482
Safe plax chunk meta
2021-07-26 13:13:53 -04:00
Daniel Mills
bca5f4bec4
Fix NPE for now
2021-07-26 13:06:16 -04:00
Daniel Mills
8b599f78c0
Error detection when opening a studio world closes #466
2021-07-26 13:04:27 -04:00
StrangeOne101
38776e74bc
Decorator Changes & Jigsaw Fix
...
- Fixed Jigsaw pieces with rotation disabled rotating randomly. They will now inherit the parent's rotation
- Fixed pallete of blocks in stacked blocks not being chosen randomly on the Y axis
Fixes for issues in the last commit:
- Fixed CEILING decorators not working with scaleStack
2021-07-27 04:12:40 +12:00
StrangeOne101
21ce09a5b5
Added scaleStack property to decorators
...
- Added scaleStack to decorators. It allows the size of the stack to scale to the size of the cave, using stackMin and stackMax as a min/max percentage
- Fixed stacks missing a block in size when the top block isn't defined
- Changed decorator stacks of a single block to place the top block instead of the body
- Fixed tab sound playing to other players
2021-07-27 04:12:40 +12:00
StrangeOne101
5fabec6a42
Minor patches to decorators
2021-07-27 04:12:40 +12:00
StrangeOne101
64f361d4b1
Cave Decorator Changes
...
- Surface decorators are no longer placed below liquids in caves
- SEA_FLOOR and SEA_SURFACE decorators now function within caves relative to the cave liquid
- Fixed stacked decorators going above the height of caves and the map
2021-07-27 04:12:40 +12:00
Daniel Mills
f8ae842971
Revert "You cant call gson, the exception is that the string is too long,"
...
This reverts commit ca01d6efb80dd754ce0a454011cba8ebaedb54ef.
2021-07-26 12:05:09 -04:00
Daniel Mills
ca01d6efb8
You cant call gson, the exception is that the string is too long,
2021-07-26 12:04:37 -04:00
Dan
498ab6d165
Merge pull request #472 from CocoTheOwner/betterObjectPaste
...
Reduce message spam, reduce code complexity, stop opening obj twice
2021-07-26 11:59:27 -04:00