Commit Graph
1238 Commits
Author SHA1 Message Date
RoboMWM 8b139c2239 [maven-release-plugin] prepare release 16.17.0 2020-12-13 18:57:10 -08:00
RoboMWM bac6ce0b62 add maven release plugin 2020-12-13 18:55:57 -08:00
RoboMWMandGitHub 0052152f05 remove release drafter for now
Will experiment more on another repo later
2020-12-13 18:38:12 -08:00
RoboMWM bb7768cf6f prepare pom for deploying to maven central 2020-12-13 17:02:32 -08:00
RoboMWMandGitHub f50e08bccf Update README.md 2020-12-13 01:15:05 -08:00
RoboMWMandGitHub 690975d71f dumcord will live on 2020-12-13 00:14:40 -08:00
RoboMWMandGitHub 9d4d8c5e1c Update README.md 2020-12-12 23:47:21 -08:00
AdamandGitHub 1edd0a921e Fix resizing 1-wide claims (#1148) 2020-12-12 10:33:29 -08:00
AdamandGitHub d126b90ce9 Fix rounding error on partial negative coordinates (#1147) 2020-12-11 09:18:03 -08:00
Frank van der HeijdenandGitHub c014901b7a Prevent doublechests forming on claim boundary (#1054) 2020-12-10 11:13:44 -08:00
AdamandGitHub 3350e2a0bf Fix claim bounding boxes not covering whole claim (#1145) 2020-12-10 09:56:14 -08:00
AdamandGitHub 03ab872f6d Fix reversed conditional (#1138) 2020-12-09 08:02:46 -08:00
AdamandGitHub f01798fb46 Refactor pistons to use new bounding box (#1139) 2020-12-09 07:59:35 -08:00
AdamandGitHub e74ad1f94b revert to using static calls instead of instance (#1017) 2020-12-09 00:47:39 -08:00
AdamandGitHub de7a1372f0 Avoid requesting invalid names from Mojang (old UUID conversion code) (#1092) 2020-12-09 00:31:38 -08:00
AdamandGitHub d5c5e4983e Refactor boundary checks into unified bounding box (#1126) 2020-12-09 00:28:22 -08:00
RoboMWMandGitHub 6927a0b48c add discussions URL to readme 2020-12-09 00:23:44 -08:00
RoboMWMandGitHub 058b3003f8 Update index.html 2020-12-08 18:39:34 -08:00
RoboMWMandGitHub 21977ce379 reduce chatbox height a tad 2020-12-08 18:35:42 -08:00
RoboMWMandGitHub 07fad148ee properly indent chat page 2020-12-08 18:32:51 -08:00
RoboMWMandGitHub 446ca6bd3b add responsive iframe chat window 2020-12-08 18:26:54 -08:00
RoboMWMandGitHub 11c8b8818c add link to discussions in chat html 2020-12-08 17:26:56 -08:00
RoboMWMandGitHub 8844f05114 remove issue templates in favor of discussion links 2020-12-08 15:57:23 -08:00
RoboMWMandGitHub ea185ad3bd also link out feature requests since the majority of those are addon requests 2020-12-08 15:56:46 -08:00
RoboMWMandGitHub 8f739c6c6a disable use of blank template, questions link to discussions 2020-12-08 15:49:03 -08:00
RoboMWMandGitHub 98a1da7411 Update README.md 2020-12-03 00:27:09 -08:00
RoboMWMandGitHub efcfbabef8 Update index.html 2020-12-03 00:23:28 -08:00
AdamandGitHub 293142deca Stop block explosions damaging claimed entities (#1122)
#1115
2020-11-29 11:54:48 -08:00
RoboMWM eaaa42365e reinstate default of max accrual blocks to 80k
comment in #1107

c7327d4#diff-bd72da6eb91964fbaa474bafcaac56434a55926a9743ec41c3dba6de30eedc86L531

This is when it changed, when he added the multiple accrual rate
permissions.
2020-11-28 22:28:08 -08:00
RoboMWMandGitHub e8442fc5b1 Create release-drafter.yml 2020-11-24 23:14:15 -08:00
RoboMWMandGitHub 16d5a8c393 Create release-drafter.yml 2020-11-24 23:14:10 -08:00
AdamandGitHub 8465d19d28 Update to current Biome API (#1044) 2020-11-18 07:46:57 -08:00
AdamandGitHub 1f98733f3b Fix claims in other worlds preventing piston movement with EVERYWHERE_SIMPLE(#1099) 2020-11-15 06:15:00 -08:00
RoboMWMandGitHub 7d423286b9 remove relative links
doesn't work for github pages
2020-11-13 13:40:16 -08:00
RoboMWMandGitHub 8087dd4107 Update README.md 2020-11-13 13:38:07 -08:00
RoboMWMandGitHub f5ebbc4693 Update README.md 2020-11-13 13:37:17 -08:00
RoboMWMandGitHub a22d1c131c Update FUNDING.yml 2020-11-13 11:59:11 -08:00
RoboMWM 580f0096f2 Create CNAME 2020-11-09 16:09:32 -08:00
RoboMWMandGitHub 00d9e16c38 add chat page 2020-11-09 16:06:34 -08:00
AdamandGitHub 8c7abf9fd5 Piston should not be included in moved block bounding box (#1088) 2020-11-05 09:04:27 -08:00
AdamandGitHub e1086c3206 Fix incorrect retract check and everywhere modes checking subclaim (#1083)
* Retraction checked block behind piston when no blocks were moved
* Everywhere modes are supposed to ignore subclaims, so piston claim should not be a subclaim
2020-10-29 09:52:43 -07:00
AdamandGitHub 0ceb6f8e21 Fix subclaims being added to chunk claims map when resized (#1082) 2020-10-29 09:23:33 -07:00
FreeMonoidandGitHub 746f10449d Fix restore nature removing top level of liquids (#1066) 2020-10-23 19:41:46 -07:00
FreeMonoidandGitHub 03074bf934 Make placing and breaking boats use containertrust (#1065)
Consistent with minecarts
2020-10-23 19:36:47 -07:00
RoboMWM 202f03e04c version 16.16.0 2020-10-17 12:16:23 -07:00
Frank van der HeijdenandGitHub af25b289f4 Fix piston checks in subclaims (#1056) 2020-10-11 21:21:43 -07:00
jacob1andGitHub a34a0fecab Fix piston retraction checking one block further than it needs to (#1036) 2020-10-11 21:15:54 -07:00
Frank van der HeijdenandGitHub e4a666f8be Make sound of piston explosions toggleable (#996) 2020-10-11 20:59:17 -07:00
Luis MichaelisandGitHub 97cbd80a70 Allow any type of Zombie to convert villagers. (#1050) 2020-10-08 20:53:11 -07:00
AdamandGitHub ddd57834aa Remove duplicates, move to Tags where possible (#1041) 2020-10-07 08:41:00 -07:00