[Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

Post Reply
User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

[Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by RHR » Post

CUTE CUBIC MOBS

Image
Hello everyone,
here is another animal mod! (^ω^)
This mod adds following animals:
  • chicken
  • cow
  • nyancat
  • pig
  • rabbit
  • sheep

This mod adds following items:
  • animal cage
  • egg
  • feather
  • milk
  • raw meat
  • cooked meat
  • some craftable animal blocks

You can catch animals with an animal cage. (right click).
In a cage you can transport them, release them with right click or use them to craft animal blocks.
You can craft animal blocks by placing 4 animals of the same type in the crafting grid.
This mod uses PilzAdam's simple mob api. nc_block was already included in default.
Enjoy it!

Depends:
  • default
  • bucket
  • wool
(all 3 are included in minetest_game)

License:
Code: WTFPL
Textures: WTFPL

Video:
Youtube Video

I'm no longer working on this mod, but the source code can be found here:
Code
Last edited by RHR on Sun Mar 20, 2016 08:59, edited 2 times in total.

Sokomine
Member
Posts: 4290
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by Sokomine » Post

Seems they're indeed...cubic. Something for people looking for cubic mobs :-)

User avatar
LazyJ
Member
Posts: 687
Joined: Wed Sep 12, 2012 12:29
Location: Podunk, Nowhere, USA

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by LazyJ » Post

I really like this idea!

Instead of trying to be just like Minecraft, this takes a unique and appealing approach.

It's very difficult (and complex) to get all the moving parts of animated critters to work well and look good. This is a very workable solution to the problem while creating fun, quirky, and unique results. Block textures are much easier to create and that would help encourage more texture pack support.

Good work!

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by philipbenr » Post

Looks cool RHR! I think that the idea is an amazing one.

User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by RHR » Post

LazyJ wrote:I really like this idea!
Instead of trying to be just like Minecraft, this takes a unique and appealing approach.
It's very difficult (and complex) to get all the moving parts of animated critters to work well and look good. This is a very workable solution to the problem while creating fun, quirky, and unique results. Block textures are much easier to create and that would help encourage more texture pack support.
Good work!
Thanks! I keep working and improving this mod, hopefully it will become more useful in future.

twoelk
Member
Posts: 1482
Joined: Fri Apr 19, 2013 16:19
GitHub: twoelk
IRC: twoelk
In-game: twoelk
Location: northern Germany

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by twoelk » Post

interesting :-)
I wonder if this could be used for performance tests. Do these put less load on a server than mobs or mobf?

Nathan
Member
Posts: 26
Joined: Thu Jun 12, 2014 23:00

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by Nathan » Post

Where can I get the plugins that it depends on?

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by CraigyDavi » Post

Nathan wrote:Where can I get the plugins that it depends on?
Defualt, bucket and wool are pre-installed in minetest_game.

User avatar
paramat
Developer
Posts: 3700
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat
IRC: paramat
Location: UK

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by paramat » Post

Excellent approach to mobs.

PeterKabin
Member
Posts: 23
Joined: Sun Jun 09, 2013 08:33

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by PeterKabin » Post

They are too quiet.

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by Wuzzy » Post

The crafting recipe for the cage is incorrect.

Code: Select all

minetest.register_craft({
	output = "ccmobs:cage",
	recipe = {
		{"groups:stick", "groups:stick", "groups:stick"}, 
		{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}, 
		{"groups:stick", "groups:stick", "groups:stick"}
	},
})
It must be “group:stick”, not “groups:stick”.

User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by RHR » Post

thx, I fixed it. ^.^

MoNTE48
Member
Posts: 323
Joined: Sat Apr 06, 2013 11:58
GitHub: MoNTE48
In-game: MoNTE48
Location: Internet

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by MoNTE48 » Post

Wow! I've been wanting this in Minecraft. This is very cool, keep up the development!
I want to see the fashion branch with hostile mobs.
That is 2 mod: passive and hostile. Everyone will use the one that will love. Or both:-P

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by Wuzzy » Post

The download link is broken because RHR moved the repository.

This is the new repository webpage:
https://github.com/RHRhino/mt_mods/tree/master/ccmobs

User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by RHR » Post

Thx Wuzzy! I completly forgot to change that after moving the repository.

Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests