Ammon Lauritzen
fd0b34315c
[ #32 ] Added config and default entity id's.
2018-05-31 14:19:31 -05:00
Ammon Lauritzen
433dd4468b
Merge pull request #27 from DV8FromTheWorld/patch-1
...
First pass on Japanese support.
2016-04-04 11:34:35 -05:00
Austin Keener
b8f12fc5a7
First pass on Japanese support.
...
There is a bit of missing translation due to...accidentally skipping over it. Whoops.
2016-04-05 01:33:23 +09:00
Ammon Lauritzen
32c6fbe029
First pass loc for German and Italian.
...
German translation is from Snapples and Italian translation is from Zenth.
2016-03-01 15:47:32 -06:00
Ammon Lauritzen
09a402a6ef
Bumping version to 0.5.2a
2016-02-29 12:44:36 -06:00
Ammon Lauritzen
81dcfeae13
Fixed #19 , added obfuscated names to all ReflectionHelper calls.
2016-02-29 12:43:57 -06:00
Ammon Lauritzen
651d483fae
Bumping version to 0.5.2
2016-02-23 17:33:02 -06:00
Ammon Lauritzen
70a5389f91
Fixed renaming on server ( closes #3 ).
2016-02-23 17:32:25 -06:00
Ammon Lauritzen
18632f5c62
Fixed issue of identifying ownership when renaming.
2016-02-23 17:13:52 -06:00
Ammon Lauritzen
b722b319a5
Players are EntityLivingBase ( closes #16 ).
2016-02-23 16:37:51 -06:00
Ammon Lauritzen
a12875f304
Looking over effects of difficulty settings
2016-02-23 16:20:40 -06:00
Ammon Lauritzen
9dabe38b76
Fixed some childish identifier names.
2016-02-23 16:11:01 -06:00
Ammon Lauritzen
b45fd15ffe
Fairy hats grant flight ( #2 ).
2016-02-23 15:39:31 -06:00
Ammon Lauritzen
7575ab211e
Unified flag bit handling.
2016-02-23 15:28:53 -06:00
Ammon Lauritzen
c2ab723e19
Caveman debugging the rename bit sync...
2016-02-23 15:12:05 -06:00
Ammon Lauritzen
186234b17a
Iteration on hunting down rename issues.
2016-02-23 13:16:17 -06:00
Ammon Lauritzen
471a4a1711
Rename works, at least locally ( #3 ). Need to verify on server.
2016-02-23 11:59:14 -06:00
Ammon Lauritzen
af2a7f54f7
Rename gui is displayed, but discovered issue with packet ( #3 ).
2016-02-23 11:27:40 -06:00
Ammon Lauritzen
2588a7a640
Bumping version to beta 1.
2016-02-22 15:22:44 -06:00
Ammon Lauritzen
d15cc810bc
After this update, the mod generates safely on a server ( closes #7 ).
2016-02-22 15:20:40 -06:00
Ammon Lauritzen
5615db9026
Switched spawner away from using client-only method ( fixes #15 ).
2016-02-22 15:06:05 -06:00
Ammon Lauritzen
6dbe7bde1f
First step to cleaning up tree chopping logic.
2016-02-22 14:46:05 -06:00
Ammon Lauritzen
8cb432efa5
Minor sanity iteration on fairyHealth bit.
2016-02-22 14:29:58 -06:00
Ammon Lauritzen
6fcf9221a6
Fairies will chop all vanilla trees now ( closes #10 ).
2016-02-22 14:22:13 -06:00
Ammon Lauritzen
9358596150
Bumped version to alpha 3.
2016-02-22 13:21:40 -06:00
Ammon Lauritzen
f125576a6a
Fixed tame success showing disband messages instead ( #5 ).
2016-02-22 13:20:01 -06:00
Ammon Lauritzen
a9fd035624
Localized all remaining messages ( closes #5 ).
2016-02-22 13:18:01 -06:00
Ammon Lauritzen
b1181c3865
Localized disband messages ( #5 )
2016-02-22 12:51:17 -06:00
Ammon Lauritzen
1161f1288b
Localized faction names ( #5 )
2016-02-22 12:44:38 -06:00
Ammon Lauritzen
c3f286d842
Added generic localization support, localized Queen's title ( #5 ).
2016-02-22 12:33:38 -06:00
Ammon Lauritzen
cacf3f1c6a
Cleaned up entity registration, added first loc text ( #5 ).
...
The way entities were being registered was not friendly with other mods.
This method has the advantage of not only allowing us to localize the
entity names sanely, but also avoids potential ID conflicts with other
mods that may add fairies, etc.
This IS a breaking change, any existing fairies will unspawn.
2016-02-22 11:48:30 -06:00
Ammon Lauritzen
1afd38fef1
Made most behavior constants into config file settings ( closes #8 ).
2016-02-22 10:48:43 -06:00
Ammon Lauritzen
ce3e5b6b9d
Moved some constants out of EntityFairy into FairyConfig.
2016-02-22 10:21:04 -06:00
Ammon Lauritzen
6e8bc338cb
Moved config options into separate class ( #8 ).
2016-02-22 10:12:46 -06:00
Ammon Lauritzen
7f94acd997
Merge pull request #11 from danbornside/master
...
More farming stuff.
2016-02-22 09:41:24 -06:00
dan bornside
0a0d19bed1
Fish All the Things!
2016-02-22 07:28:33 -05:00
dan bornside
d6fd093950
Shear sheep!
2016-02-22 07:08:48 -05:00
dan bornside
a376f00550
Breed All the Animals!
2016-02-21 22:53:32 -05:00
dan bornside
c13cc98db0
Harvest all the things... well, not quite
2016-02-21 20:03:18 -05:00
dan bornside
cd412d30f6
use the config file somewhat
2016-02-21 17:16:33 -05:00
dan bornside
8ee383308d
Add Creative Spawn egg (very difficult)
2016-02-21 17:13:38 -05:00
dan bornside
0d33410041
Plant All the Things
2016-02-21 17:09:34 -05:00
Ammon Lauritzen
3e6fea488e
Bumping version up to alpha 2.
2016-02-19 12:10:53 -06:00
Ammon Lauritzen
0b19104279
Turning off debug spam.
2016-02-19 12:10:08 -06:00
Ammon Lauritzen
ef33aa2f1d
For some reason postedCount is not persisting, disabling ( closes #9 )
2016-02-19 12:01:42 -06:00
Ammon Lauritzen
943cadcf3a
Fixed the mount handler ( closes #1 )
2016-02-19 11:41:58 -06:00
Ammon Lauritzen
62dfd9ec0d
Look into issue with mount event ( #1 ).
2016-02-19 11:22:05 -06:00
Ammon Lauritzen
60969fd256
Turned off debug nametag on wild fairies.
2016-02-18 14:53:54 -06:00
Ammon Lauritzen
33491f7fb3
Fixed color escape character.
2016-02-18 14:31:55 -06:00
Ammon Lauritzen
efe8ce7144
Bulk organize imports.
2016-02-18 14:25:50 -06:00