新建2023-08-26

port to 1.20.1 by skniro

你已经到达了世界的尽头..
新建2023-08-26

port to 1.19.4 by skniro

你已经到达了世界的尽头..
新建2023-05-19

Port to 1.19.3.

你已经到达了世界的尽头..
新建2022-11-01

Fixes server crash.

你已经到达了世界的尽头..
新建2022-08-05

update to forge's random renames of stuff so it works on newer versions of 1.19 and also 1.19.1 now

 

REQUIRES AFTER FORGE 41.0.64, any 1.19.1 will also work


2022-06-23

refactor the block entity type to be more elegant. fixes some compatibility issues with mixins that want to access the list of valid blocks. 

 

REQUIRES FORGE 41.0.63 OR BEFORE

2020-03-07

Back port most recent changes to 1.14.4

Fix crash with newer api versions


2020-02-10

Updated to 1.15.2

2020-02-05

Updated to 1.16 snapshot

2020-02-01

Fixed an incredibly minor issue where the new lantern form of torcherinos were set to the wrong render layer causing some transparent pixels to be rendered as black.

2020-01-24

Updated to 1.15.2

2020-01-24

Updated to 1.15.1

2020-01-24

Updated to 1.15

Default random tick rate upped to 4.


2020-01-14

Direct port from 9.1.4 to Minecraft 1.15.1

2020-01-14

Added lantern form of torcherino's aswell as custom flame particles for each torcherino type.

2019-11-29

Fixed Torcherinos emitting the wrong particles when placed on a wall.

2019-11-27

New Config Key: online_mode. Restricts torcherino function based on 3 distinct modes.

Accepts 3 different values:

"" - Torcherinos act normally, no special action if a player joins or leaves

"ONLINE" Torcherinos only function when the player who placed them are online.

"RESTART" Torcherinos are active for the game session once the player who placed them logs in once.


2019-11-27

Added a new torcherino form: lanterns!

Craftable with a lantern and a torcherino of any tier, breaking whilst sneaking drops a vanilla lantern + the respective torcherino

Custom flame particles for torcherinos to match the color of the torcherino of that tier.


2019-11-26

Port of 1.10.55 to 1.15-pre2

2019-08-08

Fixed blacklist not allowing blocks to be blacklisted for mods that are loaded after torcherino.

Fixed sources button link. (mod menu)


2019-08-07

Fixed crash on forge 28.0.45, no longer works on forge prior to this version.

2019-08-07

Fixed a bug where the game would crash when blacklisting custom blocks or block entities. (server side only)

2019-07-28

Direct port to 1.14.4

2019-07-28

Updated to 1.14.4

2019-07-10

Should fix a server side crash, similar to the one found in 9.0.0

2019-07-10

Fixed a crash on the server side of the mod.

2019-07-06

Existing Torcherino's will need to be replaced.

  • Added a config to allow user defined blacklisted blocks, and new torcherino tiers. (located in config/sci4me/Torcherino.cfg)

  • Updated Torcherino internals to allow finer control over the area of the torcherino also added an off mode.

  • Mod Devs should now be able to create their own torcherinos aslong as they don't subclass the blocks. Otherwise they will have to register their own block entity.

  • Likely some other changes full code history can always be found on github: here.


2019-07-03

Fixed buildscript so that the mod no longer crashes outside of development environment

2019-07-03

Ported to Minecraft 1.14.3:

Includes narration support for GUI as well as keyboard controls.

Fixed Gradle build script (now the mod loads)


2019-06-17

Updated to 1.14.3 pre 2 ( should no longer crash )

--Edit, Works perfectly fine on 1.14.3.


2019-06-05

Added a new API for blacklisting other mod blocks and block entity types .

Blacklist computer craft turtles as they caused the game to crash when being ticked.


2019-05-16

Updated to 1.14.1

2019-05-04

Removed the modifier keybind as it was only used for breaking lanterino's to drop the components, you can now get these by sneaking whilst breaking a lanterino.

Added simplified chinese translations thanks to XuyuEre.


2019-05-03

This port of torcherino for fabric is very different to the forge version. Firstly this mod requires the Fabric API and it will not work with forge.

 

So now on to the very tiny major changelog (differences between 1.13.2 forge and 1.14 fabric):

  • Torcherino's now have a GUI which allow you to precisely control the speed and range of a torcherino.

  • New redstone interaction mode which allows torcherinos to now have ignored, inverted or normal redstone behaviour.

This version is lacking a configuration file / handling but other than that is a fully functional port.


2019-04-03

Changed How Torcherinos affect random tick speedup (now more dependent on Torcherino speed).

Added a config option to further speed up random ticks given by Torcherinos.

Added a mod update checker (using forge's updateJSON)

Moved Lanterinos to the building blocks creative tab.

Also updated forge but it *should* still be backwards compatible down to at least 25.0.42 which is what 8.0.0 used.

Also fixed a crash on dedicated servers.


2019-02-20

Initial port to 1.13.2 for forge 25.0.42

 

Enable compressed, double_compressed and overpowered recipe config option has been removed

This is likely to be only temporary however as of yet I have not found a way to implement these options in the new recipe system

Recipes now use datapacks meaning they can be altered or removed by simply deleting the relevant files in torcherino.jar/data/torcherino/recipes

 

The mod has basically been rewritten from the ground up due to major changes in the forge api.

Therefore bugs and issues may arise, please report them here on curseforge or at https://github.com/NinjaPhenix/Torcherino

 

Edit:

Source code for this version of Torcherino can be found here: https://github.com/NinjaPhenix/Torcherino/tree/1.13.2-forge

master branch is currently still 1.12.2

2019-01-18

Fixed compatibility with older forge versions, actually updated the mod version in code and file name this time.

2018-12-20

Remove some very stupid code and organised some imports, no game changes but if you use carryon or are a pack developer you should update to this version.

2018-10-12

Re-enabled the use of torcherino on grass.

2018-10-05

Allow changing of speed / range no matter what item/block is in player's hand.

2018-07-29
  • Added Configurable keybind for previous sneak + rightclick to change speed. Currently Defaults to LShift, functions same as pre-update however can be changed to prevent conflicts.

  • Added Jack-o'-lantern varients of torcherinos, not destroyed when placed underwater.

  • Blacklisted Project e's dark matter pedestal to prevent instant game crash when using watch of flowing time

  • Changed size and speed message to use actionbar (above hotbar) rather than chat box.

  • Recipes changed to minecraft's new recipe system allowing them to be modified using json.

2018-03-06

Made mod compatible with versions 1.12.1 and 1.12

Also fixed a bug regarding the speed of compressed and double compressed torcherinos.


2018-03-05

A few internal changes such as moving to the new forge registry system which includes assets being lowercase otherwise a direct port from 6.1s.

Source code can be found at: https://github.com/NinjaPhenix/Torcherino


2017-03-23

Sorry everybody, I did a stupid. The mod should actually work now! :)

2017-03-21

Updated to 1.11.2

2017-01-08

Initial port to 1.11. 

2016-07-18

Add Compressed and Double Compressed Torcherinos

2016-07-18

Add Compressed and Double Compressed Torcherinos

2016-07-11

Bugfix

2016-07-11

Bugfix

2016-07-02

Initial port to 1.10.2. For now, only the barebones basic Torcherino. PLEASE let me know of ANY bugs! Thanks!

2016-06-30

Initial port to 1.9.4. For now, only the barebones basic Torcherino. PLEASE let me know of ANY bugs! Thanks!

2015-10-07

Torcherino-1.7.10-2.2s

Bug fix.

你已经到达了世界的尽头..