Commit Graph

163 Commits

Author SHA1 Message Date
Daniel Mills 1019419d85 Add beautify json command (bulk project) 2021-07-05 05:09:39 -04:00
Dan bc87fdde1f Merge pull request #392 from CocoTheOwner/no-day-weather-studio
Update IrisProject.java
2021-07-04 21:55:14 -04:00
CocoTheOwner b67ab5ecd3 You got it 2021-07-04 10:03:41 +02:00
Dan 3aa085f17e Merge pull request #390 from CocoTheOwner/add-alt-cmd
Update CommandIrisObjectSave.java
2021-07-04 03:54:38 -04:00
StrangeOne101 7d59edc8a5 Added Object & Jigsaw Loot Tables
- Added the ability for placed objects and jigsaws to have select loot tables
    - Includes the ability to filter loot tables based on block type/block state
    - Overrides loot tables from the biome/region, but if no loot tables are provided for an object, they will still be used
    - Uses weight based system for determining which table to pick (so it's guaranteed rather than by chance)
- Added WeightedRandom util class
- Fixed loot tables not being random based on the seed
- Fixed jigsaws breaking bedrock
- Fixed enchantments in loot tables not working for enchanted books
- Fixed mobs spawned in Jigsaws not being spawned in the center like they should be
2021-06-29 00:24:36 +12:00
CocoTheOwner 7d05450244 Update IrisProject.java 2021-06-27 13:58:59 +02:00
CocoTheOwner 8e5ba70706 typo 2021-06-27 02:33:19 +02:00
CocoTheOwner d43c40fc59 jigsaw shortcuts 2021-06-27 02:32:49 +02:00
CocoTheOwner 02ce707546 Update CommandIrisObjectSave.java 2021-06-27 02:29:07 +02:00
DanLT 4a11ed6dc4 Stop blinding people 2021-06-24 18:11:56 -08:00
DanLT bf91156182 Iris Create / Project Load/Create skipLoadSpawn 2021-06-23 21:14:29 -08:00
DanLT a48400535f tweaks 2021-06-23 20:09:33 -08:00
StrangeOne101 900510e7f2 Reverted accuracy changes to noise generator
- Also fixed some overlooked issues
2021-06-22 09:00:08 -08:00
StrangeOne101 7370af0084 Re-added /iris std generator
Re-added the studio generator command. Fixed it up a bit (stopped random jitters that occurred)
2021-06-22 09:00:08 -08:00
StrangeOne101 b6bc269505 Fixes
- Fixed NPE occuring when Jigsaw fails to find Object in pool. Now just produces a warning in the console like it should
- Fixed pointless copies of lists being created within PlannedStructure
- Fixed mobs spawning within other blocks and suffocating on spawn
- Fixed creating a jigsaw with a non existent object causing jigsaw commands to lock up (#377)
- Fixed editing a non existent jigsaw just not doing anything
2021-06-22 09:00:08 -08:00
DanLT 449c2322b8 Height warnings 2021-06-17 19:35:07 -08:00
Dan 1d37910bd4 Merge pull request #369 from CocoTheOwner/Improve-progess-indicator-pregen
Update ProjectManager.java
2021-06-17 19:15:52 -08:00
Daniel Mills 4445121023 Prep for async prepare 2021-06-11 16:53:13 -04:00
Daniel Mills 1421869094 Fix NPE on Multiverse core link 2021-06-11 16:52:53 -04:00
CocoTheOwner 656d436028 Update ProjectManager.java 2021-06-11 09:39:10 +02:00
Daniel Mills 574860f117 Fix coadloads 2021-06-06 01:48:26 -04:00
Mohamad82Bz cee6c7c999 Reworked and fixed isDust and isWand check #2 2021-05-23 22:04:41 +04:30
Mohamad82Bz 3e5efd4090 Reworked and fixed isDust and isWand check 2021-05-23 21:51:59 +04:30
DanLT 48ccbfd860 135 2021-05-09 08:20:14 -08:00
Andrew Baker 28e809f92f Add message if couldn't find specific branch
Took 5 minutes
2021-04-29 11:37:51 -07:00
Andrew Baker 866e0e3fa9 Add branch support to listings
Took 1 hour 51 minutes
2021-04-29 11:23:31 -07:00
CocoTheOwner 9cf60ca227 Add more command aliases 2021-03-10 10:51:40 +01:00
CocoTheOwner 8c9684e35c Remove blindness when failed studio create 2021-03-09 23:27:04 +01:00
CocoTheOwner 00854e2ea7 Reduce blindess duration 2021-03-09 23:26:40 +01:00
CocoTheOwner 963a851382 Remove confusion effect when creating studio worlds 2021-03-09 20:54:48 +01:00
CocoTheOwner 34919ec961 Cleanup and prevent crash error 2021-03-09 20:36:05 +01:00
CocoTheOwner d15228656f Move potion effects so they dont trigger on accident 2021-03-09 20:34:57 +01:00
CocoTheOwner dd20a06f80 Make sure sender is player before applying effects 2021-03-09 15:21:25 +01:00
CocoTheOwner a4bbad3243 Prevent opening desktop when in headless mode 2021-03-09 15:21:09 +01:00
CocoTheOwner 41d1714d28 Cleanup and prevent some potential NPEs 2021-03-09 13:41:38 +01:00
CocoTheOwner c20a2ecd9a Add 'd' to object dust command alias list 2021-03-09 10:30:56 +01:00
CocoTheOwner f1cdcdaf3e Move commands into folders 2021-03-09 09:56:21 +01:00
CocoTheOwner 01da323ddb Add effects to creating studio worlds 2021-03-08 23:06:14 +01:00
CocoTheOwner 8231f28ded Prevent NPE and fix stupid typo 2021-03-08 22:01:36 +01:00
CocoTheOwner 772ecea71a Update gen message 2021-03-08 20:48:44 +01:00
CocoTheOwner 63a74f2dc9 Prevent editbiome in non-studio world 2021-03-08 18:51:00 +01:00
CocoTheOwner 3aeee71873 RequireNonNull & ignore 2021-03-08 18:50:07 +01:00
CocoTheOwner d669e733cd Updating -> Building workspace 2021-03-08 18:49:54 +01:00
CocoTheOwner 4558cb4846 Modify message for hotloading 2021-03-07 12:13:43 +01:00
CocoTheOwner 2643eb2e37 Reduce studio world pregen size and increase update frequency 2021-03-07 11:01:41 +01:00
CocoTheOwner ac03b9f539 Set player gamemode to spectator when tping to studio 2021-03-07 11:01:24 +01:00
CocoTheOwner a4370ba55a Remove objects from iris goto 2021-03-07 11:01:11 +01:00
CocoTheOwner 349a9de592 Add s to studio aliases 2021-03-06 16:48:48 +01:00
CocoTheOwner b6d8771792 Patch locate overwrite 2021-03-06 16:18:13 +01:00
CocoTheOwner 5a00f56a39 Disable regen command (again) 2021-03-06 15:32:13 +01:00